AI-driven dynamic test framework for Electron apps — drive renderer, webview, BrowserView, IPC, main process, breakpoints, console/network capture, and re-runnable specs over MCP.
Review flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
dist/index.js exposes MCP tools for renderer and main-process JavaScript evaluation.
dist/index.jsView on unpkgdist/launcher.js launches an Electron project with debugging enabled.
dist/launcher.jsView on unpkgdist/cdp.js permits CDP connection to caller-supplied hosts and target evaluation.
dist/cdp.jsView on unpkgdist/probe-install.js can modify a chosen local project when dryRun is false.
dist/probe-install.jsView on unpkgdist/index.js exposes MCP tools for renderer and main-process JavaScript evaluation.
dist/index.jsView on unpkgdist/launcher.js launches an Electron project with debugging enabled.
dist/launcher.jsView on unpkgdist/cdp.js permits CDP connection to caller-supplied hosts and target evaluation.
dist/cdp.jsView on unpkgdist/probe-install.js can modify a chosen local project when dryRun is false.
dist/probe-install.jsView on unpkg