trpc-patterns
Provides best practices and patterns for building type-safe APIs using the tRPC framework, enhancing development efficiency.
Install this skill
or
70/100
Security score
The trpc-patterns skill was audited on Feb 28, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 187
Template literal with variable interpolation in command context
SourceSKILL.md
| 187 | message: `Flow ${input.flowId} not found`, |
medium line 247
Template literal with variable interpolation in command context
SourceSKILL.md
| 247 | message: `Flow with ID ${flowId} not found`, |
medium line 469
Template literal with variable interpolation in command context
SourceSKILL.md
| 469 | message: `Execution with id ${id} not found`, |
medium line 475
Template literal with variable interpolation in command context
SourceSKILL.md
| 475 | message: `Cannot stop execution in status ${status}`, |
medium line 590
Template literal with variable interpolation in command context
SourceSKILL.md
| 590 | console.log(`+ Connection (${wss.clients.size})`) |
medium line 592
Template literal with variable interpolation in command context
SourceSKILL.md
| 592 | console.log(`- Connection (${wss.clients.size})`) |
Scanned on Feb 28, 2026
View Security Dashboard