build-tinacms-nextjs
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructions frequently use
pnpm dlx(andnpx) to run initialization and audit tools from@tinacms/cliandcreate-next-app. - These downloads target the official npm registry for well-known development tools.
- Documentation references dependencies from established technology providers including Vercel, Clerk, Upstash, and MongoDB.
- [COMMAND_EXECUTION]: The skill includes two shell scripts used for project diagnostics.
scripts/check-tina-env.sh: Performs read-only inspection of environment variables and configuration files to determine the project's backend configuration. It correctly identifies the presence of secrets without printing their values.scripts/check-tina-versions.sh: Uses Node.js to parsepackage.jsonand check for matching versions of TinaCMS and Next.js.- The instructions guide the agent to execute standard build and development commands (
tinacms dev,tinacms build,tinacms audit). - [SAFE]: The skill demonstrates a strong security posture by including explicit instructions for:
- Hashing passwords using bcrypt for self-hosted user management.
- Storing secrets in
.envfiles and ensuring they are listed in.gitignore. - Implementing secure webhook handlers with authorization checks and fail-closed logic.
- Using read-only tokens for client-side queries.
Audit Metadata