🛡️
QualityShell

Security Review

by iCodeCraft

Security Review is a Quality skill for Claude Code, published by iCodeCraft in anti-slop.

25 stars2 forkson iCodeCraft/anti-slopAdded 2026/08/11Repository updated 2026/07/23
agent-skillsai-agentsclaude-codecursorvibe-coding
Install in seconds
Install Security Review
Copy Security Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/iCodeCraft/anti-slop/tree/main/skills/security-review ~/.claude/skills/security-review

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/iCodeCraft/anti-slop.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/security-review/SKILL.md in iCodeCraft/anti-slop
Installs to
~/.claude/skills/security-review
Collection
One of 3 skills cataloged from this repository
Category
Quality1354 skills

What Security Review does

Review code for security issues before merge — authz gaps, injection, secrets, unsafe defaults, SSRF, path traversal. Use when reviewing a PR, auditing a diff, shipping auth/payments/uploads, or when the user asks for a security review or OWASP check.

Security Review is cataloged under Quality on DirSkills. Security Review comes from a repository tagged agent-skills, ai-agents, claude-code, cursor and vibe-coding.

Documentation

README

Security Review

Review the current change like a security-minded senior. Prefer concrete findings over generic advice.

Scope

Focus on the diff and directly related call paths. Do not audit the whole repo unless asked.

Checklist

Auth & access

  • Every sensitive action checks authentication and authorization
  • IDs from the client are not trusted for ownership (userId in body ≠ proof)
  • Admin/debug routes are gated; no "temporary" open endpoints

Input & data

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Security Review

  • What else does iCodeCraft publish alongside Security Review?

    Security Review is one of 3 skills that DirSkills catalogs from iCodeCraft/anti-slop, the repository it ships in. Its siblings there include Kill Slop and PR Hygiene. Each one is a separate skill with its own page in this directory, installs the same way Security Review does, and is maintained by iCodeCraft in that same repository. The rest of the collection is listed on the iCodeCraft/anti-slop page.

  • How does Security Review compare to other Quality skills?

    Security Review ranks #1325 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Security Review against them. Open each page to compare what they document and how they install.