upstash-ratelimit-ts
Warn
Audited by Runlayer on Mar 4, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (2)
upstash-ratelimit-ts/traffic-protection.mdMEDIUM
81.5%
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.
upstash-ratelimit-ts/features.mdLOW
55.2%
Tool passed security scan
Passed Files (4)Click to expand
upstash-ratelimit-ts/pricing-cost.mdOK
45.4%
Tool passed security scan
upstash-ratelimit-ts/algorithms.mdOK
25.7%
Tool passed security scan
upstash-ratelimit-ts/SKILL.mdOK
22.7%
Tool passed security scan
upstash-ratelimit-ts/methods-getting-started.mdOK
11.5%
Tool passed security scan
Audit Metadata