web-clone
Warn
Audited by Snyk on Jun 30, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). Runtime path:
scripts/recon-site.mjsuses Playwright to load the user-supplied--urland then extracts readable DOM text/HTML-derived strings (e.g.,document.title,sections[].text,headings,metaDescription,cssVariables,fonts) into the generated*-recon.json, which the agent can then include in its LLM context.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's runtime scripts (recon-site.mjs, mirror-site.mjs, interaction-probe.mjs, network-capture.mjs, route-crawl.mjs, etc.) navigate to and fetch a user-supplied target URL (e.g., --url https:///, examples like https://chiuhans111.github.io/marbles/) and load that site's JavaScript/WASM inside a Playwright browser context, which means arbitrary remote code from those external URLs is executed at runtime and the skill depends on that content for its operation.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata