global-stock-data
Pass
Audited by Gen Agent Trust Hub on Aug 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation provides instructions to download the skill file from the author's public GitHub repository. This is a standard installation procedure for this type of toolkit and targets the developer's verified project home.
- [COMMAND_EXECUTION]: All external data is retrieved using the Python
requestslibrary. The skill does not useeval(),exec(), orsubprocessto run shell commands or dynamically generated code. - [DATA_EXPOSURE]: The skill requires users to provide their own contact information (
SEC_CONTACT) to comply with the SEC's User-Agent declaration policy. It uses a placeholder value and includes a runtime check to ensure users update it before making requests, preventing anonymous access that could lead to policy violations. - [SAFE]: The skill interfaces with official endpoints such as SEC EDGAR, the US Treasury, and CBOE. It implements a thread-safe rate limiter to respect the terms of service of these providers and includes input validation (e.g.,
assert_us_ticker) to ensure parameters are correctly formatted. No malicious persistence, privilege escalation, or obfuscation techniques were detected.
Audit Metadata