Skip to content

Autonomy reliability: A1 completion-loop + Slice 225 DW autarky + Slice 226 Iron Gate alignment - #69473

Open
drussell23 wants to merge 4 commits into
mainfrom
bank/autarky-gate-alignment
Open

Autonomy reliability: A1 completion-loop + Slice 225 DW autarky + Slice 226 Iron Gate alignment#69473
drussell23 wants to merge 4 commits into
mainfrom
bank/autarky-gate-alignment

feat(perf): Slice 227 - context-aware hedge governor (gate-aware RT/B…

4123d1e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 12, 2026 in 3s

4 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Other Alerts:

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 4992 in backend/core/ouroboros/governance/candidate_generator.py

See this annotation in the file changed.

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.
This expression logs
sensitive data (secret)
as clear text.

Check notice on line 18 in tests/governance/test_slice225_dw_autarky.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'importlib' is not used.

Check notice on line 26 in tests/governance/test_slice226_gate_alignment.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'os' is not used.

Check notice on line 39 in tests/governance/test_subgoal_completion_writeback.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note test

'except' clause does nothing but pass and there is no explanatory comment.