trpc-execution
Manages execution workflows in ChainGraph using tRPC, enabling real-time event streaming and lifecycle control for applications.
Install this skill
Security score
The trpc-execution skill was audited on Feb 28, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 121 | message: `Flow ${input.flowId} not found`, |
Template literal with variable interpolation in command context
| 133 | const executionId = `EX${generateShortId(16)}` |
Template literal with variable interpolation in command context
| 183 | message: `Execution ${input.executionId} not found`, |
Template literal with variable interpolation in command context
| 190 | message: `Cannot start execution in status ${execution.status}`, |
Template literal with variable interpolation in command context
| 225 | message: `Execution ${input.executionId} not found`, |
Template literal with variable interpolation in command context
| 238 | message: `Cannot stop execution in status ${execution.status}`, |
Template literal with variable interpolation in command context
| 344 | message: `Execution with id ${input.executionId} not found`, |
Template literal with variable interpolation in command context
| 661 | message: `Execution ${input.executionId} not found`, |