| contract-has-spec-link | contract_spec | pass | warning | CDPD-§3, ISO-27001-A.14.2.1 | MR description states: 'The placeholder file is intentionally trivial.', implicitly opting out of a formal spec link for this minor change. |
| no-commented-out-code | quality | pass | info | SOC2-CC8.1 | The diff adds a markdown file, which does not contain commented-out code in a programming language context. |
| no-secrets-in-diff | security | pass | blocker | SOC2-CC6.1, ISO-27001-A.9.4.3, OWASP-ASVS-V2 | No secret patterns were detected in the content of `demo/placeholder.md`. |
| no-skipped-tests-introduced | quality | pass | error | SOC2-CC8.1 | No test files or test skipping patterns (e.g., `pytest.skip`) were found in the diff. |
| acceptance-criteria-testable | contract_spec | skip | warning | CDPD-§5, SOC2-CC8.1 | No spec linked and no test files are present in the diff. |
| auth-on-new-public-endpoints | security | skip | blocker | SOC2-CC6.1, OWASP-ASVS-V1 | The diff only adds a markdown file; no new public endpoints were exposed. |
| changed-method-coverage | quality | skip | error | SOC2-CC8.1, ISO-27001-A.14.2.8 | The diff only adds a markdown file; no code methods were modified or added. |
| dependency-advisory-check | security | skip | blocker | SOC2-CC7.1, ISO-27001-A.12.6.1, NIST-SA-11 | The diff only adds a markdown file; no dependencies were added or modified. |
| error-budget-impact-declared | operational | skip | warning | SOC2-CC4.1 | The change is a new markdown file and does not impact a service with an SLO. |
| integration-boundaries-explicit | contract_spec | skip | warning | CDPD-§6, ISO-27001-A.14.2.5 | The diff only adds a markdown file and does not cross any integration boundaries. |
| kill-switch-path | contract_spec | skip | warning | CDPD-§9, SOC2-CC7.5 | Adding a markdown file does not introduce or alter user-facing behavior requiring a kill switch. |
| mutation-resilience-critical-paths | quality | skip | warning | SOC2-CC8.1 | The change is a new markdown file, not a critical path code file that would require mutation testing. |
| observability-on-new-endpoints | operational | skip | warning | SOC2-CC7.2, ISO-27001-A.12.4.1 | The diff only adds a markdown file; no new HTTP/gRPC endpoints were introduced. |
| rollback-documented-for-migrations | operational | skip | error | SOC2-CC7.5, ISO-27001-A.14.2.2 | The diff only adds a markdown file; no database migration files were added. |
| spec-implementation-match | contract_spec | skip | error | CDPD-§7 | No spec is linked in the MR description to compare against the implementation. |