
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@drdeploy/cli
Advanced tools
drdeploy CLI — post-deploy scanner for shipped websites. Catches leaked API keys, broken og:image, missing favicons, exposed .env files. Single static binary.
drdeploy CLISingle static binary. Talks to drdeploy.dev via the Bearer-token API.
drdeploy login # OAuth 2.0 device flow → get a token
drdeploy logout # revoke local token
drdeploy add <url> # register a new site
drdeploy list # list sites under the current workspace
drdeploy scan <url> # trigger a scan (or scan the last-added)
drdeploy status # health + last-check timestamps
drdeploy watch [url] # daemon — re-scan on git push
drdeploy mcp serve # run the embedded MCP server (stdio transport)
drdeploy mcp install # write MCP config for Claude / Cursor / Cline
drdeploy --version
Already shipped in the Rails app:
POST /api/v1/auth/device/start — RFC 8628 device flow startPOST /api/v1/auth/device/token — poll until user approvesGET /api/v1/sites — listGET /api/v1/sites/:id — showPOST /api/v1/sites/:id/scan — scanGET /api/v1/openapi.json — full spec (CLI uses this for self-update / typegen)All Bearer-token authed via Authorization: Bearer ddp_<32 bytes>.
~/.config/drdeploy/token (mode 0600). Path can be overridden with
DRDEPLOY_CONFIG_DIR.
bun install
bun run build # → ./bin/drdeploy (current platform)
bun run build:all # → ./bin/drdeploy-{darwin-arm64,darwin-x64,linux-arm64,linux-x64}
Plan:
pghqdev/drdeploy) — formula points at the latest releasehttps://drdeploy.dev/install.sh — sniffs uname -sm, downloads the right binary, drops it in /usr/local/bin/drdeployFAQs
drdeploy CLI — post-deploy scanner for shipped websites. Catches leaked API keys, broken og:image, missing favicons, exposed .env files. Single static binary.
The npm package @drdeploy/cli receives a total of 20 weekly downloads. As such, @drdeploy/cli popularity was classified as not popular.
We found that @drdeploy/cli 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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.