Releases: agent-sh/web-ctl
Releases · agent-sh/web-ctl
v1.1.0 - security hardening + breaking defaults
Security-focused release. Three user-facing defaults flipped - existing setups will break until migrated. See MIGRATION.md for copy-paste one-liners.
Security
- VNC auth loopback-only + per-session random password token (was
0.0.0.0,-nopw) evaluaterequires env + TTY-or-hash gate (was bare--allow-evaluateflag)- SSRF denylist for
127.0.0.1, RFC1918,169.254.169.254(cloud metadata), link-local, IPv6 private ranges incl. IPv4-mapped hex form page.routeSSRF guard re-validates navigations (mitigates DNS rebinding)- VNC password file uses
mkdtempSync0700 + process-exit cleanup (was tmpdir + predictable name + post-hoc chmod) - Evaluate error no longer reveals expected sha256 hash
- Auto-install is now opt-in via
WEB_CTL_AUTO_INSTALL=1 - Playwright pinned to exact
1.58.2(was floor>=1.40.0) - Redaction patterns expanded: bare JWTs, AWS AKIA,
ghp_/gho_/ghu_/ghs_, OpenAI/Anthropic keys - CI:
actions/add-to-projectpinned tov1.0.2(v1alias didn't exist, broke workflow)
Docs
- Prompt-injection "defense" reframed as a convention, not a boundary
- Removed false OS keychain fallback claim from README
Breaking
--allow-evaluateflag removed; useWEB_CTL_ALLOW_EVALUATE=1+ confirmationensure-depsno longer auto-runsnpm install/playwright install- setWEB_CTL_AUTO_INSTALL=1- VNC no longer binds all interfaces by default - use
--bind-remoteto restore
See CHANGELOG.md for the complete list of changes.