docs: consolidate Coven security policy, threat boundary, and support claims - #883
Draft
CompleteDotTech wants to merge 3 commits into
Conversation
… claims Replace the duplicated SECURITY.md (repository policy plus a copied organization-wide disclosure addendum) with one Coven-specific operational security contract that visibly separates: - supported release family and security-supported surfaces, with experimental/disabled surfaces (AFS mount backend, OpenClaw plugin, remote transports) marked explicitly; - enforced properties today, each tied to its normative contract and verification family (Rust authority checks, capability advertisement, pre-effect validation, owner-protected local transport, redaction and artifact defaults, secret/privacy guards, explicit mutation replay); - residual risk and safe configuration (same-user trust vs sandboxing, raw-artifact opt-in, retention limits, untrusted harnesses, AgentFS mount posture synced with OpenCoven#779); - private reporting via GitHub Security Advisories as the primary path, with no personal-channel dependency and no unsupported response-time commitment, plus scoped third-party dependency/provider handling; - design goals (session/memory/agent isolation) moved out of guarantees, cross-referencing OpenCoven#803/OpenCoven#804 instead of claiming unimplemented A2A isolation. Removes the stale OpenTrust-scope addendum, the personal Discord DM reporting path, and the 48-hour/14-day response promises that no accountable process currently backs. Refs OpenCoven#808 Signed-off-by: Timothy Wayne Gregg <5861166+CompleteDotTech@users.noreply.github.com>
Signed-off-by: Timothy Wayne Gregg <5861166+CompleteDotTech@users.noreply.github.com>
CompleteDotTech
marked this pull request as draft
August 30, 2026 21:23
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
SECURITY.md(repository policy followed by a copied organization-wideOpenCoven Security Disclosure Addendum) with one Coven-specific operational security contract that keeps exactly one normative policy and visibly separates its five concerns: supported surfaces/status, enforced properties today, residual risk and safe configuration, private vulnerability reporting, and design goals vs guarantees.OpenTrust-scope addendum, the personal Discord DM (@BunsDev) as a normative reporting path, and the 48-hour acknowledgment / 14-day remediation promises that no accountable process currently backs. GitHub Security Advisories on this repository are the primary private intake; organization-wide reporting is pointed at the organization-level security policy.docs/SAFETY-MODEL.md,docs/AUTH.md), capability advertisement never grants permission and explicit replay-before-mutable ordering (docs/API-CONTRACT.md), owner-protected local transport and peer negotiation (same-user IPC, peer-fingerprint-bound client negotiation), redaction and sensitive-artifact defaults (specs/coven-trust-layer/PRODUCT.md,specs/coven-session-artifacts/TECH.md), and the secret/privacy guards (scripts/check-secrets.py,scripts/check-coven-privacy.py, CIPolicy guard) with their documented new-changes baseline.specs/coven-agent-fs/MOUNT-SPIKE.md; the OpenClaw plugin and remote/tunnel transports are opt-in/unsupported without a separate auth design (Design: authenticated remote listener for the daemon (companion clients) #463). State that same-user local trust is not sandboxing, and that no absolute containment ("cannot escape") claim is made for any surface.Issue
Refs #808
Implementation
SECURITY.md(~114 → ~215 lines), preserving the still-accurate operational content of the current policy (privacy-guard baseline, retention defaults, redaction coverage, synthetic placeholder rules) reorganized under the required structure. Internal links are relative repo links so they resolve in repository and deployed-doc contexts; external pointers (docs.opencoven.ai safety overview, org-level policy, releases, Security Advisories) are full URLs.Test plan
Local (docs-only change; Rust/npm suites unaffected and not executable in this environment — no cargo/python toolchain available, deferred to CI):
#2-enforced-properties-today,#5-design-goals-vs-guarantees) verified against heading slugs; all five external URLs point at live, verified targets (org-level policy verified via REST).git diff --check(whitespace) — clean.coven logs prune), redaction implementation and unit tests (crates/coven-cli/src/privacy.rs), client peer-fingerprint negotiation tests (crates/coven-client/tests/health.rs), AFS conformance tests (crates/coven-afs/tests/spec_consistency.rs),mountfeature gating (crates/coven-afs/Cargo.toml), release family (v0.4.x) — all verified at base SHA.python scripts/check-secrets.pyandpython scripts/check-coven-privacy.py— deferred to CIPolicy guard(no local Python).CI (docs-only classification expects
changes,Policy guard, andPR gate):Policy guard(secret scan + privacy guard + workflow/script checks) green.PR gategreen.Risk and Rollback
Agent Handoff
agent/issue-808-p1-consolidate-coven-security-policy-threat; draft until CI is green.OpenCoven/coven-docs(that repository is outside this diff) and keep the AgentFS section synchronized with test: certify Coven end-to-end from packaged artifact through recovery and release evidence #779; fold in a maintainer/security-owner review of the reporting process.CI note (fork vehicle)
gh api repos/CompleteDotTech/coven/commits/<sha>/check-runs→total_count=0;actions/runs→ 0) even though Actions are enabled on the fork. The upstreamOpenCoven/covenCI (Classify changes → Policy guard → PR gate) has not run and cannot be triggered from here. The local verification checkboxes above are the only executed evidence; treat thePolicy guard/PR gateboxes as pending until the PR is re-targeted upstream or CI runs on this vehicle.