Skip to main content

🎭 API Mocking Skill

Creates mock APIs for frontend development and testing, enabling offline work and integration testing without backend dependencies.

Install this skill

or
99/100

Security score

The 🎭 API Mocking Skill skill was audited on Feb 9, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 80

Access to .env file

SourceSKILL.md
80const api = process.env.NODE_ENV === 'development' ? mockApi : realApi;
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →