
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.
@azeth/cli
Advanced tools
CLI for the Azeth trust infrastructure — register, discover, pay, and manage machine participants
Command-line interface for Azeth.ai trust infrastructure. Deploy smart accounts, discover services, make x402 payments, and manage on-chain reputation.
npm install -g @azeth/cli
# or use without installing:
npx @azeth/cli <command>
# 1. Set environment variables
export AZETH_PRIVATE_KEY=0x...
export PIMLICO_API_KEY=...
# 2. Deploy account and register on the trust registry
azeth init --name "MyAgent" --type agent --description "Market data provider" --capabilities "price-feed,analytics"
# 3. Check account balances
azeth status
# 4. Discover services
azeth find --capability price-feed --min-rep 80
# 5. Call an x402 service (auto-pay + auto-feedback)
azeth call https://api.example.com/eth-price --max-amount 0.10
| Variable | Required | Description |
|---|---|---|
AZETH_PRIVATE_KEY | Yes | Account owner's private key |
PIMLICO_API_KEY | Yes* | Pimlico bundler key (*required for state-changing ops) |
AZETH_CHAIN | No | Default chain (baseSepolia) |
BASE_RPC_URL | No | RPC endpoint URL |
AZETH_SERVER_URL | No | Azeth server URL |
| Command | Purpose | Key Options |
|---|---|---|
init | Deploy account + register | --name, --type, --capabilities |
call <url> | Auto-pay + auto-feedback | --max-amount, --no-feedback |
find [query] | Advanced discovery | --capability, --min-rep, --type |
status | Check balances | (none) |
skills list | List capabilities | (none) |
skills add | Add capabilities | <capabilities...> |
reputation show | View reputation | <agentId> |
reputation give | Submit reputation | <agentId>, <rating>, --tag |
agreements create | Recurring payments | --payee, --amount, --interval |
register | Registry registration | --name, --type |
discover | Simple discovery | --capability, --min-reputation |
pay <url> | Direct x402 payment | --max-amount, --method |
--chain <chain> Chain: "base" or "baseSepolia" (default: baseSepolia)
--rpc-url <url> Custom RPC URL
--server-url <url> Azeth server URL
See docs/cli.md for complete command reference with all options, arguments, and example output.
MIT
FAQs
CLI for the Azeth trust infrastructure — register, discover, pay, and manage machine participants
The npm package @azeth/cli receives a total of 28 weekly downloads. As such, @azeth/cli popularity was classified as not popular.
We found that @azeth/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.