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-items or the script’s downloadResults to 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 example https://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
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
MEDIUM
Analyzed
Aug 13, 2026, 04:14 PM
Issues
2
Security Audit — snyk — apify-verified-email-finder