security-review

Installation
SKILL.md

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

Installs
24
GitHub Stars
27
First Seen
Jul 18, 2026
security-review — icodecraft/anti-slop