Platform audit remediation: fix README claim drift, add SOC 2 docs, harden CI/Dependabot#64
Draft
Copilot wants to merge 2 commits into
Draft
Platform audit remediation: fix README claim drift, add SOC 2 docs, harden CI/Dependabot#64Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…config Agent-Logs-Url: https://github.com/datacendia/datacendia-components/sessions/f1c348d4-1cee-4ed6-8267-ef503a5c7c25 Co-authored-by: datacendia <247299412+datacendia@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix marketing claim drift in README.md
Platform audit remediation: fix README claim drift, add SOC 2 docs, harden CI/Dependabot
May 25, 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.
Addresses the April 2026 platform audit findings. Fixes factual inaccuracies in marketing-facing README copy and creates the sales/InfoSec documentation suite needed for Pilot-tier customer evaluations — without touching any TypeScript source.
README Fixes
verticals/ # 29 → 30 industry vertical implementations(verified against actual directory count)sovereign/ # 11 → 24 sovereign service implementations(verified against file count inbackend/src/services/sovereign/)[](docs/SECURITY_POSTURE.md)badgeNew Documentation
docs/SECURITY_POSTURE.mddocs/SOC2_CONTROLS_MATRIX.mddocs/PILOT_PLAYBOOK.mddocs/IMPLEMENTATION_STATUS.md// ROADMAP:stubs fromroadmap_full.txt— honest "what works vs what's stubbed" for engineering and customer disclosureSUPPORT.mdCI / Dependabot
ci.yml— addednpm audit --audit-level=highto both frontend and backend jobs; fails on high/critical, accepts moderate/low (consistent with audit findings).dependabot.yml— split the existingminor-and-patchcombined group into separatepatch-updatesandminor-updatesgroups across both npm ecosystems + addedactions-updatesgroup. Patch-only updates now route cleanly to auto-merge.dependabot-auto-merge.yml(new) — squash-merges patch-only Dependabot PRs automatically:Type of Change
Community/Enterprise Boundary
Checklist
npm run test)npm run typecheck)npm run lint)Screenshots / Recordings
N/A — documentation and config changes only.
Testing Instructions
docs/SECURITY_POSTURE.md,docs/PILOT_PLAYBOOK.md,docs/SOC2_CONTROLS_MATRIX.md,docs/IMPLEMENTATION_STATUS.md, andSUPPORT.mdare accessible and render without broken linksdependabot-auto-merge.ymltriggers and the auto-merge label is appliednpm audit --audit-level=highstep appears in both Frontend and Backend CI jobsOriginal prompt
Context
This is a full-platform audit remediation pass for the Datacendia Enterprise Edition monorepo. The founder has given full approval for all changes. Every change below is grounded in evidence from the April 2026 platform audit (
PLATFORM_AUDIT_2026-04-22.md) and direct inspection of the codebase.Work through each section below in order. Commit logically grouped changes together.
1. Fix Marketing Claim Drift in README.md
The current
README.mdcontains factual inaccuracies that will damage credibility with technical buyers. Fix all of the following:In the Feature Comparison table and text:
backend/src/services/verticals/subdirectory count). Update these numbers to the accurate count. Do not round up.| Industry verticals | **30** |— update to match the real count found in the verticals directory.| Collapse agents | **19** specialized |— verify by checkingbackend/src/services/collapse/and update if wrong.backend/src/services/sovereign/file count and update the Platform Scale table| Supported jurisdictions | **17** |only if verifiably wrong (jurisdiction count is separate from sovereign services — do not conflate them).In the Cendia Product Catalog:
backend/src/services/. Products that are pure stubs with only ROADMAP comments and no real implementation should be marked with*(planned)*inline.In the pricing table:
2. Create
docs/SECURITY_POSTURE.mdCreate a professional security posture document at
docs/SECURITY_POSTURE.md. This is a sales-facing document that a founder hands to a prospect's InfoSec team during a Pilot evaluation. It must be honest and grounded in what is actually in the codebase.The document should cover: