folddevtools-android-webview-debugger
Warn
Audited by Snyk on May 21, 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.80). The SKILL.md explicitly instructs connecting FoldDevtools to WebViews and remote debug targets that load arbitrary websites (e.g., MultiWebView examples with webView.loadUrl("https://example.com"), remote debugging to 127.0.0.1:9222, and the "Debug Third-Party App" workflow), which means the agent would consume and inspect untrusted third‑party web content as part of its runtime debugging workflow.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill explicitly instructs downloading and installing the FoldDevtools APK from https://github.com/achyuki/FoldDevtools/releases, which fetches and executes remote code as a required dependency during setup/runtime.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill explicitly instructs granting root access, installing an XPosed/LSPosed module to force-enable WebView debugging (a security bypass), and references changing SELinux context on rooted devices, which all encourage privileged modifications to the device state.
Issues (3)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata