vp-git — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited vp-git (Plugin) 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.
A Claude Code plugin providing git workflow safety skills for rebase validation, merge auditing, and stacked PR management.
claude plugins add /path/to/vp-git
# or from GitHub:
claude plugins add voxpelli/claude-gitThe skills in this repo follow the open Agent Skills standard and can be installed individually into any compatible agent (Claude Code, Cursor, Codex CLI, Gemini CLI, GitHub Copilot, Kiro, …):
npx skills add voxpelli/claude-gitThe skills CLI auto-detects the target agent and writes into the correct directory (~/.claude/skills/, ~/.cursor/skills/, etc.).
Note: If you've already installed via claude plugins add, you don't need this — the plugin already provides the skill. Mixing both installs places the same rebase-validate skill in two locations and relies on Claude Code's resolution order to dedupe.
correctness: ref verification, range-diff, sem diff, weave preview, duplicate detection, and functional tests.
then propagate through all descendant branches" in a stacked-PR chain: safety tagging, --update-refs --empty=drop rebase, conflict-resolution heuristics, dep-drift recovery, force-with-lease push. Companion to /rebase-validate: stack-cascade executes, rebase-validate verifies.
The plugin works best with sem and weave installed, but degrades gracefully without them.
brew install sem-cli weaveMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.