Stock Forecast

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent stock-forecast integration that sends ticker queries to Intellectia’s public API and does not show credential use, persistence, local data access, or account mutation.

This skill appears safe to install from the provided artifacts. Be aware that it sends ticker-based requests to Intellectia, may require the Python requests package for examples, and should not be treated as personalized financial advice.

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

Ticker symbols and analysis requests may be sent to an external provider to generate forecasts.

Why it was flagged

The skill instructs use of curl or Python requests to call an external stock-analysis API. This is disclosed and central to the skill's purpose, but users should know their ticker queries are sent to Intellectia.

Skill content
curl -sS "https://api.intellectia.ai/gateway/v1/stock/screener-public?ticker=TSLA&asset_type=0"
Recommendation

Use the skill only when you are comfortable sending the requested ticker and asset type to Intellectia; avoid including private financial details in prompts.

What this means

Using the Python examples may require installing a package into the local Python environment.

Why it was flagged

The skill references installing the common Python requests package for its example scripts. This is purpose-aligned, but it is an additional dependency users should notice.

Skill content
"install":[{"id":"python","kind":"pip","package":"requests","bins":[],"label":"Install requests (pip)"}]
Recommendation

Install dependencies from trusted package sources and prefer an isolated Python environment if you choose to run the examples.

What this means

Users could over-rely on AI-generated stock forecasts if they ignore the disclaimer.

Why it was flagged

The skill operates in a high-stakes financial decision context, but it discloses that outputs are informational and not guaranteed investment advice.

Skill content
Supports "Should I Buy" investment decision Q&A ... for informational purposes only and do not constitute financial, investment, or trading advice.
Recommendation

Treat outputs as one informational input only, verify data independently, and consult a qualified professional before making financial decisions.