openchoreo-setup

Warn

Audited by Snyk on May 19, 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's runtime workflow explicitly fetches and reads public documentation pages (via scripts/fetch-page.sh which pulls openchoreo.dev/llms.txt and the linked docs and may fetch raw GitHub READMEs like https://github.com/openchoreo/...) and treats those fetched guides as "the source of truth" whose instructions the agent must follow to perform installs, so untrusted third‑party content can directly influence tool use and next actions.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (medium risk: 0.60). The skill instructs the agent to "follow it end to end" to install/bootstraps OpenChoreo on local k3d or existing clusters, which entails running installation commands that modify the host (install binaries, create containers, change kubeconfigs, interact with cluster APIs) and may require elevated privileges even though it doesn't explicitly request sudo or user creation.

Issues (3)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
MEDIUM
Analyzed
May 19, 2026, 08:25 AM
Issues
3
Security Audit — snyk — openchoreo-setup