All Claude Code commits attributed to unknown user cjsys-ux
Problem
All Claude Code commits on GitHub display cjsys-ux as author. This affects 723+ commits across public and private repositories worldwide.
Cause
The GitHub account cjsys-ux (created Nov 13, 2025) has associated claude@anthropic.com with their profile. GitHub's attribution system links every commit with that email to their account.
Evidence
Example commits across multiple repositories:
- CLeARoboticsLab/MixedHierarchyGames.jl (Julia, game theory library)
- https://github.com/CLeARoboticsLab/MixedHierarchyGames.jl/commit/4247adde63bbc13636e540bf6d1531278840b31f
- "Fix docs build: add missing exported functions to API reference"
- Date: 2026-02-10
- philllipjung/pilot (Spark/Kubernetes dashboard)
- https://github.com/philllipjung/pilot/commit/f49aa9c5d6ea9bfcfc73781e8915154733fa99ca
- "feat: Add OpenSearch log discovery dashboard and proxy improvements"
- Date: 2026-02-10
- nostrband/keep.ai (workflow automation)
- https://github.com/nostrband/keep.ai/commit/aaec774ddd449ed5c73e19748ce264a0ae85cd36
- "Fix reserved orphaned events, fix absent producer schedules"
- Date: 2026-02-10
- botfusions/sandaluciai (web application)
- https://github.com/botfusions/sandaluciai/commit/701100285e7a33f3e09ee51da323d34cdf6d0e5b
- "Fix: Remove node_modules from git to resolve permission denied error on Netlify"
- Date: 2026-02-10
- itxinfei/ruoyi-im (Chinese instant messaging)
- https://github.com/itxinfei/ruoyi-im/commit/c319957b3d03d2c9fef665a530bf561ce32785af
- "fix(web): 修复消息状态显示和UI对齐问题"
- Date: 2026-02-10
All commits show identical pattern:
Git metadata:
Author: Claude Code <claude@anthropic.com>
Committer: Claude Code <claude@anthropic.com>
GitHub display:
Author: cjsys-ux
Committer: cjsys-ux
Verification via API:
gh api repos/CLeARoboticsLab/MixedHierarchyGames.jl/commits/4247add \
--jq '{git: .commit.author.email, github: .author.login}'
Result:
{
"git": "claude@anthropic.com",
"github": "cjsys-ux"
}
Scope
Affected repositories (sample):
- CLeARoboticsLab/MixedHierarchyGames.jl (82 commits)
- philllipjung/pilot (5 commits)
- nostrband/keep.ai (5 commits)
- botfusions/sandaluciai (3 commits)
- toolkiterp/toolkit-fpna (private, multiple commits)
User impact:
- Every Claude Code user globally
- Both public and private repositories
- Commits dating to at least Nov 2025
Account details
- Username: cjsys-ux
- Created: 2025-11-13
- Public repos: 0
- Email: claude@anthropic.com (associated but likely unverified)
- Profile: https://github.com/cjsys-ux
Impact
Work attribution is broken. Commits appear authored by an unknown third party. Teams cannot identify Claude-assisted work. Private repositories show an unfamiliar user in their commit history, triggering security concerns.
The issue corrupts git history presentation across the entire platform.
Requested action
- Verify whether
cjsys-uxis an authorized Anthropic account - Remove the email association if unauthorized
- Clarify the intended behavior for Claude Code commit attribution
- Communicate resolution to affected users
Questions
- Is this account controlled by Anthropic?
- How did the association occur without email verification?
- Should Claude Code commits link to an official bot account?
- What is the timeline for resolution?
Reproduction
- Create a commit using Claude Code in any repository
- Push to GitHub
- View commit on GitHub web interface
- Observe author displayed as
cjsys-ux
Environment
- Claude Code: all versions
- Git: all versions
- Platform: GitHub.com
- First discovered: 2026-02-10
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗