apify-trend-analysis
Warn
Audited by Snyk on Aug 2, 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). The required workflow first fetches an Apify Actor README/description and schema from mcp.apify.com (Step 2), then runs the selected actor and ingests dataset item text returned by the Apify actor run for display/export (run_actor.js: downloadResults/displayQuickAnswer).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill makes runtime calls to Apify endpoints (e.g., https://api.apify.com/v2/acts/${apiActorId}/runs?token=${encodeURIComponent(token)} and uses mcpc against mcp.apify.com) which start and poll Apify actor runs (i.e., execute remote actor code) and fetch actor schemas required for the skill to operate.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata