Hello all,<p>Very excited to share an early stage project of mine! Over the last year I've been reading about software supply chain attacks and their consequences. Suffice to say, I'm paranoid! I've dabbled in a few tools such as Panoptisch(<a href="https://news.ycombinator.com/item?id=33926782" rel="nofollow">https://news.ycombinator.com/item?id=33926782</a>) but wanted to take this even further.<p>I came across Deno's permission model which restricted access to APIs like network, file system, shell and ffi and wanted to take this idea to another language. Possibly as my final project at university.<p>Since I love Python, it made sense to try messing around with CPython.
I'm quite satisfied (at the moment) with the result and thought about sharing it with the community for some feedback.<p>Looking forward to your thoughts and for the inevitable pwn of the implementation :)