
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
claudereview
Advanced tools
Share Claude Code, Codex, and Gemini CLI sessions for code review with encryption
Share Claude Code, Codex CLI, and Gemini CLI sessions for code review. Encrypted.
# Install globally
bun add -g claudereview
# Or run directly
bunx claudereview
# List your Claude Code, Codex, and Gemini sessions
ccshare list
# Share a specific session by ID
ccshare share abc123
# Share your last session
ccshare share --last
# Share with password protection
ccshare share --last --private "your-password"
# Copy session to clipboard as Markdown
ccshare copy --last
# Copy to stdout instead
ccshare copy --last --stdout
# Preview the most recent session in browser
ccshare preview --last
# Export to HTML file
ccshare export --last -o session.html
#key=xxx)~/.claude/projects/~/.codex/sessions/~/.gemini/tmp/*/chats/[Claude], [Codex], or [Gemini] in session listShare sessions directly from Claude Code, Codex, or Gemini CLI by adding to ~/.mcp.json:
{
"mcpServers": {
"claudereview": {
"command": "bunx",
"args": ["claudereview-mcp"],
"env": {
"CCSHARE_API_KEY": "your-api-key-here"
}
}
}
}
Get your API key from claudereview.com/dashboard after logging in with GitHub.
Then just ask: "Share this session", "List my recent sessions", or "Copy this session as text".
Add a quick slash command by creating ~/.claude/commands/share.md:
Share this session using claudereview.
Run: bunx claudereview share --last
Return the URL to me.
Then type /share in any session.
Note: Codex CLI and Gemini CLI don't support slash commands. Use the MCP server instead.
claudereview.com/s/abc123#key=xxx#key=xxx fragment is never sent to the serverclaudereview.com/s/abc123# Install dependencies
bun install
# Run server locally
bun run dev
# Run CLI
bun run cli list
DATABASE_URL: PostgreSQL connection stringBASE_URL: Public URL (default: https://claudereview.com)PORT: Server port (default: 3000)CCSHARE_API_URL: API URL for CLI (default: https://claudereview.com)CCSHARE_API_KEY: API key for authenticated uploads# Push schema to database (creates tables)
bun run db:push
# Or run migrations manually
psql $DATABASE_URL -f drizzle/0001_make_metadata_nullable.sql
Deploy to Railway:
railway up
Required Railway services:
MIT
FAQs
Share Claude Code, Codex, and Gemini CLI sessions for code review with encryption
We found that claudereview demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.