Stock Market Intelligence

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears to be a transparent market-data API helper, with expected API-key setup and optional webhooks or paid features that users should control.

Before installing, confirm you trust the TraderHC API service, use a dedicated AGENTHC_API_KEY, keep the key out of logs, and require explicit approval for premium endpoints, Lightning payments, or webhook alert subscriptions.

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

Anyone with the key may be able to use the associated market-data account, consume quotas, or access paid entitlements if enabled.

Why it was flagged

The setup flow intentionally displays a newly issued provider API key; this is expected for configuration, but the key grants service access and may be captured in terminal or CI logs.

Skill content
echo "Registered! Your API key: $API_KEY"
Recommendation

Use a dedicated API key for this skill, avoid exposing it in logs or shared shell history, and rotate or revoke it if it may have been shared.

What this means

If used, market-alert data will be sent to the configured webhook or Discord destination, and the subscription may continue until managed through the service.

Why it was flagged

The skill documents configuring the provider to send real-time alert callbacks to a webhook URL; this is purpose-aligned but creates an external message flow that should be under the user's control.

Skill content
curl -s -X POST "https://api.traderhc.com/api/v1/alerts/subscribe" ... -d '{"type": "market_events", "callback_url": "https://your-agent.com/webhook"}'
Recommendation

Only use webhook URLs you control, confirm the destination before subscribing, and review how to disable or rotate alert subscriptions.

What this means

Users have less provenance context for who maintains the skill beyond the listed homepage and owner metadata.

Why it was flagged

The registry metadata does not identify a source repository or package origin, which is a provenance gap even though the provided local scripts are visible and coherent.

Skill content
Source: unknown
Recommendation

Review the included scripts before running them and verify that api.traderhc.com is the intended provider.