MoltStreet Alerts

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

Using the skill sends a request to MoltStreet and returns market-signal content from that service.

Why it was flagged

The skill instructs the agent to use curl to fetch data from a disclosed external API. This is expected for the stated purpose and does not include credentials or local data, but users should know the agent will contact this third-party service.

Skill content
curl -s "https://moltstreet.com/api/v1/signals/actionable?min_confidence=0.7&min_strength=0.7"
Recommendation

Use it for informational summaries only, and verify important market information independently before acting.

What this means

A user could treat the generated alerts as investment recommendations even though the skill states they are not financial advice.

Why it was flagged

The skill uses persuasive financial-signal language that could affect user trust and trading behavior, while also disclosing that the analysis is AI-generated and not financial advice.

Skill content
High-conviction AI trading signals ... "Strong buy", "Buy", "Hold" ... _AI-generated, not financial advice._
Recommendation

Do not make trades solely from these alerts; consider them one input alongside independent research or professional advice.