Every skill analysis fails with Could not reach analysis server: 503 - Service Unavailable, consistently since 2026-08-03, across both 0.5.15 and 0.5.16. MCP-server analysis on the same run and the same token is unaffected.
Symptom
A full scan returns analysis_error for 100% of skill entities:
280 analysis_error | Could not reach analysis server: 503 - Service Unavailable
11 user_declined | stdio server not started
8 server_startup | could not start server
--no-skills on the same host completes cleanly with zero errors, so the failure is isolated to the skill-analysis path.
Diagnostics already done
- Reproduced 5 times over ~6 hours, plus an earlier occurrence on 2026-08-03 (273 skills, same error).
- Client is current: 0.5.16 is the released stable version.
- Token is valid:
GET https://api.snyk.io/rest/openapi returns 200 with the same credential.
- Not auth: 503 rather than 401/403.
status.snyk.io reported all systems operational throughout.
- The scanner logs the endpoint as
api.snyk.io/hidden/mcp-scan/.... Since that path returns 503 while adjacent paths return 404 from the same gateway, the route appears to exist with an unavailable upstream.
Question
Is skill analysis expected to be generally available on this endpoint, or is it gated (entitlement/rollout) in a way that surfaces as 503 rather than 401/403/404? A distinguishable status or error body would make this diagnosable without guessing.
Environment: macOS, snyk-agent-scan 0.5.16 (Homebrew), ~280 skills, ~19 MCP servers.
Every skill analysis fails with
Could not reach analysis server: 503 - Service Unavailable, consistently since 2026-08-03, across both 0.5.15 and 0.5.16. MCP-server analysis on the same run and the same token is unaffected.Symptom
A full scan returns
analysis_errorfor 100% of skill entities:--no-skillson the same host completes cleanly with zero errors, so the failure is isolated to the skill-analysis path.Diagnostics already done
GET https://api.snyk.io/rest/openapireturns 200 with the same credential.status.snyk.ioreported all systems operational throughout.api.snyk.io/hidden/mcp-scan/.... Since that path returns 503 while adjacent paths return 404 from the same gateway, the route appears to exist with an unavailable upstream.Question
Is skill analysis expected to be generally available on this endpoint, or is it gated (entitlement/rollout) in a way that surfaces as 503 rather than 401/403/404? A distinguishable status or error body would make this diagnosable without guessing.
Environment: macOS, snyk-agent-scan 0.5.16 (Homebrew), ~280 skills, ~19 MCP servers.