Skip to main content

cache-advisor

Recommends optimal caching strategies and policies to enhance API performance and reduce database load based on access patterns.

Install this skill

or
70/100

Security score

The cache-advisor skill was audited on May 21, 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 85

Template literal with variable interpolation in command context

SourceSKILL.md
85const cacheKey = `product:${id}`;
high line 105

Template literal with variable interpolation in command context

SourceSKILL.md
105await redis.del(`product:${id}`); // event-driven invalidation
Scanned on May 21, 2026
View Security Dashboard
Installation guide →