Stockmarket
PassAudited by ClawScan on Mar 30, 2026.
Overview
The skill's code, instructions, and requirements are consistent with its stated purpose of querying Alpha Vantage for market data; it requests no unexpected credentials or installs and does network calls only to the Alpha Vantage API.
This skill appears to do exactly what it says: call Alpha Vantage and return JSON results. Before installing, consider: (1) review scripts/stock_data.py yourself (it's included) if you want assurance there is no hidden behavior; (2) if you supply an ALPHA_VANTAGE_KEY, keep it private—the key controls your request quota; (3) be mindful of Alpha Vantage rate limits (demo/free tier); and (4) run the skill in an environment with only the network access you expect (no need to grant extra system permissions). If you need higher assurance, run the script once locally to inspect outputs and traffic (or monitor network calls) before enabling autonomous agent invocation.
