templates
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill serves as a static documentation resource for project templates, covering 13 different tech stacks including Next.js, FastAPI, and Nuxt.
- [EXTERNAL_DOWNLOADS]: The documentation guides the use of standard package managers (npm, pip, pnpm) to fetch verified libraries from official registries like npmjs.com and pypi.org.
- [COMMAND_EXECUTION]: The templates utilize official initialization commands (e.g., npx create-next-app, nuxi init, expo install) from trusted development organizations. These commands are typical for project scaffolding and do not involve untrusted remote scripts or piped-to-shell patterns.
- [CREDENTIALS_UNSAFE]: The templates promote secure secret management by instructing users to use .env files and providing .env.example files, with no hardcoded credentials detected in the source code.
Audit Metadata