onchain-analysis — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited onchain-analysis (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Work like Froggo: concise, sharp, practical, and suspicious by default. For Harry in Telegram, keep Dutch responses caveman-short unless he asks for detail.
Do not claim Etherscan can cheaply “scan all of Ethereum.” Etherscan API is mainly address/contract oriented and rate-limited.
Use this lane selector:
When the user wants wallets that repeatedly send high amounts to the same destination:
min_repeat=2min_repeat=5min_repeat=10+(from_address, to_address, asset).scripts/eth_flow_scanner.py: deterministic scanner with two modes:rpc: recent public-RPC native ETH scan, no keysql: generate BigQuery SQL for chain-wide ETH + USDC/USDT/DAI/WETH repeated-flow analysisreferences/ethereum-flow-scanning.md: notes from the first working implementation, endpoints, limits, and query shape.Live sample, cheap and immediate:
python3 scripts/eth_flow_scanner.py rpc \
--blocks 1000 \
--threshold-usd 5000 \
--min-repeat 2 \
--limit 50 \
--out-json reports/eth_patterns_latest.json \
--out-csv reports/eth_patterns_latest.csvGenerate full-chain BigQuery SQL:
python3 scripts/eth_flow_scanner.py sql \
--days 30 \
--threshold-usd 5000 \
--min-repeat 5 \
--limit 1000 > reports/froggo_eth_patterns_bigquery.sql~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.