baostock-data
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references and installs the
baostocklibrary from the official Python Package Index (PyPI). This is a standard and expected dependency for the skill's intended purpose of financial data analysis. - [COMMAND_EXECUTION]: Shell commands provided in the documentation are restricted to library installation (
pip install) and basic environment verification (python -c). These are standard developer operations and do not pose a security risk. - [DATA_EXFILTRATION]: No unauthorized data transmission or exfiltration patterns were found. The skill facilitates communication with the official BaoStock API for the sole purpose of fetching public market data.
- [CREDENTIALS_UNSAFE]: The skill does not contain hardcoded credentials. It uses the
bs.login()function for anonymous access, which is the documented and safe way to use the BaoStock service for public data. - [SAFE]: The overall structure, code snippets, and external references are consistent with a legitimate developer toolkit. All third-party libraries mentioned (pandas, numpy, duckdb) are well-known and reputable industry standards.
Audit Metadata