alpha-vantage
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill connects to the Alpha Vantage API (alphavantage.co) to retrieve financial data. This is a well-known and established service for financial information.
- [PROMPT_INJECTION]: The skill processes external data from news feeds and earnings transcripts, which represents an attack surface for indirect prompt injection.
- Ingestion points: Market news and earnings call transcripts via the
NEWS_SENTIMENTandEARNINGS_CALL_TRANSCRIPTendpoints as documented inreferences/intelligence.md. - Boundary markers: The code examples do not show the use of delimiters or instructions to prevent the agent from obeying instructions embedded in the external data.
- Capability inventory: The skill utilizes the
requestslibrary inSKILL.mdto perform network operations. - Sanitization: No explicit sanitization or filtering of the retrieved financial text is demonstrated in the examples.
Audit Metadata