Skip to main content

Flow Nexus Neural Network Training SOP

Provides a systematic workflow for training neural networks using Flow Nexus, covering architecture selection, validation, and deployment.

Install this skill

or
57/100

Security score

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

Categories Tested

Security Issues

medium line 824

Curl to non-GitHub URL

SourceSKILL.md
824curl http://localhost:8000/health
high line 855

Curl to non-GitHub URL

SourceSKILL.md
855curl -X POST http://localhost:8000/predict \
high line 862

Curl to non-GitHub URL

SourceSKILL.md
862curl http://localhost:8000/metrics
low line 824

External URL reference

SourceSKILL.md
824curl http://localhost:8000/health
low line 855

External URL reference

SourceSKILL.md
855curl -X POST http://localhost:8000/predict \
low line 862

External URL reference

SourceSKILL.md
862curl http://localhost:8000/metrics
low line 867

External URL reference

SourceSKILL.md
867- Health: http://localhost:8000/health
low line 868

External URL reference

SourceSKILL.md
868- Metrics: http://localhost:8000/metrics
low line 985

External URL reference

SourceSKILL.md
985- Flow Nexus Neural API: https://flow-nexus.ruv.io/docs/neural
low line 986

External URL reference

SourceSKILL.md
986- E2B Sandboxes: https://e2b.dev/docs
low line 988

External URL reference

SourceSKILL.md
988- TensorFlow Serving: https://www.tensorflow.org/tfx/guide/serving
Scanned on May 23, 2026
View Security Dashboard
Installation guide →