convert-to-apple-container
Fail
Audited by Snyk on Mar 29, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). One URL (github.com/apple/container/releases) appears to be an official vendor releases page and likely low risk, but the other (github.com/qwibitai/nanoclaw.git) is an unknown/small GitHub repo and the skill's instructions to merge code and install .pkg binaries from releases constitute a high‑risk pattern for malware distribution.
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 (3)
E005
CRITICALSuspicious download URL 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