openclaw-inter-instance

Warn

Audited by Snyk on Mar 9, 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). This skill's workflow (SKILL.md) explicitly instructs using nodes.run to clone public GitHub repositories (e.g., "env -u HTTP_PROXY -u HTTPS_PROXY git clone https://github.com/user/repo.git ~/repo") and to sync remote workspace files, meaning the agent will fetch and potentially read/execute untrusted, user-generated third‑party content from the open web.

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill includes a runtime nodes.run example that executes a git clone of external code (git clone https://github.com/user/repo.git), which fetches remote repository content into the agent's workspace and can directly supply/alter skills or code that control prompts or execution.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 9, 2026, 10:14 PM