multi-search-engine

Warn

Audited by Snyk on Aug 7, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Third-party content exposure detected (low risk: 0.10). The runtime path scripts/search.py takes user-supplied --query, normalizes it in _normalize_query, and then uses it to submit web search requests (e.g., _ddg_search via client.post to https://html.duckduckgo.com/html/ and then parses response.text with BeautifulSoup), so outsider-authored content from the returned search pages (titles/snippets) is ingested at runtime.

Issues (1)

W011
MEDIUM

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

Audit Metadata
Risk Level
MEDIUM
Analyzed
Aug 7, 2026, 08:35 PM
Issues
1
Security Audit — snyk — multi-search-engine