trigger-dev-tasks
Optimizes Trigger.dev workflows by creating reliable async tasks, implementing AI workflows, and managing complex task hierarchies.
Install this skill
or
80/100
Security score
The trigger-dev-tasks skill was audited on Feb 12, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 32
Template literal with variable interpolation in command context
SourceSKILL.md
| 32 | console.log(`Processing ${payload.data.length} items`); |
medium line 52
Template literal with variable interpolation in command context
SourceSKILL.md
| 52 | return { message: `Hello ${payload.name}` }; |
medium line 102
Template literal with variable interpolation in command context
SourceSKILL.md
| 102 | const key = await idempotencyKeys.create(`payment-${payload.orderId}`); |
medium line 154
Webhook reference - potential data exfiltration
SourceSKILL.md
| 154 | Use cases: user activity updates, webhook deduplication, search indexing, notification batching. |
Scanned on Feb 12, 2026
View Security Dashboard