logoalt Hacker News

qarl2yesterday at 2:26 PM2 repliesview on HN

And what would prevent the LLM from downloading and compiling its own version of git? But it names it "not-git".


Replies

lucideeryesterday at 3:25 PM

It's an allowlist so not-git would be disallowed by default. Renaming it to a binary that is already listed in the allowlist should fail due to a cryptographic binary signature mismatch.

show 1 reply
wren6991yesterday at 2:36 PM

I mean, ideally enforce W ^ X, and enforce stricter permissions on executables where the agent has flipped the W to X. My broader point is we should be using operating system primitives instead of regex and wishful thinking.

show 1 reply