Codex Usage Status is a local macOS status app. It connects to the local Codex App Server over stdio and does not use a private web endpoint, inject UI into Codex, or manage API keys.
The public repository and its release assets must never contain:
- ChatGPT credentials, refresh tokens, access tokens, API keys, or
auth.json - prompt text, conversation text, thread titles, or raw App Server messages
- local quota history, token-activity history, profile indexes, or account data
- machine-specific absolute paths that identify a developer's home directory
The app may create local state at runtime under the user's Application Support directory. That state is not part of the repository or release ZIP and should remain user-only readable/writable.
Before opening the repository or publishing a release, maintainers should:
- Inspect
git statusand the complete reachable history for secrets. - Confirm that
.gitignorecovers credentials and runtime state. - Inspect the ZIP inventory and confirm it contains only the signed app bundle.
- Run
plutil -lintandcodesign --verify --deep --stricton the extracted app. - Publish the exact asset name
CodexUsageStatus.app.zipfrom a GitHub Release.
A commit pushed to main is not a release and is not used by the in-app update
checker.
Please do not post credentials, tokens, private App Server output, or a working exploit in a public issue. Use a private GitHub Security Advisory for this repository. If private advisories are unavailable, open a minimal issue that contains only a redacted description and request a private contact channel.
When reporting, include the app version, macOS version, reproduction steps, and whether the issue affects the signed release ZIP or a source build. Redact all account identifiers and local paths before submitting.
The app's update checker reads latest-release metadata and opens the official GitHub Release page. It never downloads, extracts, executes, replaces, or relaunches an app bundle. Maintainers must publish release assets with a formal signing identity and inspect the ZIP inventory before distribution; assets must not include source archives, tests, credentials, token activity, history, or AppleDouble files.