apify-verified-email-finder
Warn
Audited by Snyk on Aug 13, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). SKILL.md Step 1–5 routes user-supplied free text (SERP keywords, location queries, and pre-pasted URL lists) into Apify Actors and then ingests the resulting scraped/enriched dataset items via MCP
get-dataset-itemsor the script’sdownloadResultsto apply filters and render output.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill issues runtime API calls that start/poll Apify Actors and download datasets (e.g.,
https://api.apify.com/v2/acts/${apiActorId}/runs?token=${encodeURIComponent(token)},https://api.apify.com/v2/actor-runs/${runId}?token=${encodeURIComponent(token)},https://api.apify.com/v2/datasets/${datasetId}/items?token=${encodeURIComponent(token)}&format=json, and the curl examplehttps://api.apify.com/v2/datasets/<id>/items?fields=...&clean=true), which cause remote Actor code to execute and are required for the skill to function.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata