golang-rules
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and guidelines for Go development.
- [SAFE]: It explicitly recommends secure coding practices, such as using
crypto/randfor security,bcryptfor password hashing, and parameterized queries to prevent SQL injection. - [SAFE]: The instructions advise against hardcoding secrets and suggests using environment variables or validated configuration loaders.
- [SAFE]: The skill mentions using standard security tools like
govulncheckto detect vulnerabilities in dependencies.
Audit Metadata