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 like a bit of a security issue.