Agent skill · Security

differential-review

Security-focused code review for PRs, commits, and diffs.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill differential-review --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/differential-review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Differential Security Review Security-focused code review for PRs, commits, and diffs. ## When to Use - You need a security-focused review of a PR, commit range, or diff rather than a general code review. - The changes touch auth, crypto, external calls, value transfer, permissions, or other high-risk logic. - You need findings backed by code evidence, attack scenarios, and an explicit report artifact. ## Core Principles 1. **Risk-First**: Focus on auth, crypto, value transfer, external calls 2. **Evidence-Based**: Every finding backed by git history, line numbers, attack scenarios 3. **Adaptive**: Scale to codebase size (SMALL/MEDIUM/LARGE) 4. **Honest**: Explicitly state coverage limits and confidence level 5. **Output-Driven**: Always generate comprehensive markdown report file --- ## Rationalizations (Do Not Skip) | Rationalization | Why It's Wrong | Required Action | |-----------------|----------------|-----------------| | "Small PR, quick review" | Heartbleed was 2 lines | Classify by RISK, not size | | "I know this codebase" | Familiarity breeds blind spots | Build explicit baseline context | | "Git history takes too long" | History reveals regressions | Never skip Phase 1

What's inside
Steps it walks through
  1. When to Use
  2. Core Principles
  3. Rationalizations (Do Not Skip)
  4. Quick Reference
  5. Codebase Size Strategy
  6. Risk Level Triggers
  7. Workflow Overview
  8. Decision Tree
  9. Quality Checklist
  10. Integration
  11. Example Usage
  12. Quick Triage (Small PR)
  13. Standard Review (Medium Codebase)
  14. Deep Audit (Large, Critical Change)
More from agentic-awesome-skills
All skills →
About this skill
What does the differential-review skill do?

Security-focused code review for PRs, commits, and diffs.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill differential-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going