swarm-rate-limits-agent

Audit gnubok's rate-limiting and quota enforcement across inbound and outbound paths.

209|46|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/erp-mafia/gnubok --skill swarm-rate-limits-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-rate-limits-agent
Source: https://github.com/erp-mafia/gnubok/tree/main/.claude/skills/swarm-rate-limits-agent
Command: npx skills add https://github.com/erp-mafia/gnubok --skill swarm-rate-limits-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only audit lens for gnubok's rate limiting, throttling, and quota handling, helping teams identify risky configurations and bottlenecks without changing system behavior.

Core Features & Use Cases

  • Inbound protection audits: API key rate limiting (100 RPM), brute-force entry points, and endpoint bottlenecks.
  • Outbound provider quota audits: monitors calls to VIES, Anthropic, OpenAI, Resend, and Enable Banking to ensure compliance and sensible backoff.
  • Observability and risk signals: surfaces race conditions, non-atomic increments, and potential 429 hotspots for remediation.
  • Use Case: Run the agent to sweep inbound and outbound paths and surface misconfigurations before they impact users.

Quick Start

Audit gnubok's rate limits and quotas across inbound and outbound paths to surface hotspots and non-atomic boundaries.

Frequently Asked Questions about swarm-rate-limits-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit API rate limits and throttling rules without modifying production code?

You can audit API rate limits and throttling rules without modifying production code by running a read-only agent that analyzes RPCs, public routes, and external provider calls to surface misconfigurations and bottlenecks.

What causes race conditions in API key rate limiting and quota enforcement?

Race conditions in API key rate limiting are caused by non-atomic limit increments during validation processes, which a read-only audit can detect by analyzing RPCs like validate_and_increment_api_key to identify risky boundaries.

How do I check outbound provider quotas for external API calls to services like OpenAI and Anthropic?

You can check outbound provider quotas for external API calls to OpenAI and Anthropic by running an audit agent that monitors external provider paths to ensure compliance and detect missing backoff strategies.

Does this rate limit audit work with inbound public endpoints and file uploads?

Yes, the rate limit audit works with inbound public endpoints and file uploads by sweeping these paths to identify brute-force entry points, endpoint bottlenecks, and potential 429 hotspots for remediation.

Why do I need an audit to detect non-atomic boundaries in API throttling configurations?

You need an audit to detect non-atomic boundaries in API throttling configurations because these hidden flaws cause race conditions and allow quota bypasses, which a read-only agent identifies by analyzing validation RPCs without disrupting system behavior.