Skip to main content

implementing-api-rate-limiting-and-throttling

Implements API rate limiting and throttling to prevent abuse and ensure fair usage across different user tiers.

Install this skill

or
70/100

Security score

The implementing-api-rate-limiting-and-throttling skill was audited on Jun 3, 2026 and we found 2 security issues across 1 threat category, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 264

Eval function call - arbitrary code execution

SourceSKILL.md
264result = self.redis.eval(lua_script, 1, bucket_key,
high line 407

Eval function call - arbitrary code execution

SourceSKILL.md
407result = self.redis.eval(lua_script, 1, key,
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →