scrape-zyte-api-stats
Pass
Audited by Gen Agent Trust Hub on Jul 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses the official Python
shublibrary to manage configuration and authentication. It makes network requests tohttps://app.zyte.comandhttps://zyte-api-stats.zyte.com, which are official domains belonging to the vendor (Zyte). - [COMMAND_EXECUTION]: The skill executes Python scripts via
uv runto perform lookups and fetch statistics. These scripts are bundled with the skill and do not accept arbitrary shell commands from user input. - [CREDENTIALS_UNSAFE]: The skill implements secure credential handling. It retrieves the Scrapy Cloud API key from standard local configuration files or environment variables and uses it only to construct Basic Auth headers for the API requests. It explicitly instructs the agent not to print or expose these credentials.
Audit Metadata