read-aloud
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute the
kokoroCLI tool via shell commands. While legitimate for the skill's purpose, constructing shell commands likekokoro speak "Text to read"using external or user-provided text creates a potential command injection surface if the text contains shell metacharacters. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
kokoro-clipackage and subsequent setup (likely downloading model weights) using theuvpackage manager. This is a standard procedure for this tool but involves fetching code and data from external repositories. - [INDIRECT_PROMPT_INJECTION]: The skill processes text from the agent's context to generate audio. If the source of this text is untrusted (e.g., content from a website), it could contain instructions intended to manipulate the agent, though the impact is limited to the audio output and CLI parameters.
- Ingestion points: Text passed to the
kokoro speakcommand (SKILL.md). - Boundary markers: Not present.
- Capability inventory: Subprocess execution of the
kokoroCLI tool (SKILL.md). - Sanitization: None specified; relies on the agent's internal handling of shell arguments.
Audit Metadata