new-git-commit-guide
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content for standardizing Git commit messages using the Conventional Commits format and project-specific scopes.
- [COMMAND_EXECUTION]: Refers to standard development tasks such as
npx prisma generateandnpm run lint. These are routine commands for a project using Prisma and Next.js and do not pose an inherent security risk in this context. - [DATA_EXPOSURE]: The guidelines include a security checklist that explicitly instructs the user to avoid committing
.envfiles and sensitive secrets likeBETTER_AUTH_SECRET. This is a defensive instruction designed to prevent accidental data leaks.
Audit Metadata