Skip to main content

backend-trpc-openapi

Generates OpenAPI/REST endpoints from tRPC routers for seamless integration with third-party services and mobile apps.

Install this skill

or
92/100

Security score

The backend-trpc-openapi skill was audited on Feb 9, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 188

Access to .env file

SourceSKILL.md
188baseUrl: process.env.API_URL || 'http://localhost:3000/api',
low line 188

External URL reference

SourceSKILL.md
188baseUrl: process.env.API_URL || 'http://localhost:3000/api',
low line 240

External URL reference

SourceSKILL.md
240console.log('Server: http://localhost:3000');
low line 241

External URL reference

SourceSKILL.md
241console.log('tRPC: http://localhost:3000/trpc');
low line 242

External URL reference

SourceSKILL.md
242console.log('REST: http://localhost:3000/api');
low line 243

External URL reference

SourceSKILL.md
243console.log('Docs: http://localhost:3000/docs');
low line 373

External URL reference

SourceSKILL.md
373- https://swagger.io/specification/ — OpenAPI spec
low line 374

External URL reference

SourceSKILL.md
374- https://swagger.io/tools/swagger-ui/ — Swagger UI
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →