mermaid-diagram-generator
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary script
scripts/generate_diagram.pyperforms local file reading and text processing using regex to identify state machines and code patterns. No network operations, obfuscation, or persistence mechanisms were found. - [COMMAND_EXECUTION]: The skill provides a CLI tool that can be used to generate diagrams from local files. The script uses standard
argparsefor command-line arguments andrefor text analysis, following safe practices for local utility scripts. - [DATA_EXPOSURE]: The skill processes user-provided code files locally to extract metadata for diagrams. It does not access sensitive system paths (like
.sshor.aws) or perform any network exfiltration of the processed content.
Audit Metadata