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
Fix the Claude Code CLI firewall egress path now — it crashed 2 workflows before a single token was logged, and every other Claude-engine workflow shares the same exposure until the allowlist is restored. File the Copilot CLI silent-exit gap next — it is losing root-cause data on every failure, silently. Leave the container vulnerability gate alone — it is working as designed, not a bug.
api.anthropic.com egress zeroed; ERR_CONFIG startup crash before structured logging
New — sub-issue filed
Copilot CLI silent exit
P1
Daily Sub-Agent Model Resolution Audit, GitHub Remote MCP Authentication Test
2
Real tool activity (10+ tool calls, clean firewall), then bare exit 1 with zero error text captured
New — documented here, not yet filed (issue-creation budget exhausted this cycle)
Container vuln gate
P2
Daily Container Image Security Scan
1
##[error]Critical vulnerabilities detected in container images.
Working as intended — security gate correctly failing the build
Uninvestigated failures
Unknown
15 other workflows (see below)
15
No log detail in this cycle's pre-fetch payload
Needs follow-up next cycle
Evidence
P0 — Claude CLI egress blackout.audit-diff of §32451994270 (failed) vs the last successful "Daily VulnHunter Scan" run, §32220853910 (2026-08-19), shows:
api.anthropic.com:443: 54 allowed → 0 attempted/blocked. Claude never reached Anthropic's API.
Claude's own telemetry hosts vanished too: o205451.ingest.us.sentry.io (17→0), otlp-gateway-prod-eu-west-2.grafana.net (17→0).
A new (unknown) domain was blocked once in the failed run — likely a new required host that isn't allowlisted.
token_usage 33,824 → 0; run duration 10m44s → 5m39s (consistent with an immediate crash, not a hang).
Same signature independently confirmed on §32451257784 ("Daily AgentRx Trace Optimizer") — same engine, same ERR_CONFIG text, same zero-token-usage pattern. This is cross-workflow, not workflow-specific.
P1 — Copilot CLI silent exit detail
agenticworkflows audit on §32451181394 ("Daily Sub-Agent Model Resolution Audit") shows a normal session — 32,216 tokens, 1 turn, 10 task calls, 6 bash calls, 0% firewall block rate — that only fails at the very end with a bare ##[error]Agent execution exited with code 1, no richer diagnostic. Same shape on §32451067175 ("GitHub Remote MCP Authentication Test"). Unlike the Claude CLI cluster, this is a post-execution/finalization failure with an observability gap — the underlying error is never surfaced in logs even though the run clearly did real work.
Pre-fetch payload did not include truncated_error_logs for these; none re-fetched this cycle to stay within audit-call budget (capped at 2, both spent on the P0 cluster).
Existing issue correlation
No open agentic-workflows issue matches either new cluster. Closest-looking candidates were checked and ruled out:
No issues were closed this cycle — no fresh evidence surfaced that any of the 18 open agentic-workflows issues are fixed or stale.
Fix roadmap
P0 — do this first: Restore api.anthropic.com (and its Sentry/Grafana telemetry hosts) to the firewall allowlist; identify and explicitly allow the new (unknown) domain. See sub-issue below.
P1 — do this next: Capture the real error text for Copilot CLI finalization failures instead of swallowing it behind a bare exit 1 — likely a log-capture/step-summary parsing gap, not a Copilot bug itself. File as a standalone sub-issue in the next cycle if it recurs.
P2 — no action needed: Container Image Security Scan gate failure is the gate working correctly (real critical vulnerabilities found). Monitor for repeated daily failures on the same CVE, which would indicate a stalled remediation rather than a workflow bug.
Fix the Claude Code CLI firewall egress path now — it crashed 2 workflows before a single token was logged, and every other Claude-engine workflow shares the same exposure until the allowlist is restored. File the Copilot CLI silent-exit gap next — it is losing root-cause data on every failure, silently. Leave the container vulnerability gate alone — it is working as designed, not a bug.
Failure cluster table
api.anthropic.comegress zeroed;ERR_CONFIGstartup crash before structured loggingexit 1with zero error text captured##[error]Critical vulnerabilities detected in container images.Evidence
P0 — Claude CLI egress blackout.
audit-diffof §32451994270 (failed) vs the last successful "Daily VulnHunter Scan" run, §32220853910 (2026-08-19), shows:api.anthropic.com:443: 54 allowed → 0 attempted/blocked. Claude never reached Anthropic's API.o205451.ingest.us.sentry.io(17→0),otlp-gateway-prod-eu-west-2.grafana.net(17→0).(unknown)domain was blocked once in the failed run — likely a new required host that isn't allowlisted.token_usage33,824 → 0; run duration 10m44s → 5m39s (consistent with an immediate crash, not a hang).ERR_CONFIGtext, same zero-token-usage pattern. This is cross-workflow, not workflow-specific.P1 — Copilot CLI silent exit detail
agenticworkflows auditon §32451181394 ("Daily Sub-Agent Model Resolution Audit") shows a normal session — 32,216 tokens, 1 turn, 10taskcalls, 6bashcalls, 0% firewall block rate — that only fails at the very end with a bare##[error]Agent execution exited with code 1, no richer diagnostic. Same shape on §32451067175 ("GitHub Remote MCP Authentication Test"). Unlike the Claude CLI cluster, this is a post-execution/finalization failure with an observability gap — the underlying error is never surfaced in logs even though the run clearly did real work.15 uninvestigated failed runs (workflow / created_at)
Pre-fetch payload did not include
truncated_error_logsfor these; none re-fetched this cycle to stay within audit-call budget (capped at 2, both spent on the P0 cluster).Existing issue correlation
No open
agentic-workflowsissue matches either new cluster. Closest-looking candidates were checked and ruled out:No issues were closed this cycle — no fresh evidence surfaced that any of the 18 open
agentic-workflowsissues are fixed or stale.Fix roadmap
P0 — do this first: Restore
api.anthropic.com(and its Sentry/Grafana telemetry hosts) to the firewall allowlist; identify and explicitly allow the new(unknown)domain. See sub-issue below.P1 — do this next: Capture the real error text for Copilot CLI finalization failures instead of swallowing it behind a bare
exit 1— likely a log-capture/step-summary parsing gap, not a Copilot bug itself. File as a standalone sub-issue in the next cycle if it recurs.P2 — no action needed: Container Image Security Scan gate failure is the gate working correctly (real critical vulnerabilities found). Monitor for repeated daily failures on the same CVE, which would indicate a stalled remediation rather than a workflow bug.
Sub-issues created
References: