Caveat verdict

nas-movie-download

45
🟠 Risky
Significant risk patterns flagged — automated deep scan, not behavioral proof.

The skill's documentation shows hardcoded default credentials for SMB (username: 13917908083, password: Roger0808), qBittorrent (admin/adminadmin), and Jackett API key — these appear to be real default values that would work if users don't change them, leaking the original author's potential home NAS credentials.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
60
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (9)

Pattern match high

apt-get install — installs system packages

SKILL.md · code · apt-get install

Pattern match high

Possible hardcoded credential

scripts/download-and-archive.sh · prose · downgraded · API_KEY="${JACKETT_API_KEY:-o5gp976vq8cm084cqkcv30av9v3e5jpy}

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

SKILL.md · prose · downgraded · http://192.168.1.246

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · code · pip3 install

Pattern match medium

subprocess execution — runs system commands from Python

scripts/download-movie-subtitles-advanced.py · prose · downgraded · subprocess.run(

Pattern match medium

References sudo — requests elevated privileges

scripts/download-subtitle-smb.sh · prose · downgraded · sudo

Pattern match low

Python urllib.request — network access

scripts/archive-movie.py · prose · downgraded · urllib.request

Pattern match low

Python shutil file operation — copies/moves/deletes files

scripts/download-movie-subtitles-advanced.py · prose · downgraded · shutil.rmtree(

Pattern match low

Python os.getenv — reads environment variable

scripts/smb-download-subtitle.py · prose · downgraded · os.getenv(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

network_outpackage_install

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API