Skip to content

feat: publish security & permanence audit, correct false readiness claims#21

Merged
enricopiovesan merged 1 commit into
mainfrom
feat/security-audit-page
Jul 9, 2026
Merged

feat: publish security & permanence audit, correct false readiness claims#21
enricopiovesan merged 1 commit into
mainfrom
feat/security-audit-page

Conversation

@enricopiovesan

Copy link
Copy Markdown
Collaborator

Summary

  • New /security-audit.html: the full Traverse Permanence & Security Audit (July 2026) — verdict, 15-item findings register with severity badges, permanence guarantee matrix, crate maturity table, trust boundary map, and opportunity roadmap. Content reproduced faithfully from the source audit, no numbers invented. Linked from the Developers nav dropdown, mobile menu, and footer.
  • Corrected claims elsewhere on the site that the audit directly contradicts:
    • roadmap.astro claimed "100% test coverage, no exceptions" — only 3/6 crates are actually coverage-gated (CLI's ~9k-line HTTP surface and MCP are not). Corrected.
    • is-traverse-production-ready.astro (visible body and its FAQPage JSON-LD) said the MCP server and CLI were safe for production with no caveat — the audit found MCP has zero authentication and the HTTP server defaults to an insecure Development mode. Added a "Known security gaps" section.
    • what-is-traverse-security-model.astro implied checksums are verified automatically before deploy — the runtime checksum gate isn't actually enforced and Sigstore verification is a stub. Corrected and linked to the full audit.

Test plan

  • 0 broken internal links across all 89 pages
  • Computed DOM check: all severity/stat counts on the audit page match the source (2 critical, 4 high, 7 medium, 2 low, 52 specs, 6 crates, 3/6 gated)
  • Screenshot verification of the audit page hero + stats + verdict callout
  • Spot check the corrected production-readiness and security-model pages read coherently end to end

🤖 Generated with Claude Code

Adds /security-audit.html: the full Traverse Permanence & Security
Audit (July 2026) -- verdict, 15-item findings register with severity,
the permanence guarantee matrix, crate maturity table, trust boundary
map, and the opportunity roadmap. Content is reproduced faithfully
from the source audit; no numbers or claims invented. Linked from the
Developers nav dropdown, mobile menu, and footer so it isn't orphaned.

Also corrects claims elsewhere on the site that the audit contradicts:

- roadmap.astro claimed "100% test coverage, all shipped code is
  tested, no exceptions." The audit found only 3 of 6 crates are
  coverage-gated; the CLI's ~9k-line HTTP surface and the MCP server
  are not. Corrected to state this precisely, linking to the audit.

- is-traverse-production-ready.astro (both the visible body and its
  FAQPage JSON-LD) claimed the MCP server and CLI were safe to "use in
  production today" with no caveat. The audit found the MCP stdio
  server has zero authentication (any stdin writer can execute
  capabilities and read full traces) and the HTTP server defaults to
  Development mode with unverified JWTs. Added a "Known security gaps"
  section and corrected the safe-to-use list to reflect this.

- what-is-traverse-security-model.astro implied checksums are verified
  automatically before deploy; the audit found the runtime checksum
  gate is not enforced in verify_artifact and Sigstore verification is
  a stub. Corrected the claim and added a pointer to the full audit.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@enricopiovesan enricopiovesan merged commit 4124d1b into main Jul 9, 2026
2 checks passed
@enricopiovesan enricopiovesan deleted the feat/security-audit-page branch July 9, 2026 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant