An append-only log of certified FDE engagements. Each entry references the SHA-256 of the previous one — a tamper-evident chain anyone can verify with shasum, no account and no external service.
| Certification | Claim | Score | SHA-256 | Date |
|---|---|---|---|---|
| genesis | Registry genesis block — defines the canonical Trust Score formula and the chain hash algorithm. This entry has no predecessor. | — | a67f32d952a9040e… |
2026-06-21 |
| 2026-06-21-saas-churn-93 | Reduce SaaS churn by 18% via retention model with Trust Score 93/100 | 93 | 9ebd16a6f2b52704… |
2026-06-21 |
| 2026-06-21-retail-forecasting-91 | Reduce retail stockouts by 22% via demand forecasting with Trust Score 91/100 | 91 | f7cbe0bf32f550c7… |
2026-06-21 |
| 2026-06-21-fintech-fraud-93 | Detect 95% of fintech fraud with <5% false positives via gradient boosting on structured features, Trust Score 93/100 | 93 | e6da8077af00a11a… |
2026-06-21 |
git clone https://github.com/selectess/fde-consultants-protocoles cd fde-consultants-protocoles # 1. re-hash each entry, compare to registry/index.json for f in registry/*.json; do shasum -a 256 "$f"; done # 2. run the executable gate (re-hash + prev_hash linkage) bash modex/verify.sh --registry
# install the FDE Consultant skill in any Claude Code client
/plugin marketplace add selectess/fde-consultants-protocoles
/plugin install fde-consultant@fde-consultant
Install the Skill, run an engagement, and submit it to the registry.