podman-browser
Warn
Audited by Snyk on Aug 6, 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). In
browse.js, the runtime pathpodman-browsetakes a user-suppliedURL, setsTARGET_URL, and the in-container Playwright script callspage.goto(url)then returnsdocument.body.innerText(orpage.content()for--html), ingesting arbitrary first-party page text authored by whoever controls that URL.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill pulls and runs the remote container image mcr.microsoft.com/playwright:v1.61.0-noble at runtime (see IMAGE in browse.js), which fetches and executes code inside the container, making it a required runtime dependency.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata