Docs / SHIELD — Trust / Trust Score
Pillar 1 — Protect

SHIELD Trust Score.

A single 0-to-100 number that lets a bank compliance officer or a FinTech partnership lead answer the first question they always ask: can I trust the organization on the other side? The Trust Score is computed continuously from verifiable signals, shown on every profile, and logged immutably every time it changes.

What it means

Every member of TECH has a Trust Score. The number is a weighted roll-up of four independently-measured dimensions: KYB verification status, platform activity, reputation signals, and compliance posture. Each dimension contributes a sub-score that is visible on the organization's profile alongside the overall number — no black boxes.

Bands
85–100 — verified, active, compliant. Green to partner.
70–84 — trusted with minor gaps (e.g., KYB in renewal window).
50–69 — monitoring zone. Shown with caution badge.
Below 50 — not recommended. Excluded from most matches by default.

How it's computed

The formula is fixed and public — we believe trust scoring should be deterministic and auditable, never a proprietary black box. The total is a weighted linear combination:

trust_score = (kyb × 0.30) + (activity × 0.25) + (reputation × 0.25) + (compliance × 0.20)
1 KYB Verification — 30%
Know Your Business

Persona API-based business verification: legal entity match, beneficial ownership (UBO), sanctions screening (OFAC, EU, UN), politically exposed person (PEP) checks, and incorporation proof. A passing KYB gives 100; a pending KYB gives 60; a failed or missing KYB gives 0.

2 Activity — 25%
Engagement and retention signals

Days since last login, profile completeness, number of active team members, match response rate, and message cadence. Ghost accounts drop here fast. A fully-onboarded org with weekly engagement scores in the 90s; a dormant account trends toward zero over 90 days.

3 Reputation — 25%
Peer signals and outcomes

Feedback ratings from past partners, completed deals in CORTEX Pipeline, published case studies, product validation from active integrations, and absence of security complaints. Reputation is the slowest-moving component and the hardest to game — which is why it carries a quarter of the weight.

4 Compliance — 20%
Regulatory posture

Consent records (GDPR / CCPA / FINRA archival), two-factor authentication enabled, IP allowlist configured, data retention policy set, and no unresolved security alerts. Missing any mandatory consent drops this to 0 immediately and freezes the overall score until the gap is closed.

When it changes

Trust Scores are re-calculated nightly at 05:30 UTC by a Celery Beat task, and immediately on any of the following events:

Every change writes a TrustScoreHistory row with the old score, new score, the sub-scores that changed, and the triggering event. The full history is visible to the org's admins and exported in the SHIELD compliance audit trail.

How it's used across the app

Compliance
Trust Score is not a credit score and is not regulated as one. It is a platform-internal trust signal derived entirely from platform-visible data and third-party KYB providers. It does not assess creditworthiness, loan risk, or financial health — separate Intelligence tools (Fit, ROI, Due Diligence) cover those domains.

API surface

GET /shield/trust-score/
Your org's current score and sub-scores
GET /shield/trust-score/<org_id>/
Another org's score (directory context)
GET /shield/trust-score/history/
Full change log for your org
See your Trust Score

It lives on every member profile.

Open your own Organization Profile or any member in the Directory — the Trust Score appears in the header with all four sub-scores visible on hover.

Open SHIELD →