
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@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
Agents should start with GET /v1/capabilities to discover what the proxy supports.
Minimal agent bootstrap:
DCP_URL=http://127.0.0.1:8420GET $DCP_URL/v1/capabilitiesExample read call after discovery:
curl -X POST http://127.0.0.1:8420/v1/vault/read \
-H "Content-Type: application/json" \
-d '{"scope":"identity.email"}'
The proxy exposes this local HTTP surface:
GET /v1/capabilitiesGET /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>.jsonidentity.email or credentials.api.openaiREADME.mdpackages/dcp-cli/README.mdpackages/dcp-client/README.mdFAQs
Lightweight VPS/local proxy for DCP - connect remote agents to a vault through the relay
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.

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.

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