data360-orchestrate
Fail
Audited by Snyk on Aug 7, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). These URLs point to a community GitHub repo (unknown/unvetted user) and a raw GitHub-hosted installer script (used in a curl | python pattern) — both are high-risk sources for distributing untrusted executables/scripts.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (low risk: 0.10). Runtime path:
data360-orchestrateinvokesnode ./scripts/diagnose-org.mjs, which runssf data360 ... -o <org>CLI probes and ingests only their returned stdout/stderr (no outsider-posted free text feed is selected without a specific known org/checked table).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill includes runtime install steps that fetch and execute remote code: the bootstrap script defaults to cloning the community plugin at https://github.com/Jaganpro/sf-cli-plugin-data360.git and the docs show a curl piped to python (https://raw.githubusercontent.com/Jaganpro/sf-skills/main/tools/install.py) which directly executes remote code to install the runtime.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata