News Sentiment Scanner
Analysis
This instruction-only skill fetches public RSS feeds for news analysis and does not show evidence of credential use, persistence, data exfiltration, or destructive behavior.
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.
The agent may add or substitute feeds based on context
The skill permits the agent to choose additional external RSS sources. This is aligned with news scanning, but users should be aware that source selection affects the output.
curl -s "$FEED_URL" | python3 -c "... xml.etree.ElementTree as ET ..."
The skill documents local command execution using curl and python3 to fetch and parse RSS feeds. This is central to the stated purpose and does not show hidden or unrelated execution.
