Back to skill
v1.0.0

Intellectia Stock Forecast 1.0.2

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:19 AM.

Analysis

This instruction-only skill is coherent for stock/crypto forecasting through Intellectia, with no credentials or persistence, but it does make outbound API calls and frames outputs around investment decisions.

GuidanceThis skill appears safe to install if you are comfortable with Intellectia receiving ticker queries and with installing the Python requests dependency. Do not treat its forecasts or 'Should I Buy' answers as real-time or professional investment 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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Tool Misuse and Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
Tool configuration ... `curl` | One-off GET or POST ... `python3` / `requests` | Scripts

The skill directs use of local command-line tools to make outbound API requests; this is expected for the stated stock-analysis purpose and is scoped to the listed Intellectia endpoints.

User impactTicker, asset type, and locale queries may be sent to Intellectia when the skill is used.
RecommendationUse the skill only for tickers you are comfortable querying through the Intellectia API, and review commands before manually running examples.
Agentic Supply Chain Vulnerabilities
SeverityLowConfidenceHighStatusNote
SKILL.md
"install":[{"id":"python","kind":"pip","package":"requests","bins":[],"label":"Install requests (pip)"}]

The skill declares installation of the common Python `requests` package, which is purpose-aligned for the Python API examples but is not version-pinned.

User impactInstalling the dependency may fetch the latest available package version from the Python package ecosystem.
RecommendationInstall in a trusted environment and pin or review dependencies if your setup requires stricter supply-chain controls.
Human-Agent Trust Exploitation
SeverityLowConfidenceHighStatusNote
SKILL.md
The data and analysis from this skill are for informational purposes only and do not constitute financial, investment, or trading advice.

The skill is explicitly about investment-style recommendations, but it includes a clear disclaimer and delay warning, making this a reliance-risk note rather than a deception concern.

User impactUsers could over-rely on model predictions or delayed market data when making financial decisions.
RecommendationTreat outputs as informational, verify data independently, and consult qualified financial advice before acting.