cast
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill possesses a broad surface for Indirect Prompt Injection due to its core function of analyzing project files.
- Ingestion points: In
references/generation-workflows.md, the skill is configured to ingest and analyzeREADME.md,docs/**/*.md,src/**/auth*,src/**/user*,tests/e2e/**,package.json, and.github/workflows/*to extract persona attributes. - Boundary markers: The instructions lack specific boundary markers or requirements to ignore potentially malicious instructions embedded within the analyzed project files.
- Capability inventory: The skill utilizes
read_file,write_file(for registry and persona storage), andshell_execute(for voice service status checks). - Sanitization: No sanitization or escaping of the ingested data is defined prior to its use in generating persona profiles.
- [EXTERNAL_DOWNLOADS]: The
SPEAKengine availability checks inreferences/speak-engine.mdusenpx --yes edge-tts, which involves the dynamic download and execution of a package from the npm registry. While targeting a well-known service, this method bypasses manual version pinning and security review. - [COMMAND_EXECUTION]: The skill performs several shell-based availability and status checks in
references/speak-engine.md. These checks include usingcurlto probe a local service onlocalhost:50021, usingwhich sayto check for macOS local TTS, and executingpython3commands to verify library installation.
Audit Metadata