Skip to main content

dependency-wrapper

Facilitates the integration of third-party libraries by wrapping them for enhanced testability and replaceability in code.

Install this skill

or
59/100

Security score

The dependency-wrapper skill was audited on Feb 19, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 119

Template literal with variable interpolation in command context

SourceSKILL.md
119const response = await fetch(`${baseUrl}${path}`, {
medium line 158

Template literal with variable interpolation in command context

SourceSKILL.md
158super(`HTTP ${status}`);
medium line 271

Template literal with variable interpolation in command context

SourceSKILL.md
271throw new Error(`Service not registered: ${name}`);
medium line 317

Template literal with variable interpolation in command context

SourceSKILL.md
317return httpClient.get(`/users/${id}`);
medium line 325

Template literal with variable interpolation in command context

SourceSKILL.md
325return httpClient.put(`/users/${id}`, data);
medium line 352

Template literal with variable interpolation in command context

SourceSKILL.md
352const response = responses[`GET ${path}`] ?? responses[path];
medium line 359

Template literal with variable interpolation in command context

SourceSKILL.md
359const response = responses[`POST ${path}`] ?? responses[path];
medium line 435

Template literal with variable interpolation in command context

SourceSKILL.md
435console.log(`Email to ${to}: ${subject}`);
low line 289

Access to .env file

SourceSKILL.md
289apiUrl: process.env.API_URL,
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry