Skip to main content

distributed-workers

Facilitates distributed worker implementation and orchestration for efficient backend operations and progress tracking.

Install this skill

or
89/100

Security score

The distributed-workers skill was audited on Feb 9, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 200

Curl to non-GitHub URL

SourceSKILL.md
200curl http://localhost:8000/api/v1/workers | jq
low line 124

External URL reference

SourceSKILL.md
124def __init__(self, worker_port=5003, backend_url="http://backend:8000"):
low line 160

External URL reference

SourceSKILL.md
160IB_HOST_SERVICE_URL=http://localhost:5001 # default
low line 191

External URL reference

SourceSKILL.md
191# - Backtest: http://localhost:5003
low line 192

External URL reference

SourceSKILL.md
192# - Training (CPU): http://localhost:5004
low line 193

External URL reference

SourceSKILL.md
193# - Training (GPU): http://localhost:5002
low line 200

External URL reference

SourceSKILL.md
200curl http://localhost:8000/api/v1/workers | jq
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →