tones
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlto interact with API endpoints and provides shell snippets to the agent to perform these actions. - [COMMAND_EXECUTION]: Instructs the agent to source a local configuration file (
.env.local) using shell commands to load environment variables. - [DATA_EXFILTRATION]: Performs network operations via
curlto a destination determined by theLAYERPROOF_BASE_URLenvironment variable, which is not included in the list of whitelisted domains. - [PROMPT_INJECTION]: The skill ingests untrusted data from external API responses (such as preset names, descriptions, and voices) which are then processed by the agent. This represents an indirect prompt injection surface.
- Ingestion points: API responses from the
/api/v2/tonesendpoints (SKILL.md). - Boundary markers: No delimiters or safety warnings are specified to isolate the untrusted API content from the agent's instructions.
- Capability inventory: The skill utilizes network communication capabilities via
curl(SKILL.md). - Sanitization: There is no evidence of data validation or sanitization for content retrieved from the external API endpoints.
Audit Metadata