create-commit
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes standard version control commands (git status, git diff, git commit) consistent with its purpose as a development utility.
- [SAFE]: The instructions include a defensive check to prevent the inclusion of sensitive files or credentials in commits, specifically mentioning .env files.
- [SAFE]: The skill promotes security best practices by explicitly prohibiting the use of the --no-verify flag, which ensures that local security and linting hooks are executed before changes are recorded.
Audit Metadata