git-control — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited git-control (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.
feat/[feature-name] for new functionality.fix/[bug-name] for corrections.hotfix/[issue] for urgent production fixes.git add <file> (avoid git add . unless necessary).git diff --staged.git checkout main
git pull origin main
git checkout -b feat/my-new-featuregit fetch --all
git pull origin [branch-name]
git push origin [branch-name] git checkout feat/my-feature
git rebase maingit status.<<<<, ====, >>>> markers.git add <file>.git commit or git rebase --continue.git reset --soft HEAD~1.git reset --hard HEAD~1.git reflog.git revert <commit-hash>.git stash push -m "work in progress".git stash pop.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.