@arkyc/core
v1.2.11
Published
Decision engine, status transitions, and scoring logic
Downloads
2,659
Maintainers
Readme
@arkyc/core
The deterministic decision engine for Arkyc —
an open-source, multi-tenant identity-verification platform. Turns verification
signals (document, OCR, liveness, face match, address) into a risk score and an
approved / requires_review / rejected verdict, plus the session status
machine and threshold resolution.
Install
npm install @arkyc/coreimport { DecisionEngine } from '@arkyc/core'
const { decision, reason, riskScore } = DecisionEngine.decide(signals, thresholds)Pure and side-effect-free, so the same logic runs in the API and in tests.
