express-fundamentals
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as educational documentation for Express.js, providing secure-by-default templates that include security-hardening middleware such as helmet.
- [EXTERNAL_DOWNLOADS]: References standard Node.js packages from the official NPM registry, including express, helmet, cors, compression, and dotenv, which are well-known and trusted in the developer ecosystem.
- [SAFE]: Demonstrates proper handling of sensitive configuration data, such as JWT_SECRET and DATABASE_URL, by using environment variables (process.env) and implementing runtime validation for required keys.
Audit Metadata