Skip to content

PR #429

PR #429 #1416

Triggered via dynamic May 26, 2026 18:43
Status Success
Total duration 1m 34s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Test writes fake suite files to real repo tree instead of injecting filesystem dependencies: src/benchmarks/claude-ui/__tests__/claude-ui-benchmark.test.ts#L91
The test creates files under `repoRoot/benchmarks/claude-ui/local/suites/` to exercise `resolveSuitePath`/`listSuitePaths`, but those functions consume a hardcoded `localSuitesDir` constant with no injection point — so the test can only pass by mutating real on-disk repo state, violating both the filesystem-injection and fake-state guardrails.