dialogue-audio
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill provides patterns for processing user-supplied text to generate audio, which creates a potential surface for indirect prompt injection where instructions hidden in the processed text might attempt to influence the agent's behavior.
- Ingestion points: User-provided text is passed into the
promptfield within the JSON input for thebelt app runcommand inSKILL.md. - Boundary markers: The examples do not demonstrate the use of explicit delimiters or negative constraints to prevent the underlying model from following instructions contained within the dialogue text.
- Capability inventory: The skill utilizes the
Bashtool with access restricted to thebeltCLI command to interact with external AI inference services. - Sanitization: No explicit input sanitization or validation steps are provided in the instructions for the dialogue text before it is sent to the inference engine.
Audit Metadata