career-ops-plugin-apify

Warn

Audited by Snyk on Jul 24, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Third-party content exposure detected (high risk: 0.75). Outsider-authored free text can enter the LLM context indirectly via Apify dataset items fetched at runtime from api.apify.com in _apify.mjs (fetchJson/fetchDatasetItems returning items), then transformed (e.g., htmlToText(...) from field_map.description and normalized.title/company/location/url) and forwarded through the pipeline by index.mjs (fetch() returning mapped results).

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill calls the Apify API at runtime (APIFY_API_BASE = 'https://api.apify.com/v2') to start user-specified Apify actors which execute remote code and return dataset items that are then injected into the agent pipeline.

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
Jul 24, 2026, 04:16 PM
Issues
2
Security Audit — snyk — career-ops-plugin-apify