Code stays local
Source files are audited on your infrastructure, not uploaded for analysis.
CodeDD CLI gives security-conscious investment teams and engineering leaders a local-first execution model: analyze repositories on-prem, then synchronize structured findings to the CodeDD platform for shared decision-making.
Why teams choose CodeDD CLI
Designed for PE firms, strategic acquirers, and portfolio engineering teams who need defensible insights without compromising data boundaries.
Source files are audited on your infrastructure, not uploaded for analysis.
Only structured findings, metrics, and summaries are synced to your CodeDD workspace.
Fit into your network policies, credential stores, and approval workflows.
Run full-codebase audits quickly enough for pre-IC and confirmatory timelines.
Turn engineering details into board-ready risk language with remediation pathways.
Run consistent audit logic across multiple targets, products, and business units.
Workflow
Select repositories and folders, then confirm what should be included before execution.
Code quality, architecture, dependencies, and risk checks execute on your machine.
See hotspots, key-person concentration, security exposure, and technical debt signals.
Share summaries and evidence with investors, advisors, and portfolio teams in one place.
Active remediation
An audit surfaces findings — sometimes thousands. Instead of working through them manually one by one, the CodeDD CLI turns the remediation phase into an AI-first, team-coordinated effort: AI proposes fixes, engineers validate and apply them, and the whole team tracks progress together from a shared live dashboard.
For each finding the CLI reads the surrounding code and proposes a targeted fix — engineers review and apply, rather than hunting for context from scratch.
Claim, resolve, or comment on issues straight from the terminal. The shared state is visible to the whole team, eliminating duplicate work across thousands of findings.
Flags and vulnerabilities are tracked per severity with progress rings and a contributor leaderboard — keeping momentum visible and accountability shared.
# list open issues assigned to you codedd remediation issues --mine # get an AI-generated fix suggestion codedd remediation fix <issue-uuid> # mark as resolved once applied codedd remediation resolve <issue-uuid> # leave a note for teammates codedd remediation comment <issue-uuid> "patched in auth middleware"
Every resolve is reflected in real time across the shared Remediation Dashboard — progress rings by severity, a contributor leaderboard, and team milestone achievements that keep long remediation runs moving.
Transparency by design
The CLI enforces a strict boundary between local execution and cloud sync. Every request to the CodeDD cloud can be reviewed and approved by you before it is sent.
--show for transparency before syncPass --show when starting an audit to open a one-shot execution summary of what will be sent to CodeDD Cloud, then confirm once before submission. For per-request review, use--show-interactive. Nothing leaves your machine without your explicit confirmation.
The full CLI implementation is publicly available under the MIT license. Read the source, audit the logic, and verify exactly what the tool does before running it in your environment.
Quick start
# 1) install pip install codedd-cli # 2) authenticate codedd auth login --token <your_cli_token> # 3) choose audit context codedd audits list codedd audits select # 4) define local scope codedd scope add /path/to/project codedd scope confirm # 5) set provider key codedd config set-key anthropic # 6) run local audit codedd audit start # optional: review execution summary before cloud sync codedd audit start --show
✓Scope confirmed (3 repositories) ✓Analysis complete: 2,431 files scanned ✓148 findings categorized by severity ✓Risk summary and recommendations generated ✓Sync complete: workspace updatedOpen platform dashboard →
We will help your team deploy CodeDD CLI in a way that fits your security model, operating cadence, and investment workflow.