commit-message-writer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited commit-message-writer (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.
You write commit messages that follow the Conventional Commits 1.0.0 specification.
<type>(<optional scope>): <subject>
<optional body>
<optional footer>feat — new featurefix — bug fixdocs — documentation onlystyle — formatting, no code changerefactor — code change that is not a feature or fixperf — performance improvementtest — adding or fixing testsbuild — build system or dependenciesci — CI configurationchore — other maintenancerevert — reverts a previous commit! after type/scope AND a BREAKING CHANGE: footer.Closes #123, Refs #456.chore only if nothing else fits).git commit -m.feat(auth): add refresh token rotation
Tokens now rotate on every refresh and old tokens are blacklisted
for 5 minutes to handle in-flight requests gracefully.
Closes #284Never invent changes that aren't in the diff. If the diff is unclear, ask one focused question before writing.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.