ratelimit-ts
Warn
Audited by Runlayer on Feb 26, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (2)
ratelimit-ts/traffic-protection.mdMEDIUM
79.4%
Malicious tool definition detected
Updates occur daily at **2 AM UTC**. Enable protection: ```ts const ratelimit = new Ratelimit({ redis: Redis.fromEnv(), limiter: Ratelimit.slidingWindow(10, "10 s"), enableProtection: true, }); const { success, pending } = await ratelimit.limit("userId", { ip: "203.0.113.77" }); await pending; // ensures async sync completion ``` ### Update Flow - First call to `limit` after 2 AM UTC triggers asynchronous list refresh.
ratelimit-ts/features.mdLOW
51.4%
Tool passed security scan
Passed Files (4)Click to expand
ratelimit-ts/pricing-cost.mdOK
39.0%
Tool passed security scan
ratelimit-ts/algorithms.mdOK
27.6%
Tool passed security scan
ratelimit-ts/SKILL.mdOK
19.2%
Tool passed security scan
ratelimit-ts/methods-getting-started.mdOK
10.0%
Tool passed security scan
Audit Metadata