nano-world-model

Fail

Audited by Snyk on May 5, 2026

Risk Level: HIGH
Full Analysis

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.80). This skill explicitly directs the runtime to download and load external model/checkpoint files from public third-party locations (e.g., hf_hub_download from HuggingFace and a Dropbox I3D model URL) which are untrusted user-uploaded content and are consumed by the workflow (checkpoint_path used to load models and influence rollouts/planning), so third-party content can materially alter agent behavior.

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


HIGH W008: Secret detected in skill content (API keys, tokens, passwords).

  • Secret detected (high risk: 1.00). I scanned for high-entropy literal values that could grant access. I found a Dropbox download URL used twice:

"https://www.dropbox.com/scl/fi/c5nfs6c422nlpj880jbmh/i3d_torchscript.pt?rlkey=x5xcjsrz0818i4qxyoglp5bb8&dl=1"

The rlkey value "x5xcjsrz0818i4qxyoglp5bb8" is a high-entropy token embedded in the share URL and likely usable to access the file, so it qualifies as a secret by the definition ("provides access to a service"). No private keys, API keys (sk-...), or other high-entropy credentials are present. Other items (HF repo IDs, env var names like DATASET_DIR, example checkpoint paths, and generic examples) are documentation values/placeholders and not flagged.

Issues (3)

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

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

W008
HIGH

Secret detected in skill content (API keys, tokens, passwords).

Audit Metadata
Risk Level
HIGH
Analyzed
May 5, 2026, 05:58 AM
Issues
3