project-wiki
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to provide documentation templates and local scripts for document generation, following standard development practices with no malicious intent detected.
- [COMMAND_EXECUTION]: The skill includes Python utility scripts (
generate_doc.py,normalize_templates.py) intended for local execution to automate document filling and template normalization. These scripts perform expected file system operations (read/write) consistent with their documented purpose and do not use dangerous functions like eval() or exec() on user input. - [DATA_EXFILTRATION]: No network communication or unauthorized access to sensitive user data (e.g., SSH keys, environmental variables, or local credentials) was identified.
- [PROMPT_INJECTION]: The skill and its templates do not contain instructions aimed at bypassing AI safety guardrails, extracting system prompts, or overriding agent behavior.
- [CREDENTIALS_UNSAFE]: All credentials and secrets mentioned in templates and configuration examples are generic placeholders (e.g., 'your-username', 'contact@example.com', 'postgresql://localhost:5432/mydb') and do not pose a risk.
Audit Metadata