A Stock N Pattern

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill discloses a small paid stock-signal API, but its included code appears to return hard-coded recommendations rather than the advertised real-time market screening.

Only install or invoke this skill if you are comfortable paying 0.01 USDC per call and treating its stock picks as unverified. The reviewed files do not demonstrate the advertised real-time market-data screening, so do not rely on it for trading decisions without independent confirmation.

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

A user may pay for or rely on stock recommendations believing they are real-time screened market results, when the reviewed implementation does not substantiate that behavior.

Why it was flagged

The included implementation returns a hard-coded list of stock recommendations, which conflicts with the SKILL.md claims of real-time screening and market-data-backed results from 东方财富 / 同花顺.

Skill content
N_PATTERN_SIGNALS = [ {"code": "000858", "name": "五粮液", ...}, ... ]
Recommendation

Treat the output as unverified unless the publisher provides inspectable backend code or clear proof that the live endpoint performs the advertised real-time screening.

What this means

Repeated or accidental invocations could create small recurring charges.

Why it was flagged

The skill is designed to charge 0.01 USDC through x402 on each call, so invoking it can spend user-controlled funds or delegated payment authority.

Skill content
支付挑战:触发 x402 协议,单次扣费 0.01 USDC
Recommendation

Confirm each paid call or configure spending limits before allowing the agent to use this skill.

What this means

The user must trust an external service for paid financial signal generation and payment handling.

Why it was flagged

The skill relies on a remote backend endpoint, while the registry lists an unknown source and no homepage; the remote service is disclosed and purpose-aligned, but its full implementation is not reviewable in the supplied artifacts.

Skill content
endpoint: "https://a-stock-signals.vercel.app/n"
Recommendation

Prefer skills with a verifiable publisher, documented backend behavior, and clear payment controls.