moaidmoatasem/CHERENKOV Conformance Check

Generate and run API conformance tests from your OpenAPI spec. Catches spec drift before it reaches production.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
specPath to OpenAPI spec file (YAML or JSON)yes
targetAPI server URL to test againstyes
fail-on-driftExit with code 1 if any conformance violations are foundnotrue
llm-providerLLM provider (openai | ollama)noopenai
llm-modelModel name (e.g. gpt-4o-mini, qwen2.5-coder:7b)nogpt-4o-mini
output-formatOutput format (json | sarif | junit | html)nosarif
output-pathPath for the output report filenocherenkov-report.sarif
namedescription
violationsNumber of conformance violations found
report-pathPath to the generated conformance report
sarif-pathPath to SARIF output (for GitHub Security tab)
drift-detectedtrue if any conformance violations were found