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
| 114 | if (process.env.VERCEL_URL) return `https://${process.env.VERCEL_URL}`; |
medium line 115
Template literal with variable interpolation in command context
SourceSKILL.md
| 115 | return `http://localhost:${process.env.PORT ?? 3000}`; |
medium line 124
Template literal with variable interpolation in command context
SourceSKILL.md
| 124 | url: `${getBaseUrl()}/api/trpc`, |
low line 114
Access to .env file
SourceSKILL.md
| 114 | if (process.env.VERCEL_URL) return `https://${process.env.VERCEL_URL}`; |
low line 115
Access to .env file
SourceSKILL.md
| 115 | return `http://localhost:${process.env.PORT ?? 3000}`; |
low line 114
External URL reference
SourceSKILL.md
| 114 | if (process.env.VERCEL_URL) return `https://${process.env.VERCEL_URL}`; |
low line 115
External URL reference
SourceSKILL.md
| 115 | return `http://localhost:${process.env.PORT ?? 3000}`; |
Scanned on Jun 14, 2026
View Security DashboardGitHub Stars 139
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
openclawapibackendfrontend-developerbackend-developerfullstack-developerproduct-managertechnical-pmdevelopmentproduct
Mindrally/skills