writing-skills
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The utility script
render-graphs.jsexecutes thedotcommand (from the Graphviz suite) and thewhichcommand using Node.jschild_process.execSync. This is used to render process diagrams extracted fromSKILL.mdinto SVG files for visualization. - [SAFE]: The instructional content focuses on improving AI agent discipline and skill reliability through structured testing. While it discusses psychological principles (authority, commitment), these are applied to ensuring the agent follows technical best practices (like TDD) and do not involve bypassing safety filters or security protocols.
- [SAFE]: File system operations in
render-graphs.jsare restricted to reading the skill's own documentation and writing to a localdiagrams/subdirectory. No sensitive system paths are accessed. - [SAFE]: All external references and documented dependencies (such as
pdfplumberor Graphviz) are well-known, industry-standard tools for the described tasks.
Audit Metadata