Skip to main content

trpc

Provides guidelines for building end-to-end typesafe APIs in Next.js using tRPC v11, enhancing TypeScript development.

Install this skill

or
81/100

Security score

The trpc skill was audited on Jun 14, 2026 and we found 7 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 114

Template literal with variable interpolation in command context

SourceSKILL.md
114if (process.env.VERCEL_URL) return `https://${process.env.VERCEL_URL}`;
medium line 115

Template literal with variable interpolation in command context

SourceSKILL.md
115return `http://localhost:${process.env.PORT ?? 3000}`;
medium line 124

Template literal with variable interpolation in command context

SourceSKILL.md
124url: `${getBaseUrl()}/api/trpc`,
low line 114

Access to .env file

SourceSKILL.md
114if (process.env.VERCEL_URL) return `https://${process.env.VERCEL_URL}`;
low line 115

Access to .env file

SourceSKILL.md
115return `http://localhost:${process.env.PORT ?? 3000}`;
low line 114

External URL reference

SourceSKILL.md
114if (process.env.VERCEL_URL) return `https://${process.env.VERCEL_URL}`;
low line 115

External URL reference

SourceSKILL.md
115return `http://localhost:${process.env.PORT ?? 3000}`;
Scanned on Jun 14, 2026
View Security Dashboard
Installation guide →