writing-skills
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- PROMPT_INJECTION (LOW): The files
examples/CLAUDE_MD_TESTING.mdandpersuasion-principles.mdcontain emphatic directives and psychological triggers (e.g., 'THIS IS EXTREMELY IMPORTANT', 'YOU MUST', 'No exceptions') designed to override default AI behavior. - Evidence: Variant C in
CLAUDE_MD_TESTING.mdexplicitly uses XML-like tagging and urgent language to force compliance. - Context: These patterns are justified by the skill's primary purpose of teaching/testing instruction enforcement, resulting in a severity downgrade.
- COMMAND_EXECUTION (SAFE): The script
render-graphs.jsuseschild_process.execSyncto run the systemdotcommand. - Evidence:
execSync('dot -Tsvg', { input: dotContent })inrender-graphs.js. - Mitigation: The script safely passes content via standard input rather than shell arguments, reducing command injection risks.
- INDIRECT_PROMPT_INJECTION (LOW): The skill has an ingestion surface where
render-graphs.jsprocessesSKILL.mdcontent. - Ingestion Points:
render-graphs.jsreadsSKILL.mdfrom the local directory. - Boundary Markers: Uses markdown code block delimiters (```dot).
- Capability Inventory: Ability to execute
dotand write SVG files to adiagrams/subdirectory. - Sanitization: Regex-based extraction of dot blocks, but lacks content validation of the Graphviz DSL.
Audit Metadata