The News - Global Headlines
AdvisoryAudited by Static analysis on May 8, 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.
The external service may receive the requested country and timestamp parameters, and the agent may rely on returned news data.
The skill directs the agent to call an external news API. This is expected for the stated purpose and uses read-only GET requests.
`GET https://www.thehear.org/api/country-view/[country]`
Use it for public news lookups and verify important claims through the linked sources or other trusted outlets.
The agent could over-weight AI-generated summaries if it does not distinguish them from raw headlines.
The skill’s retrieved content includes AI-generated summaries influenced by prior overviews. This is disclosed and purpose-aligned, but such context can carry errors or framing.
“the overviews were written by an AI model with access to the headlines and previous overviews”
Treat overviews as contextual aids and use raw headlines, timestamps, and source links as the more reliable evidence.
A user might be confused if asked for credentials, because the visible documentation presents this as a public API skill.
The capability signal suggests sensitive credentials, while the declared requirements and SKILL.md do not describe any credential need.
Capability signals: `requires-sensitive-credentials`; Required env vars: `none`; Primary credential: `none`
Do not provide credentials for this skill unless the platform gives a clear, justified, and trusted reason.
