docs(security): air-gap claims vs network exposure (A4 / AAP-82838) - #84
Merged
Conversation
…2838) Document localhost-first HTTP, auth, CORS, and gRPC TLS after AAP-82788 / AAP-82804, state residual air-gap risks, and stop claiming isolation alone secures Abbenay (DR-038).
Close remaining AAP-82838 acceptance gaps: step-by-step verify for bind, auth, CORS, TLS, consumers, and MCP, plus Unreleased security notes for AAP-82788 / AAP-82804 defaults (DR-038).
Collaborator
|
Rebased onto latest
CI should re-run on |
cidrblock
approved these changes
Jul 22, 2026
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.
Summary
Closes finding A4 (air-gap / privacy messaging vs network exposure) after secure-default work in AAP-82788 (DR-030) and AAP-82804 (DR-029).
Product copy previously emphasized air-gap and data privacy while historical defaults exposed HTTP on all interfaces, plaintext gRPC off-loopback, and wildcard CORS—so an air-gapped admin could wrongly treat network isolation as security. This PR aligns docs/README/feature text with the implemented localhost-first posture and explicitly states what is and is not protected.
What changed
docs/SECURITY.mdas the air-gap / privacy source of truth:127.0.0.1, required HTTP auth, CORS allowlist (never*)--insecure)docs/decisions.mdFinding mapping
0.0.0.0127.0.0.1Depends on
Test plan
127.0.0.1, auth required; seedocs/SECURITY.md/docs/CONFIGURATION.md--grpc-tlsor--insecure)docs/SECURITY.mdRelated