Hi there!
I've made Landlook — Landlock based application inspection tool.
Github:
https://github.com/cnaize/landlookLandlook executes your application in a strict Landlock sandbox and intercepts kernel audit events in real-time. Any blocked action (files, network, etc) pops up in an interactive Terminal UI, where you can instantly analyze the application's hidden requirements. By iteratively restarting the app and approving legitimate behaviors, you discover exactly what permissions the process needs to function, making it the ultimate tool for security profiling and debugging modern Linux applications.
Any feedback is welcome!