api-framework-elysia
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill documentation and examples focus exclusively on legitimate API development patterns for the Elysia framework. No malicious patterns, obfuscation, or data exfiltration vectors were detected.
- [SAFE]: Input validation is consistently promoted using TypeBox schemas for all request data (body, query, params, headers), which is a core security best practice for preventing injection attacks.
- [SAFE]: Authentication and authorization patterns are demonstrated using lifecycle hooks (onBeforeHandle) and scoped plugins, encouraging centralized and consistent security enforcement.
- [SAFE]: Error handling examples utilize the modern status() API for type-safe responses, avoiding deprecated and potentially unsafe error handling patterns.
Audit Metadata