Caveat verdict
nas-movie-download
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.
Permission integrity
network_out
package_install
Findings (9)
apt-get install — installs system packages
SKILL.md · code · apt-get install
Possible hardcoded credential
scripts/download-and-archive.sh · prose · downgraded · API_KEY="${JACKETT_API_KEY:-o5gp976vq8cm084cqkcv30av9v3e5jpy}
HTTP request to bare IP address — common in malicious payloads
SKILL.md · prose · downgraded · http://192.168.1.246
pip3 install — installs Python packages at runtime
SKILL.md · code · pip3 install
subprocess execution — runs system commands from Python
scripts/download-movie-subtitles-advanced.py · prose · downgraded · subprocess.run(
References sudo — requests elevated privileges
scripts/download-subtitle-smb.sh · prose · downgraded · sudo
Python urllib.request — network access
scripts/archive-movie.py · prose · downgraded · urllib.request
Python shutil file operation — copies/moves/deletes files
scripts/download-movie-subtitles-advanced.py · prose · downgraded · shutil.rmtree(
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?
Thanks — recorded.