Bland
Analysis
The skill matches its Bland AI purpose, but it can make real phone calls, incur charges, configure persistent inbound agents, and access recordings/transcripts using a local API key, so it needs careful review before use.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`bland call <phone> [opts]` | Place an outbound AI call | ... `bland buy-number [--area-code 415]` | Purchase an inbound number |
The skill advertises billable real-world actions, including placing calls and purchasing phone numbers, but the artifacts do not document approval gates, spending limits, or destination scoping.
`bland setup-inbound <phone> --task "prompt"` | Configure inbound call agent |
The skill can configure an inbound AI call agent that may continue handling future calls after the immediate task, but no bounds, expiration, or cleanup instructions are described.
Source: unknown Homepage: none
The skill includes a shell script but lacks source and homepage provenance in the supplied metadata.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
BLAND_API_KEY=$(grep '^BLAND_API_KEY=' /root/clawd/.env | cut -d= -f2-)
...
-H "authorization: ${BLAND_API_KEY}"The script reads a local Bland API key and sends it as an authorization header to the Bland API. This is expected for the integration, but it is sensitive account authority and is not declared in the registry requirements.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`bland recording <id>` | Get recording URL for a call | ... `bland transcript <id>` | Get formatted transcript |
The skill can retrieve call recordings and transcripts, which may contain private or regulated conversation content.
