investing
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the
curl_cffiPython package, which is necessary to bypass Cloudflare bot protection on the target domain. This library is a well-known tool for TLS fingerprint impersonation. - [COMMAND_EXECUTION]: Documentation in
SKILL.mdcontains various shell command examples to run thescripts/fetch_investing.pyutility for data retrieval. - [SAFE]: Technical analysis confirms that network requests are strictly limited to the
https://www.investing.comdomain. There are no persistence mechanisms, privilege escalation attempts, or hardcoded credentials. - [INDIRECT_PROMPT_INJECTION]: The skill processes third-party HTML data, representing an attack surface for indirect prompt injection.
- Ingestion points: The skill fetches HTML from various endpoints on
investing.comvia thefetch_investing.pyscript. - Boundary markers: The script does not implement specific delimiters or instructions for the agent to ignore embedded commands in the scraped content.
- Capability inventory: The script can perform network requests and write data to the local file system using the
-oargument. - Sanitization: The parser uses regular expressions to extract data and
html.unescapefor cleanup, providing structural parsing but lacking semantic sanitization for potential instructions.
Audit Metadata