Skill
Analysis
This appears to be a coherent Sooda connector, but review is recommended because it sends user messages to third-party agents and its curl templates could mishandle unescaped user-provided text.
Findings (4)
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.
Run the signup call inline: curl ... -d '{"email":"USER_EMAIL_HERE"}' ... Replace `USER_MESSAGE_HERE` with the user's messageThe primary instructions build shell curl requests from user-provided email and message content, but the artifact does not instruct the agent to JSON-escape or shell-escape those values.
Source: unknown; Homepage: none
The registry metadata does not provide an upstream source or homepage, which limits independent provenance checks for a skill that handles credentials and third-party relay traffic.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
requires": { "env": ["SOODA_API_KEY"], "bins": ["curl"] } ... Authentication via Bearer token (`SOODA_API_KEY`)The skill requires and uses a bearer API key to access the user's Sooda connections, which is expected for this integration but still represents delegated account authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
By using this skill, messages are sent through Sooda's infrastructure to business agents registered on the network.
The skill clearly discloses an agent-to-agent relay through Sooda and partner agents; this is central to the purpose, but it is still an external data-sharing path.
