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 path podman-browse takes a user-supplied URL, sets TARGET_URL, and the in-container Playwright script calls page.goto(url) then returns document.body.innerText (or page.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
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
Aug 6, 2026, 12:49 PM
Issues
2
Security Audit — snyk — podman-browser