convert-to-apple-container
Warn
Audited by Snyk on Mar 12, 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). The skill explicitly instructs fetching and merging a public GitHub branch (Phase 2: "git remote add upstream https://github.com/qwibitai/nanoclaw.git" and "git fetch upstream skill/apple-container") and directs downloading Apple Container from https://github.com/apple/container/releases, meaning the agent will ingest and must read/resolve untrusted third‑party code that can materially change behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly fetches and merges remote repository code at runtime (git remote add/fetch/merge from https://github.com/qwibitai/nanoclaw.git) and directs downloading/installing a runtime .pkg from https://github.com/apple/container/releases, so externally fetched content would be executed/merged and directly control agent behaviour.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata