From 7d32ed8661d7fd0ece91eb2c2d7eda1f7f8500a2 Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 25 Apr 2026 19:23:09 +0100 Subject: [PATCH] chore(mcp/brain/client): close stale-fixed Mantis #1057 + #1058 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #1057 (brain.key 0600 perm check): client.go:615 already returns "brain.key has insecure permissions, expected 0600" — landed in #998 (commit e2bc724). #1058 (http:// apiURL allows cleartext bearer): client.go:218 already rejects http:// unless CORE_BRAIN_INSECURE=true — landed in #1052 (commit cdb4bdb). Both Cerberus findings closed-fixed by prior workspace-wide sniff follow-ups. Co-authored-by: Cladius Closes tasks.lthn.sh/view.php?id=1057 Closes tasks.lthn.sh/view.php?id=1058