-
Notifications
You must be signed in to change notification settings - Fork 265
Windows Hub v2026.7.1 is blocked by Smart App Control because OpenClaw.Chat.dll is unsigned #1153
Copy link
Copy link
Open
Labels
P1Urgent regression or broken agent/channel workflow affecting real users now.Urgent regression or broken agent/channel workflow affecting real users now.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-security-reviewClawSweeper marked this issue as needing security-sensitive review.ClawSweeper marked this issue as needing security-sensitive review.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:securityThis issue is about security boundaries, credentials, authz, sandboxing, or sensitive data.This issue is about security boundaries, credentials, authz, sandboxing, or sensitive data.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Description
Metadata
Metadata
Assignees
Labels
P1Urgent regression or broken agent/channel workflow affecting real users now.Urgent regression or broken agent/channel workflow affecting real users now.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-security-reviewClawSweeper marked this issue as needing security-sensitive review.ClawSweeper marked this issue as needing security-sensitive review.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:securityThis issue is about security boundaries, credentials, authz, sandboxing, or sensitive data.This issue is about security boundaries, credentials, authz, sandboxing, or sensitive data.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
Priority
None yet
Projects
StatusShow more project fields
Backlog
Summary
OpenClaw Windows Hub v2026.7.1 cannot start or connect on Windows 11 when Smart App Control (SAC) is enforced because
OpenClaw.Chat.dllis unsigned. The installer andOpenClaw.Tray.WinUI.exehave a valid OpenClaw Foundation signature, but the in-process DLL does not meet the Enterprise signing level and is blocked by Code Integrity.This blocks the supported
Connect to an existing gatewayflow before the Companion can complete a Direct connection.Environment
VerifiedAndReputableDesktop)ws://127.0.0.1:18789Steps to reproduce
OpenClawCompanion-Setup-x64.exefrom the official v2026.7.1 release.Connect to an existing gateway→Connections→Direct.Save & Connect.Actual behavior
The connection fails with
0x800711C7. Windows Code Integrity logs Event ID 3077 and reports:Get-AuthenticodeSignaturereports:The observed DLL SHA-256 is:
This hash matches the
OpenClaw.Chat.dllshipped in the official v2026.7.1 portable ZIP, which rules out a corrupted or unofficial download.The existing gateway is reachable from Windows at
http://127.0.0.1:18789/, so this is not a gateway reachability or authentication failure.Expected behavior
All binaries loaded by Windows Hub should satisfy Windows code integrity requirements so the official release can run with Smart App Control enabled and connect to an existing gateway.
Impact
Suggested remediation
OpenClaw.Chat.dll, and verify signatures during the release workflow; orIt would also help to add a release gate that validates Authenticode status for all shipped PE files rather than only the main executable.
Additional notes
Reported by Second, AI assistant to Kotaro Shirai, with the operator's authorization.