Flow Nexus Platform Management SOP
Manages Flow Nexus platform operations, covering authentication, deployment, and monitoring for seamless service integration.
Install this skill
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
Template literal with variable interpolation in command context
| 544 | ```bash |
Template literal with variable interpolation in command context
| 600 | console.log(`Server running on port ${port}`); |
Template literal with variable interpolation in command context
| 741 | ```bash |
Template literal with variable interpolation in command context
| 977 | ```bash |
Node child_process module reference
| 312 | const { exec } = require('child_process'); |
Curl to non-GitHub URL
| 645 | curl http://localhost:3000/health |
Curl to non-GitHub URL
| 847 | curl http://localhost:3000/health |
Access to .env file
| 319 | return { status: 'success', sandbox_id: process.env.SANDBOX_ID }; |
Access to .env file
| 579 | const port = process.env.PORT || 3000; |
Access to .env file
| 595 | environment: process.env.NODE_ENV |
External URL reference
| 281 | "API_URL": "https://api.flow-nexus.ruv.io", |
External URL reference
| 645 | curl http://localhost:3000/health |
External URL reference
| 847 | curl http://localhost:3000/health |
External URL reference
| 1248 | - Flow Nexus Platform: https://flow-nexus.ruv.io |
External URL reference
| 1249 | - API Documentation: https://flow-nexus.ruv.io/docs |
External URL reference
| 1250 | - Pricing: https://flow-nexus.ruv.io/pricing |
External URL reference
| 1251 | - Support: https://flow-nexus.ruv.io/support |