Intake RISK-F-0011 and climb the due checks

Gate House routed a King's Guard observation that qonto-assistant's
audit.deny stream has no completeness evidence. Filed and graded medium,
public, open. Clean-checked F-0010, F-0008, and REG-0001 after confirming
nothing moved. Raised the inbox timeout so question-zero does not false-fail
on the tunneled hub.

Assistant: grok
Assistant-Session: 01a060e9-e363-7521-bf11-df5fa31b7156
This commit is contained in:
tegwick 2026-09-02 10:14:43 +02:00
parent dceb5ba008
commit 29f50d5143
9 changed files with 274 additions and 41 deletions

View file

@ -22,7 +22,7 @@ HUB = "http://127.0.0.1:8000/messages/?to_agent=risk-nexus&limit=100"
def fetch() -> list[dict] | None:
try:
with urllib.request.urlopen(HUB, timeout=6) as r:
with urllib.request.urlopen(HUB, timeout=20) as r:
return json.load(r)
except (urllib.error.URLError, TimeoutError, json.JSONDecodeError, OSError):
return None