
Product
Socket Now Protects the Microsoft Edge Extension Ecosystem
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.
@furlpay/cli
Advanced tools
Furlpay command-line interface — stripe-cli for stablecoins. Forward sandbox webhooks to localhost, emit signed test events, and tail API logs while you build.
npm install -g @furlpay/cli
# or run ad hoc:
npx @furlpay/cli <command>
| Command | What it does |
|---|---|
furlpay login --key <sk_...> | Store your API/webhook secret in ~/.furlpay/config.json |
furlpay listen --forward-to <url> | Stream sandbox webhooks to your local server, signed with your secret |
furlpay trigger <event> | Emit one signed test event (uses the saved --forward-to target) |
furlpay events | List all triggerable event types |
furlpay logs --tail | Stream live API request/response cycles |
# 1. Save credentials once
furlpay login --key sk_sandbox_123
# 2. Point sandbox webhooks at your dev server
furlpay listen --forward-to localhost:3000/api/webhooks
# 3. In another terminal, fire specific events at your handler
furlpay trigger payment.settled
furlpay trigger card.transaction.authorized
Every event is delivered with a valid furlpay-signature header (HMAC-SHA256, t=<unix>,v1=<hex>), so your handler exercises the exact same verification path as production — including replay-tolerance checks.
Use any Furlpay SDK (Node, Python, Go, Rust) — constructEvent validates the signature and returns the parsed event. Full runnable handlers for every stack: furlpay-examples.
Report vulnerabilities to hello@furlpay.com — please don't open public issues.
MIT
FAQs
FurlPay CLI — stablecoin payments, investing, travel booking, yield and webhook tooling from your terminal. MCP server included.
The npm package @furlpay/cli receives a total of 50 weekly downloads. As such, @furlpay/cli popularity was classified as not popular.
We found that @furlpay/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.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.

Research
/Security News
Socket researchers found 18 Chrome extensions and one Edge extension delivering a wallet drainer, credential theft, and other malicious payloads.

Product
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.