git-commit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited git-commit (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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.
main or master directly.git checkout -b <type>/<short-description> (e.g., feat/add-embedded-editor, fix/token-refresh)<type>/<short-description> using the same type vocabulary as commit types.git status -sbgit add -p.git diff --cachedpytest tests/unit/ -v
ruff check src/ tests/
ruff format --check src/ tests/<type>(<scope>)?: <subject>
! after type/scope: feat!: ... or feat(tools)!: ...BREAKING CHANGE: <what breaks and migration notes>git commit -m "..."git commit and write subject + body in editor.git show --statgit pushsearch_pull_requests) to check.<title> must be a short imperative summary of the whole task (not just the last commit). To understand what the task is about, read the corresponding plan file in .plans/ (e.g., .plans/Plan-{TASK_NAME}.md).
Examples:
Add embedded editor toolFix token refresh loop on expired OAuth2 JWTFill in:
add-embedded-editor, fix-token-refresh).feat — new capability/behaviorfix — bug fixrefactor — no behavior changedocs — docs onlytest — tests onlychore — tooling/CI/deps/maintenanceUse a stable domain/component name: tools, client, auth, models, cli, config, tests, ci, docker.
feat(tools): Add update_document_fields toolfix(auth): Prevent token refresh loop on expired OAuth2 JWTrefactor(client): Simplify document group mixin error handlingtest(tools): Add invite_status business logic coveragedocs: Update README tools sectionchore: Update ruff lint config~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.