Choose your track

Get started in the right lane.

DueCare has three jobs: prevent exploitation before it spreads, assist victims and at-risk workers, and help stakeholders understand what is happening and why. Pick the lane that matches your role to see the setup path, docs, and first smoke check.

Choose your setup track

Setup track

01 · Platform safety

Prevention lane: screen recruitment and platform content before harm spreads, then hand explained risk signals to your existing review workflow.

Outcome · prevent exploitation before it spreads

Platform safety setup

Use the classifier and rule packs before harmful recruitment content reaches workers. Your moderation queue decides what action to take.

Run the stack

Start local services

Use the repo lifecycle target for the chat and classifier services.

Connect review flow

Post content to the classifier API

Use the platform safety API guide for the structured risk envelope.

Escalate internally

Moderators stay in control

DueCare flags and explains; your existing trust-and-safety workflow acts.

shell · platform pilot
git clone https://github.com/TaylorAmarelTech/gemma4_comp
cd gemma4_comp
make demo
make doctor

# API shape: POST /api/classifier/evaluate
# See docs/deployment_enterprise.md before wiring production traffic.
Boundary, in plain language

What leaves your system. What stays local.

ItemOriginPublic hubWhy
Worker message textWorker / caseworker deviceNever crossesHub schema rejects free-text case fields.
Names · IDs · contact infoWorker / caseworker deviceNever crossesNo PII column exists on any hub table.
Employer name / contract photoWorker / caseworker deviceNever crossesSame as above. Identification by edge filter.
Anonymized pattern_id (e.g. fee_request)Local model + grepMay cross. Opt-in onlyAggregated only. K-anon ≥ 30 floor.
Corridor + sectorLocal configMay cross. Opt-in onlyAnonymized buckets only. Used for trend rollups.
Pack version + pull-timeLocal configMay crossAudit reproducibility for curators.
Public-source URLsYouCrosses (intended)Public sources. Reviewed by curator.