api-architecture
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains architectural templates and code snippets for educational purposes regarding API design and does not perform any runtime operations itself.- [SAFE]: Demonstrates secure input handling by using the
zodlibrary for schema validation on request parameters, bodies, and GraphQL arguments, which mitigates many common injection and malformed data vulnerabilities.- [SAFE]: Includes implementation patterns for infrastructure protection, such as rate limiting usingexpress-rate-limitandioredisto prevent resource exhaustion and brute-force attacks.- [SAFE]: Implements secure error-handling practices by using standardized error envelopes and a global error handler that prevents internal stack traces or system details from being exposed to the client.
Audit Metadata