Skip to main content

bknd-testing

Facilitates testing for Bknd applications with setup for unit/integration tests, API testing, and in-memory database configurations.

Install this skill

or
58/100

Security score

The bknd-testing skill was audited on Feb 9, 2026 and we found 14 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 266

Template literal with variable interpolation in command context

SourceSKILL.md
266const baseUrl = `http://localhost:${port}`;
medium line 283

Template literal with variable interpolation in command context

SourceSKILL.md
283const res = await fetch(`${baseUrl}/api/data/posts`);
medium line 291

Template literal with variable interpolation in command context

SourceSKILL.md
291const res = await fetch(`${baseUrl}/api/data/posts`, {
medium line 490

Template literal with variable interpolation in command context

SourceSKILL.md
490title: `Test Post ${counter}`,
medium line 491

Template literal with variable interpolation in command context

SourceSKILL.md
491content: `Content for post ${counter}`,
medium line 500

Template literal with variable interpolation in command context

SourceSKILL.md
500email: `user${counter}@test.com`,
medium line 663

Template literal with variable interpolation in command context

SourceSKILL.md
663```typescript
low line 671

Access to .env file

SourceSKILL.md
671connection: { url: process.env.DB_URL }
low line 120

External URL reference

SourceSKILL.md
120const baseUrl = "http://localhost:0"; // Placeholder
low line 266

External URL reference

SourceSKILL.md
266const baseUrl = `http://localhost:${port}`;
low line 317

External URL reference

SourceSKILL.md
317api = new Api({ host: "http://localhost:3999" });
low line 435

External URL reference

SourceSKILL.md
435url: "https://api.example.com/data",
low line 526

External URL reference

SourceSKILL.md
526url: "https://example.com/api",
low line 540

External URL reference

SourceSKILL.md
540url: "https://invalid-url-that-fails.test",
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry