openclaw - 💡(How to fix) Fix [Bug]: `openclaw security audit` (and `--deep`) hangs silently on macOS 15.7.3 / 2026.4.29 [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#77198Fetched 2026-05-05 05:51:14
View on GitHub
Comments
1
Participants
2
Timeline
2
Reactions
2
Timeline (top)
closed ×1commented ×1

On OpenClaw 2026.4.29 (npm global) on macOS 15.7.3 (Apple Silicon, Darwin 24.6.0), both openclaw security audit and openclaw security audit --deep hang silently with no output for 5+ minutes before being killed. This appears to be the same regression family tracked in the recently-closed #75456 / #75508, but reproduces on macOS as well as Linux, and on a build that is supposed to include the 2026.4.29 mitigations.

Error Message

Either complete and print findings, or fail with a clear error within a reasonable time.

Root Cause

On OpenClaw 2026.4.29 (npm global) on macOS 15.7.3 (Apple Silicon, Darwin 24.6.0), both openclaw security audit and openclaw security audit --deep hang silently with no output for 5+ minutes before being killed. This appears to be the same regression family tracked in the recently-closed #75456 / #75508, but reproduces on macOS as well as Linux, and on a build that is supposed to include the 2026.4.29 mitigations.

Fix Action

Fix / Workaround

On OpenClaw 2026.4.29 (npm global) on macOS 15.7.3 (Apple Silicon, Darwin 24.6.0), both openclaw security audit and openclaw security audit --deep hang silently with no output for 5+ minutes before being killed. This appears to be the same regression family tracked in the recently-closed #75456 / #75508, but reproduces on macOS as well as Linux, and on a build that is supposed to include the 2026.4.29 mitigations.

Code Example

openclaw security audit          # hangs, no output, 5+ min
openclaw security audit --deep   # same
RAW_BUFFERClick to expand / collapse

Summary

On OpenClaw 2026.4.29 (npm global) on macOS 15.7.3 (Apple Silicon, Darwin 24.6.0), both openclaw security audit and openclaw security audit --deep hang silently with no output for 5+ minutes before being killed. This appears to be the same regression family tracked in the recently-closed #75456 / #75508, but reproduces on macOS as well as Linux, and on a build that is supposed to include the 2026.4.29 mitigations.

Environment

  • OpenClaw: 2026.4.29 (a448042)
  • Install method: global npm
  • OS: macOS 15.7.3 (Build 24G419), Darwin 24.6.0, arm64 (Apple Silicon)
  • Node: v24.15.0

Repro

openclaw security audit          # hangs, no output, 5+ min
openclaw security audit --deep   # same

Both were attempted multiple times, including back-to-back fresh invocations. No output was ever produced before the operator killed the process.

Expected

Either complete and print findings, or fail with a clear error within a reasonable time.

Actual

No stdout/stderr output at all. Process appears frozen. Killing it is the only way out.

Notes

  • All other openclaw subcommands on this machine work fine (openclaw status, plugin-aware tools, etc.).
  • This is a fresh closed-loop on the same symptom recently triaged in #75508 → #75456 (both closed). #75456 was closed 2026-05-02, so this report is against a build that should have the latest fixes.
  • Happy to provide spindump / sample output of the hung node process if useful — wasn't captured at the time.

Likely related (recent)

  • #75456 (closed 2026-05-02) — canonical audit-hang tracker
  • #75508 (closed as duplicate of #75456)
  • #73532, #74860, #75069 — synchronous plugin runtime / public-artifact loading regression cluster

extent analysis

TL;DR

The issue can be mitigated by investigating and potentially downgrading or patching the Node version, as the problem seems to persist despite the inclusion of supposed fixes in OpenClaw version 2026.4.29.

Guidance

  • Verify that the issue is not specific to the openclaw security audit command by testing other audit commands or tools that might be affected by the same underlying cause.
  • Consider capturing a spindump or sample output of the hung node process for further analysis, as offered in the issue notes.
  • Review the changes and fixes implemented in the recently closed issues (#75456, #75508) to understand if there might be a regression or if the fix did not fully address the problem.
  • Investigate if there are known issues with Node version v24.15.0 that could be contributing to the hang, especially considering the Apple Silicon architecture.

Example

No specific code snippet can be provided without more details on the internal workings of OpenClaw or the exact nature of the hang. However, debugging the Node process or running OpenClaw with additional logging might yield useful insights.

Notes

The persistence of the issue despite the inclusion of fixes from #75456 and #75508 suggests that either the problem is more complex or the fixes did not fully address the root cause. The fact that all other openclaw subcommands work fine indicates the issue might be specific to the audit functionality.

Recommendation

Apply workaround: Given the complexity and the fact that the issue seems to involve a combination of OpenClaw, Node, and potentially macOS specifics, a straightforward upgrade to a fixed version is not clearly available. Thus, applying workarounds such as debugging the process, capturing more logs, or potentially adjusting the environment (e.g., Node version) seems to be the most viable next step.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: `openclaw security audit` (and `--deep`) hangs silently on macOS 15.7.3 / 2026.4.29 [1 comments, 2 participants]