CCTV News Fetcher
Security checks across malware telemetry and agentic risk
Overview
This skill coherently fetches public CCTV news pages and summarizes them, with no evidence of credential theft, persistence, destructive actions, or hidden data access.
This appears safe for its stated purpose. Before installing, note that it runs a JavaScript crawler and makes web requests to CCTV/CNTV pages, and make sure the required runtime and dependency are installed from trusted sources.
VirusTotal
64/64 vendors flagged this skill as clean.
Risk analysis
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.
Installing the skill lets the agent run this local crawler when asked for CCTV news.
The skill relies on local command execution, but that execution is directly tied to its disclosed news-fetching purpose.
Execute the script at `{baseDir}/scripts/news_crawler.js` using `bun` or `node`.Use it only if you are comfortable with the agent running the included JavaScript script for news requests.
The skill may not work unless the runtime and dependency are already installed, and users should recognize the npm dependency involved.
The registry metadata lists no required binaries or install spec, while the skill documentation and package files show a runtime and npm dependency are needed.
The skill depends on `node-html-parser`. Ensure `bun` is installed in the environment.
Install dependencies from the included lockfile if needed, and verify bun or node is available before use.
