Skip to main content

mock-server

Enables developers to create and manage mock API servers for testing and development, simulating various scenarios and responses.

Install this skill

or
33/100

Security score

The mock-server skill was audited on Feb 28, 2026 and we found 23 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 520

Template literal with variable interpolation in command context

SourceSKILL.md
520console.log(`Mock server running on http://localhost:${PORT}`);
medium line 585

Template literal with variable interpolation in command context

SourceSKILL.md
585console.log(`GraphQL mock server ready at ${url}`);
medium line 79

Curl to non-GitHub URL

SourceSKILL.md
79curl http://localhost:3000/users
medium line 82

Curl to non-GitHub URL

SourceSKILL.md
82curl http://localhost:3000/users/1
medium line 85

Curl to non-GitHub URL

SourceSKILL.md
85curl -X POST http://localhost:3000/users \
medium line 90

Curl to non-GitHub URL

SourceSKILL.md
90curl -X PUT http://localhost:3000/users/1 \
medium line 95

Curl to non-GitHub URL

SourceSKILL.md
95curl -X PATCH http://localhost:3000/users/1 \
medium line 100

Curl to non-GitHub URL

SourceSKILL.md
100curl -X DELETE http://localhost:3000/users/1
medium line 103

Curl to non-GitHub URL

SourceSKILL.md
103curl "http://localhost:3000/users?_page=1&_limit=10"
medium line 104

Curl to non-GitHub URL

SourceSKILL.md
104curl "http://localhost:3000/users?_sort=name&_order=asc"
medium line 105

Curl to non-GitHub URL

SourceSKILL.md
105curl "http://localhost:3000/posts?userId=1"
low line 244

Access to .env file

SourceSKILL.md
244if (process.env.NODE_ENV === 'development') {
low line 518

Access to .env file

SourceSKILL.md
518const PORT = process.env.PORT || 3000;
low line 79

External URL reference

SourceSKILL.md
79curl http://localhost:3000/users
low line 82

External URL reference

SourceSKILL.md
82curl http://localhost:3000/users/1
low line 85

External URL reference

SourceSKILL.md
85curl -X POST http://localhost:3000/users \
low line 90

External URL reference

SourceSKILL.md
90curl -X PUT http://localhost:3000/users/1 \
low line 95

External URL reference

SourceSKILL.md
95curl -X PATCH http://localhost:3000/users/1 \
low line 100

External URL reference

SourceSKILL.md
100curl -X DELETE http://localhost:3000/users/1
low line 103

External URL reference

SourceSKILL.md
103curl "http://localhost:3000/users?_page=1&_limit=10"
low line 104

External URL reference

SourceSKILL.md
104curl "http://localhost:3000/users?_sort=name&_order=asc"
low line 105

External URL reference

SourceSKILL.md
105curl "http://localhost:3000/posts?userId=1"
low line 520

External URL reference

SourceSKILL.md
520console.log(`Mock server running on http://localhost:${PORT}`);
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →
GitHub Stars 278
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
aiskillstore/marketplace