verify
Pass
Audited by Gen Agent Trust Hub on Aug 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Dependency Installation: The instructions include
npm install, which is a standard method for retrieving and installing required Node.js packages from the official npm registry. - Development Script Execution: The skill guides the user through running local build and start commands (
npm run build,npm start,npm run dev) to test the application's functionality. - Configuration via Environment Variables: The documentation demonstrates the use of environment variables for local configuration.
- Evidence: The use of
ANTHROPIC_API_KEY=sk-ant-testis provided as a test placeholder for demonstration purposes.
Audit Metadata