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 output lines; 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’s output field.

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
MEDIUM

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

W012
MEDIUM

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

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 2, 2026, 04:58 AM
Issues
2
Security Audit — snyk — automation-pilot-executor-executescript