Skip to main content

web-api

Enables design and implementation of REST, GraphQL, and tRPC APIs with OpenAPI 3.1, focusing on security and scalability.

Install this skill

or
95/100

Security score

The web-api skill was audited on Mar 1, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 47

Access to .env file

SourceSKILL.md
47When errors occur, check for common issues like invalid JWTs by catching exceptions: `try { jwt.verify(token, process.env.WEB_API_JWT_SECRET); } catch (err) { res.status(401).send('Invalid token'); }`
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →