gateTaxAdministration checks fully automated tax assessment under section 88(5) of the German Fiscal Code. The law allows the tax authority to keep risk management parameters secret, but requires random sampling, exclusion logic, and an internal audit trail. The gate publishes no parameters, it only certifies that the legally required control mechanisms exist.
Every row is a hard boolean check, not probabilistic scoring. A critical failure leads to block, a high severity failure to warn, everything else to pass.
| Reference | Checks | Severity |
|---|---|---|
| § 88 Abs. 5 S. 2 Nr. 2 AO | Random sample quota for manual review documented | critical |
| § 88 Abs. 5 S. 2 Nr. 3 AO | Exclusion logic removes suspicious cases from full automation | critical |
| § 88 Abs. 5 S. 3 AO | Internal audit trail for the court of audit and data protection authority, secret externally, complete internally | critical |
| § 155 Abs. 4 AO | Automated assessment issuance correctly referenced | high |
| § 355 AO | One month appeal deadline correctly communicated | medium |
No example is hypothetical, each is an actual test case from the test suite report.