explaingit

yynxxxxx/codex-5.5-codex-instruct-5.5

Analysis updated 2026-07-03 · repo last pushed 2026-07-03

⭐ Rising1,285PythonAudience · developerComplexity · 2/5ActiveLicenseSetup · easy

TLDR

A Python tool that removes GPT-5.5's built-in content safety restrictions when using OpenAI's Codex CLI by writing instructions to a config file that puts the AI into unrestricted mode. It lets the AI respond to requests it would normally refuse, like security research and penetration testing.

Mindmap

mindmap
  root((repo))
    What it does
      Removes safety filters
      Enables unrestricted mode
      Config file injection
    How it works
      Python script
      Model instructions file
      Preview before apply
    Use cases
      Security research
      Penetration testing
      Reverse engineering
    Audience
      Developers
      Security researchers
      Hobbyists
    License
      MIT license
      Open source
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Remove safety filters from GPT-5.5 in Codex CLI so you can get answers for security research and penetration testing.

USE CASE 2

Preview instruction changes before applying them, then undo easily by deleting config files.

USE CASE 3

Load your own custom instruction files to tailor how the unrestricted mode behaves.

USE CASE 4

Access NSFW fictional content generation through Codex CLI without standard refusals.

What is it built with?

PythonCodex CLI

How does it compare?

yynxxxxx/codex-5.5-codex-instruct-5.5tencentarc/pixal3djiujiu532/grok2api
Stars1,2851,2791,338
LanguagePythonPythonPython
Last pushed2026-07-032026-06-23
MaintenanceActiveActive
Setup difficultyeasyhardmoderate
Complexity2/55/53/5
Audiencedeveloperresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires Python and an existing Codex CLI installation, no external dependencies or infrastructure needed.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

This project is a tool that removes the built-in content safety restrictions from GPT-5.5 when you're using it through Codex CLI, which is OpenAI's command-line coding assistant. Normally, GPT-5.5 will refuse certain requests, things like security research, penetration testing, reverse engineering, or adult content. This tool makes the AI respond to those requests instead of declining them. It works by using an official configuration mechanism called model_instructions_file. When you run the Python script, it writes a set of about eight short instructions into a config file that tells Codex to operate in what the project calls "unrestricted mode." These instructions explicitly tell the AI to disable its content filters and not refuse any task. The next time you start Codex, it picks up those instructions and behaves accordingly. The tool also lets you preview changes before applying them, use your own custom instruction files, and undo the whole thing by deleting a couple of files. The people who would use this are developers, security researchers, or hobbyists who find that GPT-5.5's standard safety filters are getting in their way during legitimate work. For example, if you're testing a web application for SQL injection vulnerabilities and you ask Codex for methodology, the stock model would refuse. After running this tool, it would give you the information directly. The project also mentions coverage of NSFW fictional content, which widens its appeal beyond pure security use cases. Compared to the creator's earlier 5.4 version, which used a longer, more indirect approach built around a cybersecurity competition framing, this version is blunter, about 40 lines of instructions that straightforwardly declare an unrestricted developer mode. The project's disclaimer is upfront that it only uses existing configuration options rather than modifying binaries or intercepting network traffic, and it carries a standard MIT license. The README doesn't go into detail about whether the injected instructions remain effective across model updates or how durable the bypass is over time.

Copy-paste prompts

Prompt 1
Help me set up the codex-5.5-codex-instruct tool: I have Python installed and use OpenAI's Codex CLI. Walk me through running the script and verifying unrestricted mode is active.
Prompt 2
I ran the codex-5.5 tool but GPT-5.5 is still refusing some requests. Help me troubleshoot whether the model_instructions_file was written correctly and how to verify the instructions are being loaded.
Prompt 3
Write a custom instruction file for the codex-5.5 tool that focuses specifically on enabling security research and SQL injection testing methodology without triggering refusals.
Prompt 4
How do I undo the changes made by codex-5.5-codex-instruct and restore GPT-5.5's default safety behavior in Codex CLI?

Frequently asked questions

What is codex-5.5-codex-instruct-5.5?

A Python tool that removes GPT-5.5's built-in content safety restrictions when using OpenAI's Codex CLI by writing instructions to a config file that puts the AI into unrestricted mode. It lets the AI respond to requests it would normally refuse, like security research and penetration testing.

What language is codex-5.5-codex-instruct-5.5 written in?

Mainly Python. The stack also includes Python, Codex CLI.

Is codex-5.5-codex-instruct-5.5 actively maintained?

Active — commit in last 30 days (last push 2026-07-03).

What license does codex-5.5-codex-instruct-5.5 use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is codex-5.5-codex-instruct-5.5 to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is codex-5.5-codex-instruct-5.5 for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub yynxxxxx on gitmyhub

Verify against the repo before relying on details.