Safety block
Open 💬 9 comments Opened Feb 24, 2026 by synestiqx
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What issue are you seeing?
On Linux, when I launch Codex in a new folder it asks whether the folder is trusted. I choose “yes,” and instantly GPT-5.3 Codex disappears from the model list. This has happened twice — the project was just a Three.js test, no cybersecurity setup, no env files, nothing; simply confirming trust at startup blocks it. Fortunately, I sent feedback and it got unlocked.
What steps can reproduce the bug?
Up
What is the expected behavior?
_No response_
Additional information
_No response_
9 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
@etraut-openai
I don’t know why the safety check was removed, since that’s exactly what this is about.
The
safety-checklabel is for our server-side safety checks. If you're seeing this as soon as you selected "trusted", then it's not related to server-side safety checks. Also, the server-side safety checks don't affect model availability.When you said that you "sent feedback and got it unlocked", do you mean that you contacted OpenAI support?
No — I sent /feedback safety and it unlocked after a moment, then it got blocked again when I opened a new folder, and unlocked once more after I sent /feedback safety again.
OK, thanks for the clarification. This sounds like a client-side bug, probably in the TUI (terminal UI) code. I'll see if I can track it down.
When you say that GPT-5.3 Codex "instantly disappears from the model list", can you clarify what you mean? Which model list? The one that appears when you use the
/modelslash command? How would you know if it immediately disappears, since that list isn't displayed at the time? Or are you saying that the next time you use the/modelcommand, it doesn't appear in the list?I'm struggling to repro the problem, so any additional clarifications are appreciated.
codex. I get a prompt asking whether the folder is trusted — I choose Yes and continue./model5.3, but it does not appear on the list at all./feedbackand choose the Safety option.I did not resolve the issue — I accidentally closed the thread by mistake and clicked the wrong option. The problem is not finished yet.
<img width="732" height="436" alt="Image" src="https://github.com/user-attachments/assets/973fb4ee-02a6-4575-8fc0-f4fdd89f2f0b" />
Exactly — after clicking “Yes” the model would disappear. Not sure if that’s still the case, I’d rather not test it in case it locks me out.