standards
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a 'library' providing markdown-based reference material for other agents. It does not perform autonomous operations or network requests.
- [SAFE]: Security is a primary focus of the content, with specific checklists dedicated to preventing SQL injection, prompt injection, and race conditions.
- [SAFE]: The included validation script (
scripts/validate.sh) is a simple bash utility that checks for the presence of required files and frontmatter fields locally. - [SAFE]: External references point to official documentation for well-known services (e.g., Claude Code documentation) and industry-standard best practices (e.g., OWASP, DDD).
- [SAFE]: Examples of 'unsafe' code (like hardcoded secrets or the use of
eval()) are clearly labeled as anti-patterns to be avoided, serving an educational and corrective purpose.
Audit Metadata