feat(kir): migrate diagnostic parameters#540
kern-guard: 1 new issue (+10 on existing code) (+672 advisory)
ℹ️ Inline review comments — no changes.
Mode: ephemeral
Sources: ast
Changed files: 22
All findings: 772
New to this PR: 683
Shown: 11 (1 on changed code, 10 advisory)
Hidden: 672 (advisory or muted rules)
Excluded: 165 findings on paths matched by 18 install patterns
Fix suggestions: 1 shown finding
Confidence: 72%-85% on shown findings
Breakdown: ast=11
Advisory findings outside changed code (10)
10 findings listed here are outside the changed code for this PR — they appear in the summary because GitHub can't pin annotations off-diff. Advisory only; they do not affect the check conclusion.
packages/core/src/semantic-validator.ts · 10 findings
Warning
L527 · boundary-mutation (outside diff)
Global/shared state mutation — consider encapsulating in a store or module
Warning
L538 · boundary-mutation (outside diff)
Global/shared state mutation — consider encapsulating in a store or module
Warning
L1752 · boundary-mutation (outside diff)
Global/shared state mutation — consider encapsulating in a store or module
Warning
L3315 · boundary-mutation (outside diff)
Global/shared state mutation — consider encapsulating in a store or module
Warning
L4972 · unchecked-find (outside diff)
Result of .get() used without null check. 'current' may be undefined.
Warning
L5446 · machine-gap (outside diff)
State 'init' in machine 'ConstructorSuper' has no transition leading to it — unreachable
Warning
L5446 · machine-gap (outside diff)
State 'maybe' in machine 'ConstructorSuper' has no transition leading to it — unreachable
Warning
L5446 · machine-gap (outside diff)
State 'uninit' in machine 'ConstructorSuper' has no outgoing transitions — dead end?
Warning
L5446 · machine-gap (outside diff)
State 'init' in machine 'ConstructorSuper' has no outgoing transitions — dead end?
Warning
L5446 · machine-gap (outside diff)
State 'maybe' in machine 'ConstructorSuper' has no outgoing transitions — dead end?
Annotations
Check warning on line 5 in scripts/check-kern-canonicalizer-coverage.mjs
kern-guard / kern-guard
secrets/high-entropy-string
A high-entropy string that looks like a random secret was committed here. If it is a credential, move it to an env var or secret store and rotate it. Matched value: `./ke…(40 chars)`.
Raw output
Confidence: 72%