git-conventions — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited git-conventions (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- target: ~650 tokens (real tiktoken count) | 15 rules -->
Purpose: Consistent commit history, clean branches, no merge conflicts through discipline. Rules that work in teams of 2–20 developers.
<type>(<scope>): <description> — always lowercase, no period at the end.feat, fix, refactor, test, docs, chore, perf, cifeat(auth): add JWT refresh token rotationadd feature not added feature or adds feature.fix(user-service): handle null email — not fix(backend).feat(api)!: remove deprecated v1 endpoints<type>/<ticket-id>-<short-description> — e.g. feat/PROJ-123-user-export.main.main.The agent automatically creates correct commit messages and branch names. No manual corrections, no discussions in review about formatting.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.