orca-cli
Fail
Audited by Snyk on Jul 28, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill's worked example instructs the agent to fill a login form with a plaintext password ("s3cret") via an orca command, which would require the LLM to include secret values verbatim in its generated commands/outputs.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.78). The skill’s workflow uses the
orcaCLI (e.g.,orca goto --url,orca snapshot --json,orca exec --command "get text/html/value/get title/get url") which at runtime reads publicly fetched page content and accessibility/text into JSON output that the agent will place into its LLM context, creating an indirect prompt-injection path from outsider-authored web/free-form page text.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata