writing-skills
Warn
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- PROMPT_INJECTION (MEDIUM): The files
persuasion-principles.mdandCLAUDE_MD_TESTING.mdcontain instructions designed to override agent behavior using 'Authority' and 'Commitment' principles. Examples include 'YOU MUST', 'No exceptions', and 'If a skill existed... and you didn't use it, you failed'. These patterns are intended to bypass the agent's natural decision-making process. - COMMAND_EXECUTION (MEDIUM): The script
render-graphs.jsuseschild_process.execSyncto call the system commanddot. While it uses theinputoption to pipe data to stdin, it still constitutes dynamic command execution based on content parsed fromSKILL.md. - INDIRECT_PROMPT_INJECTION (LOW): The
render-graphs.jsscript ingests untrusted data fromSKILL.mdand passes it to a subprocess. - Ingestion points:
SKILL.md(viafs.readFileSyncinrender-graphs.js). - Boundary markers: None detected for the DOT content extraction.
- Capability inventory:
execSyncfor system commands andfs.writeFileSyncfor file operations. - Sanitization: No sanitization is performed on the extracted DOT blocks before they are passed to the
dotcommand.
Audit Metadata