Skip to main content

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.

Jump to install

Source facts

Repository
UnboundCompute/security-agent-skills
Last source activity
August 21, 2026 at 09:11
Detected SKILL.md language
English
Stars
4
Forks
2

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.