Skip to main content

caching-optimizer

Optimizes caching strategies for applications and APIs, enhancing performance through effective cache management and analysis.

Install this skill

or
85/100

Security score

The caching-optimizer skill was audited on Feb 9, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 81

Template literal with variable interpolation in command context

SourceSKILL.md
81console.log(`Hit Rate: ${metrics.hitRate}%`);
medium line 82

Template literal with variable interpolation in command context

SourceSKILL.md
82console.log(`Miss Rate: ${metrics.missRate}%`);
medium line 83

Template literal with variable interpolation in command context

SourceSKILL.md
83console.log(`Eviction Rate: ${metrics.evictionRate}%`);
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →