omermaksutii

Audit Diff — Security skill for Claude Code

Security community

Diff two Rugproof audit reports (before vs after) to track regressions — what's new, what's fixed, and whether the grade moved.

How to install Audit Diff

Installs to ~/.claude/skills/omermaksutii-rugproof-audit-diff/SKILL.md

Terminal
mkdir -p ~/.claude/skills/omermaksutii-rugproof-audit-diff && curl -fsSL https://raw.githubusercontent.com/omermaksutii/RugProof/HEAD/commands/audit-diff.md -o ~/.claude/skills/omermaksutii-rugproof-audit-diff/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Audit Diff does


description: Diff two Rugproof audit reports (before vs after) to track regressions — what's new, what's fixed, and whether the grade moved. argument-hint: " " allowed-tools: Read, Bash

/audit-diff — regression diff between two audits

Did your fix actually resolve the finding? Did it introduce a new one? Run two audits and diff the JSON reports. Unlike `/diff-audit` (which compares your code against a canonical reference), this compares two **Rugproo

Alternatives in Security

  • Cve MCP Server — Production-grade MCP server giving Claude 27 security intelligence tools across 21 APIs — CVE lookup, EPSS sco 1.2k ★
  • Review Artifact — Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review 652 ★
  • Cross-Pollinate Hex MCP Servers — Diff-driven audit: find real transferable changes across hex-line-mcp, hex-ssh-mcp, hex-graph-mcp 238 ★

Full documentation available on GitHub

View Source Repository