designing-apis
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists primarily of documentation and design patterns for API architecture. The instructions focus on establishing standards for versioning, error handling, pagination, and security headers.
- [COMMAND_EXECUTION]: The file
scripts/validate-openapi.shcontains a shell script that invokes thespectrallinting tool on OpenAPI specifications. This is a legitimate development utility and does not contain any malicious command execution patterns. - [CREDENTIALS_UNSAFE]: The skill mentions various strings that resemble API keys and OAuth tokens (e.g.,
sk_live_abc123xyz456). These are explicitly identified as placeholders and examples for educational purposes within the context of API authentication design and do not represent leaked credentials.
Audit Metadata