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.js utilizes child_process.execSync to invoke the system's dot (Graphviz) command. While the script passes input via the input option (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.md and persuasion-principles.md explicitly 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 processes SKILL.md files 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
Risk Level
SAFE
Analyzed
Feb 21, 2026, 05:49 PM