rxcxrdx/Conformance Gate

Policy-driven conformance gate for Rust microservices. Runs two engines per service: a deterministic static engine (source + Dockerfile regex/logic) and an AI engine for judgement rules (envelope, architecture, validation). Every rule, severity and the AI prompt derive from a single policy YAML (policy-path). Evaluates one service or every service in a directory.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
service-pathRelative path to a single Rust service to evaluate (from repo root)no
services-dirRelative path to a directory containing multiple services (evaluates all subdirs)no
policy-pathRelative path to the conformity policy YAML (single source of truth for rules)nopolicy/conformity-policy.yaml
namedescription
decisionOverall conformance decision: pass | manual_review | block
confidenceConfidence score (0.0 – 1.0)
violationsJSON array of all violations found