import-audio
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides templates for shell commands (
mv,mkdir,unzip) that incorporate user-provided variables such as<file-path>,<album-name>, and[track-slug]. This interpolation pattern creates a surface for command injection if the agent does not properly sanitize these inputs before generating the shell commands. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes untrusted user data from the
$ARGUMENTSvariable and uses it to drive tool actions via theBashtool. - Ingestion points: Untrusted user-provided arguments in
SKILL.mdused for file and directory naming. - Boundary markers: Absent; the instructions do not provide delimiters or warnings to the agent to prevent the interpretation of input as part of the command structure.
- Capability inventory: The skill uses the
Bashtool to perform file system modifications (move, directory creation) and ZIP extraction, providing a high-impact surface for malicious input. - Sanitization: Absent; there are no instructions for the agent to validate the character set or path integrity of user-supplied arguments, which could lead to directory traversal or shell expansion vulnerabilities.
Audit Metadata