deep-research-pro

Warn

Audited by Snyk on Jun 16, 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.95). The skill’s runtime workflow performs public web/news searches via DuckDuckGo and then fetches full page HTML with curl -sL "<url>", stripping tags into readable text that is ingested into the agent for synthesis—i.e., outsider-authored free text from arbitrary web pages.

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

  • Potentially malicious external URL detected (high risk: 0.80). The skill explicitly fetches arbitrary external pages at runtime using curl (curl -sL "" | python3 -c "…") and then ingests that content into the agent's context for reporting, so any fetched URL (the "" in that curl command) can directly control prompts and output.

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
Jun 16, 2026, 11:10 AM
Issues
2
Security Audit — snyk — deep-research-pro