You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two compounding infra failures running Strix in GitHub Actions CI: (1) strix-sandbox container intermittently fails to start due to a Caido proxy bootstrap race (same root cause as #830; #831 only reaps the leaked container after failure, doesn't fix the race itself), and (2) separately, when the LLM provider endpoint (NVIDIA NIM/Nemotron) is network-unreachable from the runner's egress IP, Strix hangs silently with no distinct error — it just runs until the job-level timeout kills it, giving no signal that it's a connectivity problem vs. a slow scan.
To Reproduce
Run strix-security workflow in GitHub Actions using strix-sandbox:1.0.0 (or 1.1.0) as the sandbox image, pointed at a self-hosted/NIM-backed LLM endpoint.
Separately, if the runner's egress IP is blocked/rejected by the LLM provider (e.g. NVIDIA blocking a GH Actions IP range), trigger a scan and observe it hang with no error until the overall job timeout is hit — no reachability check or distinct timeout fires earlier.
Attempt to downgrade strix-sandbox version to dodge the Caido race, and separately observe SARIF output shape differs between 1.0.4 and 1.1.0, breaking downstream SARIF parsing/summary scripts across versions.
SARIF output schema stays stable across sandbox image versions, or schema changes are called out in release notes.
Strix performs an early, fast reachability check against the configured LLM provider endpoint and fails with a clear "provider unreachable" error (ideally including the runner's egress IP) instead of hanging until the overall job timeout.
Screenshots
N/A (CI logs only, can attach on request).
Strix Version or Commit: sandbox image strix-sandbox:1.0.0 / 1.1.0 (downgraded to 1.0.4 as workaround)
Python Version: N/A (containerized CI run, not run locally)
LLM Used: NVIDIA NIM (Nemotron)
Additional context
Relates to #830 (Caido bootstrap race) and #831 (fixes container leak only, not the race). Repro workflow run: 30305655129, ItemTraxxCo/itemtraxx-code PR #775. Diagnosed the LLM-unreachability case by manually adding curl to the NIM endpoint + ifconfig.me debug steps directly into our workflow YAML — Strix itself gave no indication the issue was network/provider-side.
Two compounding infra failures running Strix in GitHub Actions CI: (1) strix-sandbox container intermittently fails to start due to a Caido proxy bootstrap race (same root cause as #830; #831 only reaps the leaked container after failure, doesn't fix the race itself), and (2) separately, when the LLM provider endpoint (NVIDIA NIM/Nemotron) is network-unreachable from the runner's egress IP, Strix hangs silently with no distinct error — it just runs until the job-level timeout kills it, giving no signal that it's a connectivity problem vs. a slow scan.
To Reproduce
Expected behavior
Screenshots
N/A (CI logs only, can attach on request).
System Information:
Additional context
Relates to #830 (Caido bootstrap race) and #831 (fixes container leak only, not the race). Repro workflow run: 30305655129, ItemTraxxCo/itemtraxx-code PR #775. Diagnosed the LLM-unreachability case by manually adding curl to the NIM endpoint + ifconfig.me debug steps directly into our workflow YAML — Strix itself gave no indication the issue was network/provider-side.