scrape-zyte-api-stats

Pass

Audited by Gen Agent Trust Hub on Jul 16, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill uses official scripts to interact with Zyte's infrastructure (app.zyte.com and zyte-api-stats.zyte.com).
  • [COMMAND_EXECUTION]: The skill uses uv run to execute bundled Python scripts (project_org_lookup.py, zyte_api_stats.py). These scripts are local to the skill and implement specific, limited logic for API interaction and authentication.
  • [CREDENTIALS_UNSAFE]: The skill implements authentication using the shub library to retrieve API keys from the local environment or configuration files (~/.scrapinghub.yml). It explicitly avoids printing these credentials and uses them only to construct Basic Auth headers for official Zyte API requests.
  • [EXTERNAL_DOWNLOADS]: The skill fetches data from https://app.zyte.com and https://zyte-api-stats.zyte.com. These are the official domains for the services described in the skill's purpose.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 16, 2026, 09:57 AM
Security Audit — agent-trust-hub — scrape-zyte-api-stats