macrotrends
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill performs HTTP GET requests to
https://www.macrotrends.netto retrieve financial data. This network activity is consistent with the skill's stated purpose of scraping financial information. - [COMMAND_EXECUTION]: The skill includes a Python script
scripts/fetch_financials.pydesigned to be run from the command line. It accepts various arguments for ticker selection and data types. - [SAFE]: Analysis of the source code confirms no presence of obfuscation, hardcoded credentials, or unauthorized access to local sensitive files. The script implements standard web scraping practices, such as rate limiting (
--delay) and custom User-Agent headers, to interact with the target site responsibly.
Audit Metadata