clawshire-annual-report
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts exclusively with the vendor's API at api.clawshire.cn to fetch financial data and perform analysis, which is consistent with its intended purpose.
- [COMMAND_EXECUTION]: The skill includes Python scripts (clawshire_annual_client.py and financial_analysis_client.py) that handle network requests and local file system access for processing PDF reports and exporting results to CSV, Excel, and HTML.
- [EXTERNAL_DOWNLOADS]: The implementation depends on standard third-party libraries such as httpx and openpyxl to facilitate networking and report formatting.
- [CREDENTIALS_UNSAFE]: Authentication is managed via the CLAWSHIRE_API_KEY environment variable, following best practices for secure configuration and avoiding hardcoded secrets.
Audit Metadata