sag
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill requires the execution of the
sagbinary to perform its primary function of text-to-speech generation. - [EXTERNAL_DOWNLOADS]: The skill metadata references the installation of the
sagutility via a Homebrew tap. Homebrew is a well-known and established service for package distribution. - [PROMPT_INJECTION]: The usage instructions in
SKILL.mdfor the 'Chat voice responses' feature demonstrate a vulnerability to indirect prompt injection. The example commandsag -v Clawd -o /tmp/voice-reply.mp3 "Your message here"interpolates user-provided text directly into a shell command without escaping or sanitization. - Ingestion points: The user-provided message content described in the bash example in
SKILL.md. - Boundary markers: No delimiters or safety instructions are provided to the agent to prevent the interpretation of malicious content within the user message.
- Capability inventory: The agent uses shell command execution via the
sagtool. - Sanitization: There are no instructions for sanitizing, validating, or escaping user input before it is used in the command line.
Audit Metadata