backend
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for executing standard development commands such as
npm install,node server.js, andnpx nodemon. These commands are used to manage dependencies and start the application server. - [CREDENTIALS_UNSAFE]: The documentation correctly identifies the need for sensitive configuration via environment variables (e.g.,
DATABASE_URL,JWT_SECRET) and recommends the use of.envfiles or CI/CD secrets, which is a security best practice. - [EXTERNAL_DOWNLOADS]: The skill references
npm install, which downloads software packages from the official Node Package Manager registry. This is expected behavior for the described task.
Audit Metadata