runpodctl
Fail
Audited by Snyk on Apr 30, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt includes examples that embed secrets directly in command-line arguments (e.g.,
--password "p"and registry auth examples) which requires the LLM to output secret values verbatim and is therefore high-risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill explicitly fetches community (user-generated) templates and their READMEs via commands like "runpodctl template list --type community" and "runpodctl template get (includes README)", meaning untrusted third‑party content is ingested and can influence template selection and pod creation.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The install command "curl -sSL https://cli.runpod.net | bash" in the skill fetches and immediately executes a remote script at runtime, which is required to install/run the CLI, so https://cli.runpod.net is a high-risk external dependency.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata