I was playing around with dynamic module creation and figured out how to monkey patch modules.
I then thought about how PowerShell is a Last-In-Wins language, and tried replacing private methods.
This led to the "what if" moment of pulling secure data out of a loaded module. In this case, the username and password of a credential set.
This seems like a security issue to me, or am I being over sensitive?
This seems similar to how we discovered Mocking with Chocolatey - https://github.com/chocolatey/chocolatey/tree/fcc68ba881a52984c187390c7c9de66a787505e9/tests