writing-skills
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- COMMAND_EXECUTION (MEDIUM): The utility script
render-graphs.jsuseschild_process.execSyncto invoke the system's Graphviz (dot) binary. - Evidence: Line 116 in
render-graphs.jsexecutesdot -Tsvgwith input derived fromdotblocks inSKILL.md. It also usesexecSyncto runwhich dotat line 91. - Risk: Directly calling system binaries via
execSyncis a high-privilege operation. While input is provided via STDIN, it relies on the safety of the host'sdotinstallation and environment. - PROMPT_INJECTION (LOW): The skill provides instructions on how to effectively 'override' agent behavior and bypass typical AI refusals or 'rationalizations'.
- Evidence: The
persuasion-principles.mdandanti-rationalization/README.mdfiles explicitly teach techniques like 'Authority' and 'Commitment' (e.g., using 'MANDATORY', 'ALWAYS', 'NEVER', and 'Delete means delete') to force compliance. - Risk: These are documented behavioral override patterns designed to ensure agents strictly follow specific workflows (like TDD), but they conceptually align with prompt injection techniques for bypassing standard agent reasoning.
Audit Metadata