newsnow

PassAudited by ClawScan on May 1, 2026.

Overview

This looks like a purpose-aligned news-fetching skill, with only normal caution needed around the external npm/npx CLI and an optional Product Hunt API token.

This skill appears safe for its stated purpose of fetching news, but before installing or invoking it, verify the npm/newsnow package you will run and only provide a narrowly scoped Product Hunt token if you need that source.

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.

What this means

Running the skill may execute an installed or npm-fetched CLI package, so the trustworthiness of that package matters.

Why it was flagged

The skill discloses that it depends on an external npm/npx CLI rather than bundled reviewed code; this is expected for a CLI skill, but the artifact does not pin or identify the package provenance.

Skill content
Requires npm install... allowed-tools:\n  - Bash(newsnow *)\n  - Bash(npx newsnow *)
Recommendation

Install or run only a verified newsnow package, prefer a pinned version, and review the package source or publisher before use.

What this means

If you use the Product Hunt source, the CLI may access Product Hunt using your API token.

Why it was flagged

The skill documents an optional service API token for one source. This is purpose-aligned, but it is still credential material.

Skill content
`PRODUCTHUNT_API_TOKEN` - Required for `producthunt` source
Recommendation

Use a token with the minimum necessary scope and avoid exposing it in shared shells, logs, or transcripts.