express
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive reference for Express.js development, focusing on modular routing, centralized error handling, and dependency injection patterns.
- [SAFE]: Security best practices are explicitly encouraged, including the use of
helmetfor security headers,express-rate-limitfor DDoS protection, and size limits onexpress.json()to prevent memory exhaustion attacks. - [SAFE]: Input validation patterns using the Zod library are integrated throughout the examples, promoting safe handling of untrusted client data.
- [SAFE]: Authentication examples demonstrate the correct use of environment variables (
process.env.JWT_SECRET) rather than hardcoding credentials. - [SAFE]: The skill references official Express.js documentation, which is a well-known and trusted service.
Audit Metadata