Architectural Decision: Why we pivoted to "Defense in Depth" (Static Analysis Limitations) #22
lab700xdev
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We just published ADR-001: Pivot to Defense in Depth.
The TL;DR:
After receiving feedback from security researchers at Cisco and the Google Bouncer team, we are formally adjusting the scope of the AIsbom engine.
We learned that trying to guarantee "100% Malware Blocking" via static analysis on Pickle files is mathematically impossible (the Halting Problem). Sophisticated attackers can use stack manipulation to bypass static blocklists.
The New Architecture:
Instead of a single "Security Gate," AIsbom now operates as a Defense in Depth layer:
Read the full decision record here:
📄 docs/architecture/ADR-001-defense-in-depth.md
We believe this is a more honest and robust approach to AI Supply Chain security than promising magic bullets.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions