Comment on Ask HN: Why is Cursor IDE accessing all my env vars?parentComments−jimsmart1yThis ^^Just avoid putting secrets in the global environment if it is a concern, and instead just pass necessary secrets locally in the environment when launching a specific app.
Comments
This ^^
Just avoid putting secrets in the global environment if it is a concern, and instead just pass necessary secrets locally in the environment when launching a specific app.