opennews
AdvisoryAudited by Static analysis on Apr 30, 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.
Anyone or any process with this token may be able to use the user's OpenNews API access.
The skill needs a service credential to access the OpenNews API. This is purpose-aligned and disclosed, but the token grants account/API access and should be handled carefully.
All endpoints require a Bearer token via `$OPENNEWS_TOKEN`.
Only set OPENNEWS_TOKEN for the intended OpenNews account, avoid sharing logs or command output that may reveal it, and rotate the token if it is exposed.
Search keywords, coin filters, and related request metadata may be visible to the OpenNews/6551 service.
The skill sends search terms and filters to an external provider endpoint. This is the core purpose of the skill and is clearly disclosed, but users should recognize that their queries leave the local environment.
curl -s -X POST "https://ai.6551.io/open/news_search" ... -d '{"q": "bitcoin ETF", "limit": 10, "page": 1}'Use the skill only with queries you are comfortable sending to the OpenNews provider, and verify the provider before using a token.
