scrape-zyte-api-stats
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses local scripts (
project_org_lookup.pyandzyte_api_stats.py) to handle authentication and API requests. This prevents sensitive credentials (like Scrapy Cloud API keys) from being exposed in the prompt context or model output. - [SAFE]: Data is fetched from an official Zyte domain (
zyte-api-stats.zyte.com) using standard Pythonurlliblibraries. No suspicious remote code execution or untrusted downloads were detected. - [SAFE]: The skill leverages the
shublibrary for configuration management, which is a standard tool for the Zyte/Scrapy Cloud ecosystem. Accessing~/.scrapinghub.ymlorscrapinghub.ymlis the expected behavior for this vendor's tools. - [SAFE]: The skill includes instructions to use a separate login skill (
scrape-zyte-login) if authentication fails, following a modular and secure design pattern.
Audit Metadata