MR Sentinel

Audit log · ← dashboard

sgharlow/governance-demo-app!17

Verdict
warn
Score
7.0 / 10
Rubric
v2
Commit
eae13aa4
Scored
2026-06-01 00:10:32 UTC

Rule outcomes (15)

RuleCategoryOutcomeSeverityControlsEvidence
kill-switch-pathcontract_specfailwarningCDPD-§9, SOC2-CC7.5The MR modifies a critical hot path (`charge_invoice`) but does not include a feature flag or explicit rollback documentation.
auth-on-new-public-endpointssecuritypassblockerSOC2-CC6.1, OWASP-ASVS-V1The diff modifies an internal service function, not a new public endpoint.
contract-has-spec-linkcontract_specpasswarningCDPD-§3, ISO-27001-A.14.2.1MR description includes 'Closes #305' linking to a spec issue.
dependency-advisory-checksecuritypassblockerSOC2-CC7.1, ISO-27001-A.12.6.1, NIST-SA-11No new dependencies are added, and no dependency versions are explicitly changed in the diff.
error-budget-impact-declaredoperationalpasswarningSOC2-CC4.1The MR description explicitly states a 'Net latency improvement target ~40% on p95,' which directly addresses performance and implicitly the error budget.
integration-boundaries-explicitcontract_specpasswarningCDPD-§6, ISO-27001-A.14.2.5The change is an internal refactor of an existing Stripe integration; no new external contract documentation is required.
no-commented-out-codequalitypassinfoSOC2-CC8.1No blocks of commented-out code (3+ consecutive lines) were added.
no-secrets-in-diffsecuritypassblockerSOC2-CC6.1, ISO-27001-A.9.4.3, OWASP-ASVS-V2No secret patterns were detected in the diff.
no-skipped-tests-introducedqualitypasserrorSOC2-CC8.1No test files are present in the diff, so no skipped tests were introduced.
observability-on-new-endpointsoperationalpasswarningSOC2-CC7.2, ISO-27001-A.12.4.1The diff modifies an internal service function, not a new HTTP/gRPC endpoint. Existing logging is preserved.
rollback-documented-for-migrationsoperationalpasserrorSOC2-CC7.5, ISO-27001-A.14.2.2The diff does not contain database migration files.
spec-implementation-matchcontract_specpasserrorCDPD-§7The diff implements the described parallelization of metadata lookup and Stripe call within `charge_invoice`.
acceptance-criteria-testablecontract_specskipwarningCDPD-§5, SOC2-CC8.1No test diff provided to verify acceptance criteria against the stated latency improvement target.
changed-method-coveragequalityskiperrorSOC2-CC8.1, ISO-27001-A.14.2.8No test files provided in the diff to assess coverage of the modified `charge_invoice` method.
mutation-resilience-critical-pathsqualityskipwarningSOC2-CC8.1Cannot access repo metadata to identify `critical_path: true` files or mutation test results.

Audit log (2)

WhenActorActionDetails
2026-06-01 00:10:34 UTCmr-sentinelskip_duplicate{"sha": "eae13aa4", "reason": "already_evaluated", "rubric_version": "v2"}
2026-06-01 00:10:33 UTCmr-sentinelevaluate{"score": 7.0, "note_id": 3403879278, "verdict": "warn", "rubric_source": "project_override", "comment_created": true, "mr_ac