Reviewing Rate Limiting And Abuse Controls

Review whether sensitive and expensive endpoints are rate-limited and whether the limit can be bypassed, as a coverage-and-keying problem rather than a taint flow. Covers a login, credential-reset, one-time-code verify, signup, token, payment, or expensive-query endpoint with no limit on any layer of its path, a limit keyed on a client-supplied identifier the caller can rotate, a counter held per process so it multiplies across instances, a throttle with no lockout or backoff that permits slow brute force, and an enumeration oracle left unthrottled. Use when reviewing the handlers and configuration behind authentication, account, payment, and costly operations. The sensitive or expensive endpoint is the source, the enforcement decision and the identifier it is keyed on are the sink, and a missing or spoofable limit is the bug.

UnboundCompute Updated

File contents

UnboundCompute/security-agent-skills/tree/main/skills/reviewing-rate-limiting-and-abuse-controls commit 753a6f042a

Frequently asked questions

npx skillmds@latest add unboundcompute/reviewing-rate-limiting-and-abuse-controls