Skip to main content

Flow Nexus Platform Management SOP

Manages Flow Nexus platform operations, covering authentication, deployment, and monitoring for seamless service integration.

Install this skill

or
39/100

Security score

The Flow Nexus Platform Management SOP skill was audited on May 23, 2026 and we found 17 security issues across 4 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 544

Template literal with variable interpolation in command context

SourceSKILL.md
544```bash
medium line 600

Template literal with variable interpolation in command context

SourceSKILL.md
600console.log(`Server running on port ${port}`);
medium line 741

Template literal with variable interpolation in command context

SourceSKILL.md
741```bash
medium line 977

Template literal with variable interpolation in command context

SourceSKILL.md
977```bash
low line 312

Node child_process module reference

SourceSKILL.md
312const { exec } = require('child_process');
high line 645

Curl to non-GitHub URL

SourceSKILL.md
645curl http://localhost:3000/health
high line 847

Curl to non-GitHub URL

SourceSKILL.md
847curl http://localhost:3000/health
low line 319

Access to .env file

SourceSKILL.md
319return { status: 'success', sandbox_id: process.env.SANDBOX_ID };
low line 579

Access to .env file

SourceSKILL.md
579const port = process.env.PORT || 3000;
low line 595

Access to .env file

SourceSKILL.md
595environment: process.env.NODE_ENV
low line 281

External URL reference

SourceSKILL.md
281"API_URL": "https://api.flow-nexus.ruv.io",
low line 645

External URL reference

SourceSKILL.md
645curl http://localhost:3000/health
low line 847

External URL reference

SourceSKILL.md
847curl http://localhost:3000/health
low line 1248

External URL reference

SourceSKILL.md
1248- Flow Nexus Platform: https://flow-nexus.ruv.io
low line 1249

External URL reference

SourceSKILL.md
1249- API Documentation: https://flow-nexus.ruv.io/docs
low line 1250

External URL reference

SourceSKILL.md
1250- Pricing: https://flow-nexus.ruv.io/pricing
low line 1251

External URL reference

SourceSKILL.md
1251- Support: https://flow-nexus.ruv.io/support
Scanned on May 23, 2026
View Security Dashboard
Installation guide →