commit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited commit (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.
Stage and commit. Conventional commits. No push.
Run in parallel first:
git status
git diff HEAD
git log --oneline -5Then sequentially:
git add -A or git add .git statustype(scope): short description (≤72 chars)
Optional body if nuance is lost without it.
Co-Authored-By: <agent-name> <agent-email>The Co-Authored-By trailer is optional — fill in the agent identity your harness provides, or omit the line entirely if the project doesn't want it.
Types: feat, fix, refactor, chore, docs, test, style
Focus on the why, not the what. The diff already shows what changed.
Use a heredoc to preserve formatting:
git commit -m "$(cat <<'EOF'
type(scope): short description
Co-Authored-By: <agent-name> <agent-email>
EOF
)".env, credentials, or large binaries — warn the user$ need single-quoted delimiter (<<'EOF' not <<EOF)git diff HEAD after staging means nothing new was added — check git diff --cached instead~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.