alpha-vantage
Fail
Audited by Socket on Mar 10, 2026
1 alert found:
Obfuscated FileObfuscated FileSKILL.md
HIGHObfuscated FileHIGH
SKILL.md
The skill appears to be a benign developer tooling aid for retrieving Alpha Vantage data via a documented Python pattern. The footprint is proportional to its stated purpose, with credentials handled through an environment variable and data retrieved directly from the official API. The only notable anomaly is a likely typographical error in the installation command ('uv pip install ...' instead of 'pip install ...'), which should be corrected to avoid confusion or misexecution. No evidence of credential forwarding to third parties, hidden data exits, or unauthorized actions. Overall risk is low with minor operational caution around rate limits and proper secret management.
Confidence: 98%
Audit Metadata