limit-request-rate-pattern

Installation
SKILL.md

Limit Request Rate Security Pattern

Limits the number of requests an entity can make within a given timeframe, preventing resource exhaustion and brute-force attacks.

Problem Addressed

Entity absorbs excessive resources: An attacker floods the system with requests, either to:

  • Exhaust system resources (DoS)
  • Brute-force authentication credentials
  • Enumerate valid identifiers
  • Abuse expensive operations

Core Components

Installs
8
GitHub Stars
5
First Seen
Feb 19, 2026
limit-request-rate-pattern — igbuend/grimbard