Feat/rag p3 provider backend#451
kern-guard: 1 new issue (+8 on existing code) (+699 advisory)
ℹ️ Inline review comments — no changes.
Mode: ephemeral
Sources: ast, llm:kern-ai
Changed files: 15
All findings: 821
New to this PR: 708
Shown: 9 (1 on changed code, 8 advisory)
Hidden: 699 (advisory or muted rules)
Excluded: 397 findings on paths matched by 18 install patterns
Fix suggestions: 1 shown finding
Confidence: 75%-85% on shown findings
Breakdown: ast=9
Advisory findings outside changed code (8)
8 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 · 8 findings
Warning
L485 · boundary-mutation (outside diff)
Global/shared state mutation — consider encapsulating in a store or module
Warning
L496 · boundary-mutation (outside diff)
Global/shared state mutation — consider encapsulating in a store or module
Warning
L4319 · unchecked-find (outside diff)
Result of .get() used without null check. 'current' may be undefined.
Warning
L4793 · machine-gap (outside diff)
State 'init' in machine 'ConstructorSuper' has no transition leading to it — unreachable
Warning
L4793 · machine-gap (outside diff)
State 'maybe' in machine 'ConstructorSuper' has no transition leading to it — unreachable
Warning
L4793 · machine-gap (outside diff)
State 'uninit' in machine 'ConstructorSuper' has no outgoing transitions — dead end?
Warning
L4793 · machine-gap (outside diff)
State 'init' in machine 'ConstructorSuper' has no outgoing transitions — dead end?
Warning
L4793 · machine-gap (outside diff)
State 'maybe' in machine 'ConstructorSuper' has no outgoing transitions — dead end?