setup-service-mesh
Warn
Audited by Snyk on Mar 18, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The SKILL.md explicitly instructs fetching and executing public, third‑party content (e.g., curl -L https://istio.io/downloadIstio | ... , curl -sL https://run.linkerd.io/install | sh, and kubectl apply -f https://raw.githubusercontent.com/istio/istio/.../samples/addons/...), so untrusted remote manifests/scripts are ingested and acted on as part of the workflow.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill includes runtime commands that fetch and execute remote installer scripts (e.g., "curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.20.2 sh -" and "curl -sL https://run.linkerd.io/install | sh"), which download and run remote code that the installation relies on, so they constitute high-risk runtime external dependencies.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata