Skip to main content

API Development

Facilitates systematic REST API development with error handling, validation, and consistent response formats.

Install this skill

or
83/100

Security score

The API Development skill was audited on Feb 17, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 154

Template literal with variable interpolation in command context

SourceSKILL.md
154console.error(`[${requestId}] Error:`, error);
medium line 358

Template literal with variable interpolation in command context

SourceSKILL.md
358console.log(`[${correlationId}] User created:`, user);
low line 361

Fetch to external URL

SourceSKILL.md
361fetch('/api/users', {
low line 111

External URL reference

SourceSKILL.md
111"type": "https://api.example.com/errors/validation-failed",
low line 124

External URL reference

SourceSKILL.md
124"type": "https://api.example.com/errors/unauthorized",
low line 175

External URL reference

SourceSKILL.md
175type: 'https://api.example.com/errors/validation-failed',
low line 189

External URL reference

SourceSKILL.md
189type: 'https://api.example.com/errors/internal-server-error',
low line 223

External URL reference

SourceSKILL.md
223'https://api.example.com/errors/duplicate-email'
low line 413

External URL reference

SourceSKILL.md
413- RFC 7807 Problem Details: https://tools.ietf.org/html/rfc7807
Scanned on Feb 17, 2026
View Security Dashboard