For a little thoroughness here's a link to https://github.com/openai/human-eval which is just code for some old 2021 openai paper, and a quote from its readme:
> This program exists to run untrusted model-generated code. Users are strongly > encouraged not to do so outside of a robust security sandbox. The execution > call in > execution.py is deliberately commented out to ensure users read this > disclaimer before > running code in a potentially unsafe manner. See the comment in execution.py > for more > information and instructions.
