Finding Fail Open Flaws

Find security controls that grant access when they should deny it: an authorization check that returns allow on error or timeout, an empty or wildcard allowlist that matches everything, a default-allow branch when input is missing or unrecognized, and a caught exception that swallows a denial and continues. Use when reviewing authentication, authorization, or any gate whose failure path matters, or when a check "passes" for reasons you have not confirmed. The dangerous default is allow; prove every gate denies by default.

UnboundCompute 0fa0ee7 6.0 KB Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/finding-fail-open-flaws commit 0fa0ee744d

Frequently asked questions

npx skillmds@latest add unboundcompute/finding-fail-open-flaws