senior-architect
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses local Python scripts to assist in architectural documentation. It reads standard project manifest files (such as
package.json,pyproject.toml,go.mod, andCargo.toml) to identify technology stack signals and generate Mermaid diagrams. - [SAFE]: All file operations are restricted to the local project directory for reading metadata and writing documentation templates. There are no network requests, remote code downloads, or suspicious command executions found in the scripts or instructions.
- [SAFE]: The skill follows secure coding practices by using standard library modules (like
pathlibandtomllib) for file handling and parsing, avoiding dangerous functions likeeval()orexec().
Audit Metadata