Skip to main content

intelligent-cache

Implements a multi-layer caching system with type-specific TTLs and efficient content generation for optimized performance.

Install this skill

or
90/100

Security score

The intelligent-cache skill was audited on Feb 12, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 62

Template literal with variable interpolation in command context

SourceSKILL.md
62return `${type}:${key}`;
medium line 198

Template literal with variable interpolation in command context

SourceSKILL.md
198if (key.startsWith(`${type}:`)) {
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →