api-framework-express
Facilitates REST API development using Express.js with middleware, routing, and error handling patterns.
Install this skill
or
84/100
Security score
The api-framework-express skill was audited on Feb 27, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 243
Template literal with variable interpolation in command context
SourceSKILL.md
| 243 | console.error(`[Error] ${req.method} ${req.path}:`, err.message); |
medium line 394
Template literal with variable interpolation in command context
SourceSKILL.md
| 394 | `Name must be between ${MIN_NAME_LENGTH} and ${MAX_NAME_LENGTH} characters`, |
medium line 703
Template literal with variable interpolation in command context
SourceSKILL.md
| 703 | sendError(res, `${resource} not found`, HTTP_NOT_FOUND, "NOT_FOUND"); |
low line 758
Access to .env file
SourceSKILL.md
| 758 | origin: process.env.ALLOWED_ORIGINS?.split(",") || [], |
Scanned on Feb 27, 2026
View Security Dashboard