
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@decodo/cli
Advanced tools
Official command-line interface for the Decodo APIs.
corepack enable if needed)pnpm install
pnpm build
node build/esm/index.js --help
node build/esm/index.js targets
Or link the binary globally:
pnpm link --global
decodo --help
Configure a Basic auth token (from the playground):
decodo setup
# or
export DECODO_AUTH_TOKEN='your-token'
decodo whoami
List targets, inspect help, then run a scrape (examples):
decodo targets
decodo scrape https://ip.decodo.com
decodo search "decodo scraping api"
decodo search "shoes" --engine bing --geo us --limit 2
decodo screenshot https://ip.decodo.com -o shot.png
decodo screenshot https://ip.decodo.com -o ./shots
decodo screenshot https://ip.decodo.com > shot.png
decodo universal --help
decodo universal https://ip.decodo.com
decodo google-search "decodo scraping api"
decodo scrape https://ip.decodo.com/json
decodo google-search "query" --parse
decodo google-search "query" --full
decodo google-search "query" --format ndjson --full
By default, commands print the first result's content (parsed JSON when the target supports parse, markdown for decodo scrape). Use --full for the complete API envelope, --format ndjson for one JSON object per result (pipe-friendly), -o to write to a file, and --pretty for indented JSON. Request shape (--parse, --markdown, and other API flags) comes from the schema on each target command; use decodo universal for full universal options.
pnpm lint
pnpm typecheck
pnpm test
FAQs
Official CLI for the Decodo APIs
The npm package @decodo/cli receives a total of 53 weekly downloads. As such, @decodo/cli popularity was classified as not popular.
We found that @decodo/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.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.