web-security-architect
Warn
Audited by Snyk on Jul 29, 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 runtime workflow can ingest outsider-authored free text when the user supplies an arbitrary URL, since
audit_web_security_basics.pyfetches the page body and parses HTML/inline scripts at runtime (e.g.,body_text = response["body"].decode(...)andhtml.feed(body_text)).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata