scrape-zyte-api-stats
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a secure pattern for handling credentials by leveraging the standard 'shub' configuration library to resolve API keys from the local environment or configuration files, rather than requiring the model to handle secrets directly. All external communication is directed to official Zyte domains (app.zyte.com and zyte-api-stats.zyte.com) for project discovery and statistics retrieval. The use of 'uv run' for executing local scripts follows modern Python development best practices for isolated execution.
Audit Metadata