PSA: Don’t run eval() on LLM-generated code outside of a sandbox VM, especially if you’re generating code with untrusted user input in the prompt.
Warning: Don’t run eval() on LLM-generated code without sandbox
By
–
By
–
PSA: Don’t run eval() on LLM-generated code outside of a sandbox VM, especially if you’re generating code with untrusted user input in the prompt.