Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Verify that an endpoint checks ownership, not just authentication. Use on any handler that reads or mutates user data.
.claude/skills/archive228-authz-check/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 37% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 34% | 0% |
| case-17 | ✓→✓ | = Same ✓ | -44% | 0% |
| case-18 | ✓→✓ | = Same ✓ | -17% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -2% | 0% |
The most common security hole: the code checks you're logged IN, but not that you OWN the thing.
WHERE id = ? AND owner_id = current_user — not just WHERE id = ?.Output each handler that authenticates but doesn't authorize, with the missing check.
Other measured skills in the registry, with their headline benchmark lift.