meta-ad-scraper
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a Python script (
scripts/search_meta_ads.py) to manage search parameters and interface with the Apify API. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
requestslibrary, which is a standard and reputable Python package for making HTTP requests. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface as it processes external advertisement data from the Meta Ad Library.
- Ingestion points: Data is fetched via the Apify dataset items endpoint in
scripts/search_meta_ads.py. - Boundary markers: No explicit markers or warnings are used to delimit the external ad text in the output.
- Capability inventory: The script uses the
requestslibrary to communicate with external APIs. - Sanitization: The script does not perform filtering or sanitization on the advertisement content before displaying it to the agent.
Audit Metadata