writing-skills
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
render-graphs.jsscript executes the systemdotcommand viachild_process.execSyncto generate SVG diagrams from Graphviz blocks. This is legitimate developer functionality. - [INDIRECT_PROMPT_INJECTION]: The
render-graphs.jsscript readsSKILL.mdcontent and pipes it to a shell command. 1. Ingestion points:render-graphs.jsreads file content. 2. Boundary markers: Uses markdown code block regex. 3. Capability inventory:child_process.execSync. 4. Sanitization: Absent. While it uses markdown delimiters, the lack of deep sanitization creates a minor attack surface for data processed at runtime. - [SAFE]: The skill uses established psychological principles (Authority, Commitment) in its instructions to ensure agents follow strict procedural requirements. This is intended for discipline enforcement, not malicious manipulation.
Audit Metadata