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.
Review staged and unstaged changes, then create a well-formatted git commit.
git status to see what's changedgit diff and git diff --cached to understand the changesgit log --oneline -5 to match the project's commit stylegit add <files> (never use git add . blindly)feat: — new featurefix: — bug fixdocs: — documentationrefactor: — code restructuring (no behavior change)test: — adding/updating testschore: — tooling, deps, configperf: — performance improvementstyle: — formatting, no logic change$ARGUMENTS, use it as context or scope.env, secrets, or settings.local.jsonfeat(auth): add OAuth2 login with GitHub
fix(api): handle null response from payment gateway
docs: update README with MCP setup instructions
refactor(db): extract query builder into separate module$ARGUMENTS
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.