market pulse

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.

What this means

Responses may rely on third-party market-data and search results, which can be rate-limited, stale, or inconsistent.

Why it was flagged

The skill depends on external web-fetch and web-search tools to retrieve current market data. This is expected for the stated market analytics purpose and does not include account mutation or transaction execution.

Skill content
Fetch data using WebFetch for APIs, WebSearch for events/fallback
Recommendation

Ask for timestamps and source citations, and do not use this skill as a trading-execution tool.

What this means

The agent might reuse old market data or prior assumptions unless it also verifies current information.

Why it was flagged

The skill tells the agent to consult memory before fetching data. For rapidly changing market information, reused memory could be stale or influenced by prior context.

Skill content
Avoid redundant queries; check memory first
Recommendation

For prices, yields, and events, ask the agent to fetch fresh data and include timestamps rather than relying only on remembered context.