Evidence
Run 32815579699 attempt 2 (macos_utility_packs, head 8348e4f, trusted strix @8fd471a):
- Primary NIM
nemotron-3-super-120b-a12b → provider failure-signal.
- Fallback
openai-direct/gpt-5.4 → LLM CONNECTION FAILED · Error: 404 page not found after 4s.
- An inner pass had already reported
Vulnerabilities 0, but no report artifact was produced → gate correctly fails closed.
Hypotheses (ordered)
openai_direct/ is not a recognized strix provider slug; the runner maps openai-direct/gpt-5.4→openai_direct/gpt-5.4 (.github/workflows/strix.yml:784-788) and the unknown-provider default base URL 404s.
- Base URL for direct OpenAI missing
/v1 segment when constructed from STRIX_OPENAI_API_BASE_FILE.
gpt-5.4 not exposed on the direct OpenAI API for this key tier (model-id mismatch vs gpt-5.4-turbo style alias).
Ask
Fix provider slug/base-url routing so the contracted final fallback completes; then re-run Strix Security Scan on macos_utility_packs#3 head 8348e4f. Related: #1317, #1318.
Evidence
Run
32815579699attempt 2 (macos_utility_packs, head8348e4f, trusted strix @8fd471a):nemotron-3-super-120b-a12b→ provider failure-signal.openai-direct/gpt-5.4→ LLM CONNECTION FAILED · Error: 404 page not found after 4s.Vulnerabilities 0, but no report artifact was produced → gate correctly fails closed.Hypotheses (ordered)
openai_direct/is not a recognized strix provider slug; the runner mapsopenai-direct/gpt-5.4→openai_direct/gpt-5.4(.github/workflows/strix.yml:784-788) and the unknown-provider default base URL 404s./v1segment when constructed fromSTRIX_OPENAI_API_BASE_FILE.gpt-5.4not exposed on the direct OpenAI API for this key tier (model-id mismatch vsgpt-5.4-turbostyle alias).Ask
Fix provider slug/base-url routing so the contracted final fallback completes; then re-run
Strix Security Scanon macos_utility_packs#3 head8348e4f. Related: #1317, #1318.