⚠️ Safe mode is experimental and does not provide any guarantees of safety or security.
Open Interpreter is working on providing an experimental safety toolkit to help you feel more confident running the code generated by Open Interpreter.
Install Open Interpreter with the safety toolkit dependencies as part of the bundle:
Alternatively, you can install the safety toolkit dependencies separately in your virtual environment:
semgrep
You can enable safe mode by passing the --safe
flag when invoking interpreter
or by configuring safe_mode
in your config file.
The safe mode setting has three options:
off
: disables the safety toolkit (default)ask
: prompts you to confirm that you want to scan codeauto
: automatically scans codeSome upcoming features that enable even more safety:
You can adjust the custom_instructions
in your config file to include instructions for the model to scan packages with guarddog before installing them.
⚠️ Safe mode is experimental and does not provide any guarantees of safety or security.
Open Interpreter is working on providing an experimental safety toolkit to help you feel more confident running the code generated by Open Interpreter.
Install Open Interpreter with the safety toolkit dependencies as part of the bundle:
Alternatively, you can install the safety toolkit dependencies separately in your virtual environment:
semgrep
You can enable safe mode by passing the --safe
flag when invoking interpreter
or by configuring safe_mode
in your config file.
The safe mode setting has three options:
off
: disables the safety toolkit (default)ask
: prompts you to confirm that you want to scan codeauto
: automatically scans codeSome upcoming features that enable even more safety:
You can adjust the custom_instructions
in your config file to include instructions for the model to scan packages with guarddog before installing them.