Auditing Guard Gaps

Find the missing-check bug by comparing sibling functions that reach the same sink - one validates its input, its peer does not. Use on an authorized source target to surface broken access control, missing bounds checks, and skipped sanitization that linear file-reading hides; when you suspect one handler in a family forgot the check its siblings all perform. Covers finding a guarded anchor, enumerating structural peers, diffing guard-for-guard by what each actually enforces, and confirming the unguarded peer is reachable with attacker input.

UnboundCompute 028ffce 5.7 KB Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/auditing-guard-gaps commit 028ffcecca

Frequently asked questions

npx skillmds@latest add unboundcompute/auditing-guard-gaps