automation-pilot-executor-executescript
Warn
Audited by Snyk on Jul 2, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.65). The required runtime workflow (CreateScriptSecret → StartScript → PollScript → FinalizeScript) stores and retrieves the script/stdin/params and then returns the script’s
outputlines; that output is free-form text produced by the executed script (which can include attacker-controlled content), and it is ingested into the agent context via the executor’soutputfield.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The language wrappers explicitly run package installation at runtime (pip install / npm install / pwsh Install-Module), which will fetch and execute remote code from registries such as https://pypi.org/, https://registry.npmjs.org/, and https://www.powershellgallery.com/, so these are runtime external dependencies that can execute remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata