secure-code-guardian
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive educational resource for secure application development. It provides valid code examples for industry-standard security practices such as bcrypt for password hashing, parameterized SQL queries to prevent injection, and Zod for robust input validation.
- [SAFE]: No external network operations or remote code downloads were found. All referenced files are local to the skill package (
references/*.md). - [SAFE]: The coding examples correctly implement defense-in-depth principles, such as environment variable usage for secrets (
process.env.JWT_SECRET), proper HTTP security headers viahelmet, and anti-CSRF measures usingSameSitecookies.
Audit Metadata