Whispr currently updates child process environment variables with fetched secrets, but have no measures to remove them from environment once the child process is spawned.
Actions
Create a safe context API for secrets
Remove secrets from Whispr process environment once they are passed to the child process.
Description
Whispr currently updates child process environment variables with fetched secrets, but have no measures to remove them from environment once the child process is spawned.
Actions