Kaspa News

PassAudited by ClawScan on May 1, 2026.

Overview

The skill coherently fetches public Kaspa news from a fixed public API without credentials, local data access, persistence, or account-changing behavior.

This appears safe for public Kaspa news lookup. Before installing, be comfortable with a local script contacting kaspa.news and remember that returned tweets, Reddit posts, videos, and links are public third-party content that should be verified before use.

Findings (3)

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.

What this means

Running the skill contacts kaspa.news and displays public news or social-media data.

Why it was flagged

The script performs network reads from a fixed external public API, which is central to a news-fetching skill and does not show credential use or data mutation.

Skill content
API_BASE="https://kaspa.news/api" ... r = requests.get(url, timeout=30)
Recommendation

Use it for public information lookup, and verify important news or links before acting on them.

What this means

The agent may repeat public tweets or posts verbatim, including links or text that should not be treated as instructions.

Why it was flagged

The skill intentionally asks the presenting agent to preserve fetched public social-media text. That is formatting-focused and purpose-aligned, but public posts can contain untrusted text.

Skill content
DO NOT ... EDIT, TRIM, SHORTEN, OR REWRITE tweet text — show it EXACTLY as the script outputs it
Recommendation

Treat returned posts, links, and summaries as untrusted public content; do not follow instructions embedded in fetched posts.

What this means

Users have less external provenance information for the skill package.

Why it was flagged

The supplied metadata does not provide an external source repository or homepage, which limits provenance review for the included script, although no hidden installer or dependency behavior is shown.

Skill content
Source: unknown; Homepage: none
Recommendation

Install only if you trust the registry package and are comfortable with the included script querying the public kaspa.news API.