logoalt Hacker News

_ink_today at 8:10 AM3 repliesview on HN

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?


Replies

ruschtoday at 8:26 AM

The env var is just a placeholder in the VM, so no real secret is in there.

show 1 reply
elitoday at 9:21 AM

It’s injected into an outbound api call, not into an env var the agent can read.

show 2 replies