scaffold-dashboard
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a legitimate project scaffolding tool, providing a structured foundation and generator scripts for building a dashboard application.
- [COMMAND_EXECUTION]: The skill includes
scaffold.shfor initial project setup andcreate-resource.tsfor scaffolding CRUD vertical features. These scripts utilize standard commands likersync,bun install, andbunx biome checkwhich are appropriate for their intended purpose. - [EXTERNAL_DOWNLOADS]: The
package.jsonfile references standard, well-known industry packages from the npm registry, such as TanStack Query, Drizzle ORM, and better-auth. - [CREDENTIALS_UNSAFE]: Sensitive configuration is handled via environment variables with placeholders provided in
.env.example. The authentication logic insrc/lib/auth.tsuses a development-only secret fallback while enforcing that a secure secret must be provided for production deployments.
Audit Metadata