Us Stocks Analysis
AdvisoryAudited by Static analysis on May 4, 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.
Anyone using the skill must provide an API key tied to their SentiSense account, so misuse could consume their quota or expose account access for this service.
The skill requires a provider API key to access SentiSense. This is expected for the stated data API purpose, but users should protect the key and understand any account quota or billing implications.
Authentication: API key via `X-SentiSense-API-Key` header. Generate keys at Settings > Developer Console.
Use a dedicated SentiSense API key if possible, keep it out of shared chats/logs, and revoke or rotate it if no longer needed.
A broad stock screen could make many API requests under the user's key, potentially using monthly quota or paid-plan capacity.
Some workflows have the agent run multiple API calls, including per-ticker loops. The calls are read-only and purpose-aligned, but broad screens may consume API quota or hit rate limits.
The agent's job is to recognize the intent, run the API calls in order... For each: `GET /api/v1/stocks/chart?ticker={T}&timeframe=1M` ... For each: `GET /api/v2/metrics/entity/{T}/metric/sentiment?period=7d`Ask the agent to limit ticker counts or confirm before running broad screens, especially on paid or rate-limited API plans.
Users may be tempted to make financial decisions from the generated summaries even though the skill does not provide personalized investment advice.
The skill frames outputs as actionable stock-analysis summaries while also disclaiming investment advice. This is disclosed and coherent, but users could still over-rely on AI-synthesized financial signals.
one-line answers a non-technical user can act on... Output is informational only. It is not investment advice
Treat outputs as research context only and verify important financial decisions with independent sources or a qualified adviser.
