Skip to main content

Convex Agents Workflows

Enables durable execution of complex workflows for multi-step agent operations, ensuring reliability and recovery from failures.

Install this skill

or
80/100

Security score

The Convex Agents Workflows skill was audited on Mar 8, 2026 and we found 4 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 73

Template literal with variable interpolation in command context

SourceSKILL.md
73{ userId, title: `Research: ${topic}` }
medium line 78

Template literal with variable interpolation in command context

SourceSKILL.md
78{ threadId: researchId, prompt: `Research: ${topic}` }
medium line 83

Template literal with variable interpolation in command context

SourceSKILL.md
83{ userId, title: `Analysis: ${topic}` }
medium line 88

Template literal with variable interpolation in command context

SourceSKILL.md
88{ threadId: analysisId, prompt: `Analyze: ${research}` }
Scanned on Mar 8, 2026
View Security Dashboard