writing-skills
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- Command Execution (LOW): The script
render-graphs.jsutilizeschild_process.execSyncto invoke the system'sdot(Graphviz) command. While the script passes input via theinputoption (stdin) rather than command-line arguments, which mitigates standard shell injection, it still performs dynamic execution of a system binary based on the content of local markdown files. - Prompt Injection (LOW): The documentation files
CLAUDE_MD_TESTING.mdandpersuasion-principles.mdexplicitly detail and provide examples of techniques designed to override an agent's default reasoning. These include using 'Authority' framing (e.g., 'YOU MUST', 'No exceptions') and 'Commitment' hooks to force compliance even under pressure. While presented as research or testing scenarios, these patterns are characteristic of instructions used to bypass an AI's standard operational boundaries. - Indirect Prompt Injection (LOW): The skill possesses a data ingestion surface in
render-graphs.js, which reads and processesSKILL.mdfiles from a specified directory. If an attacker can control the content of these files, they could potentially influence the rendering process or supply the agent with the 'Emphatic' style instructions described in the testing documentation.
Audit Metadata