sembraniteam/claude-plugins

A collection of Claude Code plugins for automating git workflows, release documentation, and debugging.

2Stars on the repository
50Mods indexed here, across every type
28d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

audit-deps

01

sembraniteam/claude-plugins

Command

Scan all dependency manifests in the current project against OSV.dev and NVD, and output a CVE table with severity and fix versions.

2 28d ago A 28 tokens original MIT

audit-diff

02

sembraniteam/claude-plugins

Command

Run a security audit scoped to only the files changed vs a base branch (plus uncommitted/staged changes) — the recommended default for PR review and for codebases too large for a full /audit to fit in context.

2 28d ago A 46 tokens original MIT

audit-file

03

sembraniteam/claude-plugins

Command

Run a deep security audit on a single file, mapping every finding to its CWE ID and providing line-level evidence.

2 28d ago A 23 tokens original MIT

audit-fix

04

sembraniteam/claude-plugins

Command

Apply verified fixes to security findings from an existing audit report. Shows a fix plan per finding, waits for confirmation, applies minimal changes, then automatically runs independent verification. Use /audit-fix all to fix everything, or /audit-fix SA-001 to target a specific finding.

2 28d ago A 57 tokens original MIT

audit-report

05

sembraniteam/claude-plugins

Command

Regenerate a full security audit report from the current session's findings and save it as SECURITY-AUDIT.md. Pass --sarif to also emit SECURITY-AUDIT.sarif.json for GitHub code scanning.

2 28d ago A 44 tokens original MIT

audit-verify

06

sembraniteam/claude-plugins

Command

Run the fix-reviewer agent independently against existing fixes — useful when you fixed vulnerabilities manually, made additional edits after /audit-fix, or want a second-opinion verification before committing. Works with any fix, not just ones from /audit-fix.

2 28d ago A 51 tokens original MIT

audit

07

sembraniteam/claude-plugins

Command

Run a comprehensive security audit of the current codebase, covering OWASP Top 10, CWE mapping, and dependency CVE verification via NVD/OSV.

2 28d ago A 33 tokens original MIT