nomoticai/Nomotic CI — Governance Validation

Validate AI governance configurations, run adversarial tests, detect configuration drift, and generate compliance evidence bundles

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
config_pathPath to governance configuration directory or fileno.
config_fileName of the governance config file to look fornonomotic.yaml
baseline_refGit ref for baseline comparison (for drift detection)noorigin/main
adversarial_testsRun adversarial test suite against the governance confignotrue
compound_authority_checkAnalyze for compound authority vulnerabilitiesnotrue
drift_detectionDetect configuration drift from baselinenotrue
evidence_bundleGenerate compliance evidence bundle for this changenofalse
compliance_frameworksComma-separated compliance frameworks for evidence bundle (SOC2,HIPAA,PCI-DSS,ISO27001)no""
fail_on_criticalFail the action if critical issues are foundnotrue
fail_on_adversarialFail the action if adversarial tests failnotrue
post_commentPost results as a PR commentnotrue
github_tokenGitHub token for PR comment postingno${{ github.token }}
sanitize_outputSanitize sensitive data in outputs and evidence bundlesnotrue
bundle_dirDirectory to write evidence bundlesno.nomotic/bundles
namedescription
validation_statusOverall validation result: pass, warn, fail
issues_foundNumber of issues found
critical_issuesNumber of critical issues
adversarial_pass_rateAdversarial test pass rate (0.0-1.0)
drift_detectedWhether configuration drift was detected (true/false)
compound_authority_flagsNumber of compound authority flags raised
bundle_pathPath to generated evidence bundle (if requested)