Hacker News new | ask | show | jobs
by gibs-dev 113 days ago

  Great breakdown. The fail closed point is underappreciated. 
I've seen teams bolt on compliance checks as middleware that silently degrades to "allow" on timeout. That's worse than no check at all because you have a false paper trail.

Are you seeing anyone actually implement hash-chaining in production, or is this still theoretical for most teams? The regulation requires record-keeping but doesn't specify the technical standard, yet.

The cross-regulation surface is what made me build what I built. DORA Article 19 incident reporting (4 hours) + GDPR Article 33 breach notification (72 hours) + AI Act Article 14 human oversight — hitting all three during a live incident with manual lookups is not realistic. That's an API problem, not a legal review problem.

Curious what stack you're using for the audit trail side.

Do share if you want. Dont mind

1 comments

fail closed point is underappreciated — teams bolt on compliance that silently degrades to allow" — CognOS har explicit fail-closed mode.