api-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and decision frameworks for API architectures (REST, GraphQL, tRPC). The content is educational and follows industry-standard security recommendations, such as the OWASP API Top 10.
- [COMMAND_EXECUTION]: The skill includes a utility script
scripts/api_validator.py. Analysis of the source code confirms it is a benign static analysis tool. It uses the Python standard library to recursively scan local directories for API-related files (OpenAPI specs, route definitions) and performs regex-based checks for the presence of authentication, error handling, and rate-limiting patterns. It does not perform network requests, execute sub-processes, or require elevated privileges.
Audit Metadata