Initial pack: Peergos EU audit verification and DataCube audit-ready checklist
Some checks are pending
ci / markdown (push) Waiting to run

Cure53 Berlin 2019 and ROS Amsterdam 2024 are pentests, not HIPAA/SOC2/ISO
certificates. BAA/DPA guidance for ciphertext-at-rest on cryptree+IPFS.
This commit is contained in:
George Lambert 2026-09-15 23:57:04 -04:00
commit afa270a141
9 changed files with 392 additions and 0 deletions

19
.forgejo/workflows/ci.yml Normal file
View file

@ -0,0 +1,19 @@
name: ci
on:
push:
pull_request:
jobs:
markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: required files
run: |
test -f README.md
test -f LICENSE
test -f PEERGOS-VERIFICATION.md
test -f BAA-DPA.md
test -f CHECKLIST.md
grep -q "not a HIPAA" README.md
grep -q "Cure53" PEERGOS-VERIFICATION.md
grep -q "Radically Open Security" PEERGOS-VERIFICATION.md