writing-skills
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a developer utility
scripts/render-graphs.jsdesigned to extract and render Graphviz (DOT) diagrams from the documentation. It uses thenode:child_processmodule'sexecSyncfunction to invoke the system'sdotcommand andwhich dotto check for dependencies. This is a standard utility for visualizing process flows and handles input via stdin, which is a safe execution pattern.
Audit Metadata