github-action-authoring
Warn
Audited by Snyk on May 16, 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). SKILL.md explicitly instructs CI steps to download and execute installer scripts from public third‑party URLs (e.g., the "BoxLang Installer Reference" URLs on downloads.ortussolutions.com and the Invoke-WebRequest / curl examples), so untrusted remote content can supply instructions that materially affect runtime behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly instructs CI/runtime retrieval and execution of remote installers (e.g., https://downloads.ortussolutions.com/ortussolutions/boxlang-quick-installer/install-boxlang.ps1 and https://downloads.ortussolutions.com/ortussolutions/boxlang-quick-installer/install-boxlang.sh and https://www.ortussolutions.com/parent/download/commandbox/type/windows), which are fetched during runtime and executed, so these URLs supply remote code the workflow depends on.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata