Summary
On macOS Intel, Antigravity IDE 2.5.5 emits a false code-signing warning to stderr when its bundled CLI starts, although the command succeeds and the signed app passes macOS verification.
Environment
- macOS 15.7.8 (24G824), x86_64
- Antigravity IDE 2.5.5 (4923483625488384)
- Bundled Electron 39.2.3
Evidence
Both agy-ide --version and the binary inside the signed app bundle print [ERROR:electron/shell/common/mac/codesign_util.cc:109] SecCodeCheckValidity: Error Domain=NSOSStatusErrorDomain Code=-67062 "(null)" (-67062) to stderr. Both commands still succeed and print version 1.107.0.
codesign --verify --deep --strict passes, and spctl --assess also passes. Direct reproduction with the binary inside the signed app bundle rules out the Homebrew wrapper or symlink.
Upstream fix and request
Electron PR #49654 fixes this false unsigned-child log and was released in Electron 39.5.2. Please bundle Electron 39.5.2 or later, or backport the equivalent change, and validate that the bundled agy-ide no longer writes the warning to stderr.
Related report
The Antigravity CLI maintainers redirected this IDE-specific report to this forum: [Bug]: IDE CLI prints false SecCodeCheckValidity -67062 error on macOS · Issue #853 · google-antigravity/antigravity-cli · GitHub