Claw Cctv News Fetcher
PassAudited by ClawScan on Mar 30, 2026.
Overview
The skill appears to do what it says — a simple web-scraper that fetches CCTV news pages and returns JSON — with no extra credentials, installers, or obvious exfiltration behavior.
This skill is a straightforward scraper that runs the included Node script and parses CCTV pages. Before installing: (1) verify you are comfortable with the agent executing a bundled JS script that makes outbound HTTP requests; run it in a sandboxed environment if unsure; (2) ensure your runtime provides a fetch-capable Node or bun as SKILL.md suggests; (3) review the small script yourself — it does not access local files or secrets but does set a hardcoded Cookie header (harmless but odd); (4) note minor metadata mismatches (ownerId/version) — if provenance matters, ask the publisher for clarification. If you plan to use in an environment with sensitive network policies, restrict its network access to prevent unintended scraping.
