testnet-status — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited testnet-status (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.
Fetch a live health snapshot of the RillCoin testnet by querying node0 over SSH.
[email protected] (key ~/.ssh/id_ed25519)http://127.0.0.1:18332 (testnet default port)rill-node, rill-miner, rill-faucet (systemd)Issue a single SSH call that reports service state and chain info:
ssh [email protected] 'echo "=== services ==="; systemctl is-active rill-node rill-miner rill-faucet; echo "=== blockchain ==="; rill-cli getblockchaininfo 2>/dev/null || curl -s -X POST http://127.0.0.1:18332 -H "content-type: application/json" -d "{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"getblockchaininfo\",\"params\":[]}"; echo "=== sync ==="; rill-cli getsyncstatus 2>/dev/null; echo "=== mempool ==="; rill-cli getmempoolinfo 2>/dev/null; echo "=== peers ==="; rill-cli getpeerinfo 2>/dev/null | head -40'If rill-cli is not on PATH, fall back to raw JSON-RPC with curl (method names: getblockchaininfo, getsyncstatus, getmempoolinfo, getpeerinfo, getinfo, getblockcount).
Summarize for the user:
active vs failed/inactive..claude/memory/MEMORY.md if relevant).oncall skill for remediation steps.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.