Skip to main content

cloud-workflow

Automates complex workflows in Flow Nexus cloud, enabling event-driven processes and intelligent agent coordination.

Install this skill

or
74/100

Security score

The cloud-workflow skill was audited on Feb 9, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 260

Template literal with variable interpolation in command context

SourceSKILL.md
260console.log(`Progress: ${status.progress}%, Current step: ${status.current_step}`);
medium line 370

Template literal with variable interpolation in command context

SourceSKILL.md
370console.log(`Pending messages: ${queueStatus.pending}`);
medium line 371

Template literal with variable interpolation in command context

SourceSKILL.md
371console.log(`Processing: ${queueStatus.processing}`);
medium line 380

Template literal with variable interpolation in command context

SourceSKILL.md
380console.log(`${event.timestamp}: ${event.action} by ${event.user}`);
medium line 79

Webhook reference - potential data exfiltration

SourceSKILL.md
79| **Event-Driven** | Reactive to external events | Webhooks, notifications |
low line 461

External URL reference

SourceSKILL.md
461- [Flow Nexus Workflow Documentation](https://flow-nexus.ruv.io)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →