Home/ Incident database/sourcehut-llm-crawler-ddos-2025-03
Service disruption Cloud cost spike verified

LLM crawlers DDoS SourceHut's git hosting into 168 hours of tracked downtime

SourceHut · Mar 17, 2025 · General agent

What happened

SourceHut's public status page tracked a git.sr.ht disruption caused by what the maintainers described as aggressive LLM crawlers continuing to DDoS the service, resolved after 168 hours 30 minutes of tracked downtime. The team's fix was deploying Anubis, a proof-of-work challenge proxy that makes uncontrolled automated clients pay compute per request. The Register reported the git-hosting service had faced repeated disruptions from crawlers making excessive data demands.

Loss / impact
Mar 17
2025
Cloud
Failure mode
General
Agent type

Causal vector

High-volume automated clients from many IPs overwhelming origin infrastructure; no effective throttling layer in front of the service

Source

Reported by SourceHut status page (git.sr.ht). Verified against the primary report.

Read the original report ↗

How a spend firewall would have helped

Unthrottled autonomous clients are the inbound twin of runaway spend. The velocity limit that stops a looping agent from draining a budget is the same control SourceHut rebuilt as Anubis: a hard rate barrier that makes uncontrolled automation too expensive to continue.

The six rule types that contain this class of failure

Per-transaction cap

Any single spend above your ceiling is BLOCKED before it moves.

Daily total

Cumulative spend across all agent calls, bounded per day.

Velocity limit

Stops runaway retry loops — the #1 cause of overnight losses.

Merchant allowlist

Only approved destinations can ever receive funds.

Category rules

Flag high-risk classes (crypto, infra, refunds) for review.

Approval threshold

Above a value, the action waits for a human.

Related incidents

AWS user faces a $30K–$38K Bedrock bill that cost-anomaly detection never flagged

AWS Bedrock customer (individual developer) · May 14, 2026

Don't be the next entry

Every incident in this database is the result of trusting a prompt, a provider cap, or a human review cycle. sipi.bot replaces all three with one deterministic call. 90 documented failures, one control.