zillow-search
Warn
Audited by Snyk on Aug 18, 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
search_listings()→_request("/listings", ...)sends the user-suppliedlocation/bboxas query parameters and then ingests the Zillapi REST API’s JSON response (resp.read()→json.loads(raw)), but it does not fetch or read any outsider-authored free-text source content beyond these structured listing results.
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata