mern-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference for MERN stack development patterns, including React with Vite, Express microservices, and MongoDB schema design.
- [SAFE]: The provided code snippets demonstrate the use of standard security middleware such as Helmet for security headers and CORS for origin control.
- [SAFE]: Input validation is properly addressed using the
express-validatorlibrary in the Express route examples. - [SAFE]: Authentication and authorization patterns are implemented using standard protocols (OIDC/Keycloak) and Role-Based Access Control (RBAC).
- [SAFE]: Sensitive information such as session secrets and database URLs are correctly managed through environment variables rather than being hardcoded.
Audit Metadata