meta-ad-scraper
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a legitimate interface to the Apify API for data retrieval from the Meta Ad Library. It does not contain any malicious logic or hidden instructions.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
requestslibrary, which is a well-known, trusted, and standard Python package used for making HTTP requests. - [SAFE]: Secret management is handled correctly by retrieving the
APIFY_API_TOKENfrom the execution environment rather than hardcoding it within the source code. - [SAFE]: Input handling for search queries and URLs is performed safely using standard URL encoding, preventing potential injection vulnerabilities when constructing the external API requests.
Audit Metadata