scraperapi-async
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates standard API interaction patterns. It uses environment variables for authentication (
SCRAPERAPI_API_KEY) and standard Python libraries (requests,os). - [EXTERNAL_DOWNLOADS]: The skill interacts with the vendor's official API endpoints (
async.scraperapi.com). These are documented as necessary for the service functionality. - [SAFE]: Example code includes logic for writing binary data (like PDFs) to local files using
open(). This is a typical use case for a scraping service and is handled within the scope of user-initiated tasks. - [SAFE]: Mention of
webhook.siteis provided for developer testing purposes, which is a well-known industry service for debugging webhook callbacks.
Audit Metadata