speq-git-discipline — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited speq-git-discipline (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.
Git read-only guardrails. User controls all git writes.
git status git diff git log git show git branchadd commit push pull fetch
merge rebase cherry-pick
checkout switch restore
reset revert stash tagNo exceptions.
Verify expected changes:
git status # Check files changed
git diff # Review actual changesNever commit secrets (API keys, passwords, credentials, tokens).
Follow the Conventional Commits specification:
<type>[scope]: <description>
[body]
[footer]| Type | Use |
|---|---|
feat | New feature (MINOR) |
fix | Bug fix (PATCH) |
perf | Performance |
refactor | Restructure, same behavior |
test | Tests |
docs | Documentation |
spec | Spec changes |
chore | Maintenance |
Breaking changes: Add ! after type or BREAKING CHANGE: footer → MAJOR version
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.