theme-detector
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The skill possesses a vulnerability surface for indirect prompt injection due to its ingestion of external market data.
- Ingestion points:
scripts/uptrend_client.pyfetches CSV data from a public GitHub repository (tradermonty/uptrend-dashboard), andscripts/etf_scanner.pyfetches data via the Financial Modeling Prep API. - Boundary markers: Absent. Content from these external sources is interpolated into the markdown reports without protective delimiters or instructions to the agent to ignore potential commands embedded in the data.
- Capability inventory: The skill has network access via the
requestslibrary and file system write access viascripts/report_generator.pyto save reports. - Sanitization: Absent. The skill parses numeric and string data for reporting purposes but does not implement explicit filtering for natural language instructions in the ingested content.
- [EXTERNAL_DOWNLOADS]: The skill downloads market trend data in CSV format from a public repository on GitHub (
tradermonty/uptrend-dashboard). - [DATA_EXFILTRATION]: The skill performs network operations to fetch financial data from well-known technology and financial services including
financialmodelingprep.comandfinviz.com. These operations are used for legitimate skill functionality and do not target sensitive local files.
Audit Metadata