api-framework-fastify
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructs developers to use JSON Schema validation (via TypeBox) for all incoming requests (body, query, params) and outgoing responses. This is a fundamental security practice that prevents common vulnerabilities like injection and accidental data exposure.
- [SAFE]: The skill explicitly warns against using reference types in decorators, which prevents shared mutable state and potential cross-request data leakage.
- [SAFE]: No suspicious network operations, obfuscation, or privilege escalation patterns were found. Remote resource references are limited to official vendor schemas on GitHub.
Audit Metadata