I'd like the ability to disable the is dangerous check as needed through a flag: https://github.com/handrew/browserpilot/blob/b414a3c78b40df8e4aaacc022176b6fbfdc8f1e9/browserpilot/agents/gpt_selenium_agent.py#L149 My use case returns json, and generates an import statement that forces the code to exit: ``` Action: from json import dumps ``` If you are ok with this I can generate a PR.