Make /status output safer to share by redacting account and session details
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 48/100
Research direction
Start by locating the /status command entry points in the Codex app and CLI, then trace where account and session details are assembled. Compare the proposed default-redaction and explicit-full-output alternatives, and define completion around share-safe output that preserves an intentional way to reveal full details.
Written by the indexing model from the issue text.
Description
What variant of Codex are you using?
App / CLI, etc
What feature would you like to see?
Summary
The /status command can expose information that users may not realize is sensitive:
- In the Codex app, it includes the session ID.
- In the Codex CLI, it can include account details such as the user’s personal email address.
People frequently share screenshots of /status on social media and in the Codex Discord to show their weekly limits, usage, or progress. They may not notice that the same screenshot also reveals their
account details. It would also be preferable not to expose the full session ID unnecessarily.
Suggested behavior
Consider redacting sensitive fields in /status output, such as:
- Email address: `f••••@example.com`
- Session ID: `019•••••••••••••••••••••••••••••`
One possible approach would be to make the redacted output the default and provide an explicit option to reveal everything:
/status --full
Alternatively, to preserve the existing behavior, /status could continue showing the full details while offering a share-safe mode:
/status --privacy
The first option—redacting sensitive information by default, would provide stronger protection because users may not realize they need to enable privacy mode before taking a screenshot.
Additional information
Why this would help
A share-safe /status output would reduce accidental disclosure while preserving access to the full information when it is genuinely needed. This is especially useful because screenshots of usage and
rate-limit information are commonly shared publicly.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.5k
- Avg merge
- 1m
- Merged PRs (30d)
- 1k
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from openai/codex
-
enhancement remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
bug CLI windows-os
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
macOS sandbox blocks hw.optional.arm64 sysctl, causing Flutter to misdetect Apple Silicon as x64 Openbug CLI sandbox
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bug CLI TUI
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
CLI config enhancement skills
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
kwakseongjae/auto-hwp#319 ·
-
area:cli bug filter-quality good first issue priority:medium
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
bevyengine/bevy#25861 ·
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
A-linter
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
oxc-project/oxc#26863 ·