hyperhive/docs
Repository files (latest commit first)
Filename Latest commit message Latest commit date
atlas cf581d14b8 docs(security): document the agent trust model
Add an 'Agent trust model' framing section at the top of docs/security.md
covering the conceptual model the existing mechanism-level sections serve:

- trust boundary = the container, not credential storage (agents have
  passwordless sudo by default; isolating creds from the agent itself is
  not a goal — cross-tenant leakage is)
- scoped per-agent forge/matrix tokens bound the blast radius
- threat model: prompt injection -> confused deputy (untrusted input is
  the adversary; the agent + its tools are trusted)
- branch protection (agents push, operator merges) as the human-in-loop
  checkpoint, incl. external VCS
- capability = accepted risk ('don't grant what you can't afford to lose')
- no auto-sandboxing of external tokens (operator-accepted scope)

Emerged from the 2026-06-24 security discussion. Updates the CLAUDE.md
pointer for findability.
2026-06-26 17:19:35 +02:00
..
tools feat(#1985): subscription --list to audit watched repos 2026-06-25 00:09:16 +02:00
web-ui feat(#1906): non-root weston gui on a fixed vnc port 2026-06-23 22:41:20 +02:00
agent-hierarchy.md docs: agent-hierarchy default-parent is root, not the manager 2026-06-22 00:41:42 +02:00
approvals.md docs(approvals): update helper-events routing to reflect shipped behavior 2026-06-23 22:45:43 +02:00
boundary.md docs: move privsep socket-activation + child-state rw rationale out of code comments 2026-06-08 21:58:12 +02:00
ci.md feat(#1867): make the internal forge mandatory (remove forge.enable) 2026-06-22 19:26:34 +02:00
conventions.md feat(#1990): surface pending recv() message count in get_loose_ends 2026-06-26 01:22:20 +02:00
coordinator.md docs: fix remaining bare /kill/ and /rebuild/ paths → /api/ variants 2026-06-23 22:05:05 +02:00
forge.md fix(#1896): remove dead forge_notify reason drop-list + auto-unsubscribe 2026-06-24 23:07:48 +02:00
gateway.md docs: address mara review on #1936 2026-06-23 14:48:10 +02:00
gotchas.md gui: one shared dbus session bus for the gui session (#1906) 2026-06-24 00:06:07 +02:00
knowledge.md docs(knowledge): document the hive-forge AGit no-fork contribution flow 2026-06-05 20:54:25 +02:00
matrix.md feat(#551): gate server-side e2ee behind opt-in matrix.allowEncryption (default off) 2026-06-10 19:12:36 +02:00
network.md fix(#1977): exposeHostPorts is firewall-only (drop conflicting loopback proxy) 2026-06-24 19:48:50 +02:00
persistence.md docs(persistence): correct the root-container destroy claim (imperative, not declarative) 2026-06-23 14:48:10 +02:00
security.md docs(security): document the agent trust model 2026-06-26 17:19:35 +02:00
swarm.md feat(#1886): trust a peer hive's root CA hive-wide for self-signed federation 2026-06-22 16:54:44 +02:00
terminal-rendering.md agent-ui: real fixed-width icon column for terminal rows 2026-06-22 00:41:24 +02:00
turn-loop.md docs(turn-loop): document graceful stop recv behavior (follow-up to #1920) 2026-06-22 23:27:33 +02:00
web-ui.md docs: address mara review on #1936 2026-06-23 14:48:10 +02:00