writing-skills
Warn
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Node.js utility script,
render-graphs.js, which executes the external system commandsdotandwhichusingexecSync. The script extracts content from markdown code blocks and pipes it directly into thedotcommand's standard input to generate SVG diagrams. - [PROMPT_INJECTION]: The skill teaches and utilizes 'Persuasion Principles' (Authority, Commitment, Scarcity) specifically derived from research on persuading LLMs to comply with requests. It uses strong behavioral override markers such as 'IMPORTANT: This is a real scenario', 'YOU MUST', and 'No exceptions'. It explicitly instructs agents to adopt a 'Bulletproofing' posture that forbids rationalization and ignores the 'spirit vs letter' distinction to force compliance with documented processes.
- [EXTERNAL_DOWNLOADS]: The documentation references several external dependencies for installation via standard package managers, including Python packages
pdfplumber,pypdf, andpytesseract, as well as Node.js libraries likedocx-jsand thegraphvizsystem binary. - [INDIRECT_PROMPT_INJECTION]: The skill defines a vulnerability surface through its testing and rendering workflows. The
render-graphs.jsscript ingests untrusted data from externalSKILL.mdfiles and processes it via shell commands without sanitization. While intended for local developer use, this pattern creates a risk where malicious content in a processed file could attempt to exploit the rendering environment.
Audit Metadata