Tvscreener
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
What this means
Running the wrapper may change the local Python environment by installing the latest available tvscreener package.
Why it was flagged
The wrapper can install or upgrade the external `tvscreener` package automatically if the import check fails, and the version is not pinned.
Skill content
"$PYTHON_BIN" - <<'PY' >/dev/null 2>&1 || "$PYTHON_BIN" -m pip install -q -U tvscreener
Recommendation
Use a virtual environment and consider pinning or reviewing the tvscreener package version before relying on the wrapper.
