Daily News
Analysis
This is a simple news-fetching skill that calls a disclosed public news API, with minor notes about network use and an undeclared curl dependency.
Findings (2)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
API_URL="https://60s.viki.moe/v2/60s" ... curl -s "$API_URL"
The skill runs a local shell script that makes a network request to a third-party API. This is disclosed and purpose-aligned for fetching news, and the user-controlled parameters are constrained.
Required binaries (all must exist): none ... No install spec — this is an instruction-only skill.
The metadata does not declare runtime requirements, while the included script invokes curl. This is a dependency declaration gap rather than evidence of hidden behavior.
