writing-skills
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION] (MEDIUM): The files
persuasion-principles.mdandCLAUDE_MD_TESTING.mdprovide a framework for using 'Authority' and 'Commitment' principles to override an agent's internal reasoning. These patterns include high-severity markers such as 'YOU MUST', 'No exceptions', and 'If a skill existed and you didn't use it, you failed', specifically aimed at eliminating 'decision fatigue and rationalization'. This is a form of meta-prompt injection design. - [COMMAND_EXECUTION] (LOW): The script
render-graphs.jsutilizeschild_process.execSyncto run the system'sdotbinary. While input is passed via stdin, the execution of local binaries on files provided at runtime is a notable capability tier. - [DATA_EXPOSURE] (SAFE): No hardcoded credentials or sensitive file paths (e.g., .ssh, .aws) were detected in the provided scripts or documentation.
- [INDIRECT_PROMPT_INJECTION] (LOW):
- Ingestion points:
render-graphs.jsreads content fromSKILL.mdusingfs.readFileSync. - Boundary markers: None. The script extracts code blocks based on regex and processes them.
- Capability inventory: Subprocess execution of
dotand file writing to thediagrams/subdirectory. - Sanitization: None. The script extracts raw text from markdown blocks and pipes it directly to the system shell via
dot.
Audit Metadata