Implementing API Abuse Detection With Rate Limiting

Implements API abuse detection using token bucket, sliding window, and fixed window rate-limiting algorithms backed by Redis, including adaptive limits that tighten during detected attacks and relax during normal traffic. Use when defending APIs against DDoS, brute force login attempts, credential stuffing, or scraping abuse and you need to design or tune rate-limiting logic.

gabrielmoreira Updated 17 repo stars

File contents

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/mukul975@Anthropic-Cybersecurity-Skills/skills/implementing-api-abuse-detection-with-rate-limiting commit 15ec82681e

Frequently asked questions

npx skillmds@latest add gabrielmoreira/implementing-api-abuse-detection-with-rate-limiting