
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@dcprotocol/proxy
Advanced tools
Lightweight VPS/local proxy for DCP - connect remote agents to a vault through the relay
Lightweight VPS/local proxy for DCP.
Use this package when an agent runs on a remote machine and should talk to a simple local HTTP endpoint while the real vault stays somewhere else behind the relay.
This package is the recommended remote-agent package. It avoids the heavier human CLI/keychain path.
Examples below use the default public relay wss://relay.dcp.1ly.store, but any compatible self-hosted relay works.
npm install -g @dcprotocol/proxy
Or run it without installing:
npx -y -p @dcprotocol/proxy dcp-proxy --help
Run the command generated by DCP Desktop or your local operator CLI:
npx -y -p @dcprotocol/proxy dcp-proxy \
--pair "<pairing-token>" \
--service-id "openclaw-vps" \
--vault "<vault-id>" \
--hpke-key "<vault-hpke-public-key>" \
--relay "wss://relay.dcp.1ly.store" \
--port 8420
Then point the remote agent to:
export DCP_URL=http://127.0.0.1:8420
export DCP_MODE=local
The proxy exposes a subset of the local DCP REST surface:
GET /healthGET /address/:chainGET /budget/checkPOST /v1/vault/signPOST /v1/vault/sign_messagePOST /v1/vault/sign_typed_dataPOST /v1/vault/sign_x402POST /v1/vault/readPOST /v1/vault/write~/.dcp/proxy/<service-id>.jsonREADME.mdpackages/dcp-cli/README.mdpackages/dcp-client/README.mdFAQs
Lightweight VPS/local proxy for DCP - connect remote agents to a vault through the relay
The npm package @dcprotocol/proxy receives a total of 3 weekly downloads. As such, @dcprotocol/proxy popularity was classified as not popular.
We found that @dcprotocol/proxy 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
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

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.