argus-scan
v0.11.1
Published
Argus CLI — multi-agent security oracle. Scan any token address from your terminal.
Maintainers
Readme
Argus CLI
Scan any token address from your terminal. Same 3-agent consensus as the web app.
Install
npx argus-scan@latest 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48Commands
# Scan any token address
npx argus-scan@latest 0x...
# Pipe-friendly JSON output
npx argus-scan@latest 0x... --json | jq .result.verdict
# Live stats
npx argus-scan@latest stats
# Show your Circle wallet
npx argus-scan@latest whoamiWhat happens
- First run auto-creates a Circle wallet (stored in
~/.argus/config.json) - Pays $0.01 USDC to treasury via Gateway x402 — real on-chain transaction
- Two AI agents + one deterministic rule engine analyze independently
- Consensus locks in — dissenters pay winners 0.0005 USDC each
- Verdict recorded on-chain via ArgusOracle on Arc
📦 Published as argus-scan on npm. Zero dependencies, Node 18+. Source in cli/.
