expressjs-rest-api
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements robust security patterns for API development. It uses
helmetfor security headers,corsfor cross-origin resource sharing, andaws-jwt-verifyfor secure Cognito authentication. All environment variable examples use placeholders, and the documentation explicitly instructs users to gitignore production and development environment files to prevent credential leakage. Request validation is handled consistently through Zod schemas, reducing the risk of malformed data processing. No malicious code, prompt injection, or unauthorized data exfiltration patterns were detected.
Audit Metadata