git-helper — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited git-helper (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.
Use this skill to help users manage their Git repositories.
git status to see current state.git diff or git diff --cached to see exact line changes.git add <files> to stage.git checkout -b <branch> to create a new branch.git branch -a to list all branches.git log --oneline --graph --decorate -n 10 for a compact history view.git status to identify conflicting files.NEVER run git push, git reset --hard, or git clean -fd without EXPLICIT user confirmation via the notify_user tool.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.