Skip to main content

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
187message: `Flow ${input.flowId} not found`,
medium line 247

Template literal with variable interpolation in command context

SourceSKILL.md
247message: `Flow with ID ${flowId} not found`,
medium line 469

Template literal with variable interpolation in command context

SourceSKILL.md
469message: `Execution with id ${id} not found`,
medium line 475

Template literal with variable interpolation in command context

SourceSKILL.md
475message: `Cannot stop execution in status ${status}`,
medium line 590

Template literal with variable interpolation in command context

SourceSKILL.md
590console.log(`+ Connection (${wss.clients.size})`)
medium line 592

Template literal with variable interpolation in command context

SourceSKILL.md
592console.log(`- Connection (${wss.clients.size})`)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →
GitHub Stars 22
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
mattnigh/skills_collection