template-skill
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The repository contains template files (.jinja) intended for use with the 'copier' utility to scaffold consistent skill structures. The templates themselves contain standard, benign code for CLI helpers and authentication.
- [SAFE]: Authentication logic in
auth.py.jinjaimplements the standard Google OAuth 2.0 Desktop flow. It manages user credentials by storing them locally in the user's home directory (~/.config/skills/), which follows industry standard practices for local CLI application state management. - [SAFE]: No malicious patterns such as prompt injection, data exfiltration, or obfuscated code were detected in any of the template or configuration files.
Audit Metadata