Does secret injection really prevent that the agent send my GitHub key somewhere? If it has access to it via env var, can it not just paste it somewhere?
The env var is just a placeholder in the VM, so no real secret is in there.
It’s injected into an outbound api call, not into an env var the agent can read.
The env var is just a placeholder in the VM, so no real secret is in there.