Skip to main content

agent-refinement

Enhances code quality through iterative refinement, focusing on testing, optimization, and performance tuning.

Install this skill

or
65/100

Security score

The agent-refinement skill was audited on Jun 6, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 85

Template literal with variable interpolation in command context

SourceSKILL.md
85`session:${result.token}`,
medium line 167

Template literal with variable interpolation in command context

SourceSKILL.md
167`session:${token}`,
medium line 229

Template literal with variable interpolation in command context

SourceSKILL.md
229const lockInfo = await this.cache.get(`lock:${email}`);
medium line 233

Template literal with variable interpolation in command context

SourceSKILL.md
233`Account locked. Try again in ${remainingTime} minutes`
medium line 270

Template literal with variable interpolation in command context

SourceSKILL.md
270email: `user${i}@example.com`,
medium line 303

Template literal with variable interpolation in command context

SourceSKILL.md
303const cached = await cache.get(`permissions:${userId}`);
medium line 317

Template literal with variable interpolation in command context

SourceSKILL.md
317await cache.set(`permissions:${userId}`, permissions, 300);
Scanned on Jun 6, 2026
View Security Dashboard