docs(roadmap): link security-edge-hardening initiative - #31
Merged
Conversation
Adds a cross-repo initiatives section pointing at the security edge-hardening card + audit report (control-center docs/analysis/08-security-boundary-audit.md). Office part: office-server starts unauthenticated by default and is published on 0.0.0.0:8787 via the lab VPS compose while holding server-side platform/lab tokens; /operator/confirm bypasses HITL. Make it fail-closed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Local-roadmap pointer to the cross-repo security-edge-hardening initiative card and audit report in control-center (
docs/analysis/08-security-boundary-audit.md).Office-relevant part (P0): office-server's guard is mounted only when
OFFICE_OPERATOR_PASSWORDis set, and the lab VPS compose path never sets it while publishing office-server on0.0.0.0:8787with server-held platform-read/lab-chat tokens → reaching the port initiates actions without an operator credential;/operator/confirmbypasses the human-in-the-loop step. Make it fail-closed + add a confirm authority guard + defaultBIND_ADDR=127.0.0.1.Docs-only. No code/behavior change.
🤖 Generated with Claude Code