transcript-cleanup
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to perform file system maintenance tasks. This includes executing the
datecommand to generate timestamps, and performingrm,find, andmvoperations to delete processed text files and relocate associated audio files from~/ASRand/tmp/audio. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection through its transcript processing workflow. 1. Ingestion points: The agent reads untrusted text data from files in the
output/directory (SKILL.md, Step 2). 2. Boundary markers: While the skill identifies specific sections like=== TRANSCRIPTION ===, it lacks explicit delimiters or instructions to ignore any embedded directives within the ingested text. 3. Capability inventory: The skill has access to high-privilege tools includingBash,Read, andWrite. 4. Sanitization: No sanitization or validation is performed on the transcript content before the agent processes it according to Step 4, which could allow malicious content to influence the agent's behavior.
Audit Metadata