nodeboot-starter-http
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references documentation and source code hosted on the author's official GitHub repository (
github.com/nodejs-boot/node-boot). This is a legitimate vendor resource used to provide technical context. - [COMMAND_EXECUTION]: The validation section suggests running
pnpm dev. This is a standard Node.js development command used to start a local development server or process for testing purposes. - [CREDENTIALS_UNSAFE]: The configuration example includes a placeholder for an API key (
${API_KEY}). This follows secure development practices by using environment variable interpolation rather than hardcoding sensitive credentials. - [SAFE]: The skill uses
jsonplaceholder.typicode.comin its examples, which is a well-known and trusted public service for testing REST APIs.
Audit Metadata