writing-skills
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The provided
render-graphs.jsutility script useschild_process.execSyncto invoke the Graphvizdotcommand. This is a legitimate developer tool used to convert diagram source code withinSKILL.mdinto SVG images. The script passes content to the external process via standard input, which is a secure method for process communication. - [DYNAMIC_EXECUTION]: The
render-graphs.jsscript dynamically extracts and processes DOT language blocks from the skill's markdown documentation at runtime to generate visualization files. - [DATA_EXPOSURE_AND_EXFILTRATION]: The skill's core protocols explicitly require agents to redact secrets and personally identifiable information (PII) before sharing context with subagents, following the principle of least privilege.
- [PROMPT_INJECTION]: The skill includes advanced instructions on 'bulletproofing' prompts to resist rationalization and bypass attempts. While these involve psychological persuasion principles, they are utilized here as a safety mechanism to ensure the agent adheres to rigorous development standards (like TDD) rather than as a malicious injection.
Audit Metadata