deepgram-observability
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it retrieves transcription data from external audio URLs and returns the content directly to the agent context. Ingestion points: External audio content processed via the
transcribeUrlmethod inreferences/implementation.md. Boundary markers: Absent; transcription results are returned to the agent without delimiters or instructions to ignore embedded commands. Capability inventory: Access tokubectl,curl,Write, andEdittools as defined in the skill's allowed-tools configuration. Sanitization: No sanitization or filtering is performed on the transcription output before it is processed by the agent. - [COMMAND_EXECUTION]: The skill's configuration allows the use of powerful CLI tools including
kubectlandcurl. While no specific malicious commands were found in the provided implementation snippets, the presence of these tools in the agent's capability inventory increases the potential impact of a successful prompt injection attack.
Audit Metadata