backend-nodejs
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill implements security best practices by incorporating the
helmetmiddleware for secure HTTP headers andcorsfor cross-origin resource sharing. - [SAFE]: Strong emphasis on input validation using the Zod library helps prevent various injection attacks by ensuring data conforms to expected schemas.
- [SAFE]: Environment variable management is centralized and validated at runtime, following the 12-Factor App principles.
- [EXTERNAL_DOWNLOADS]: The
install_commandin the metadata fetches theSKILL.mdfile from a GitHub repository viacurl, which is the canonical source for the skill's instructions.
Audit Metadata