mermaid
Pass
Audited by Gen Agent Trust Hub on Jul 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/render.pyfacilitates the rendering of Mermaid diagrams by invoking the Mermaid CLI (mmdc). It employs thesubprocess.run()function with a list of arguments, which is a secure practice that avoids shell injection vulnerabilities. - [COMMAND_EXECUTION]: The instructions in
SKILL.mdinclude routine commands for verifying the environment and executing the rendering script. These operations are restricted to the local environment and are consistent with the skill's documented purpose.
Audit Metadata