oncall — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited oncall (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.
Triage and remediation for the live testnet. Always diagnose before acting — capture state first, then apply the narrowest fix.
[email protected] (DigitalOcean droplet rill-node0, key ~/.ssh/id_ed25519)rill-node, rill-miner, rill-faucethttp://127.0.0.1:18332 (testnet)/root/.rill/miner-new.dat, faucet /var/lib/rill/faucet.dat/etc/rill/faucet.env/root/fund_faucet.sh (uses RILL_WALLET_PASSWORD, polls for height ≥ 101)First, get a snapshot with the testnet-status skill. Then work the matching playbook below.# Service health + recent failures
ssh [email protected] 'systemctl --no-pager status rill-node rill-miner rill-faucet | tail -40'
# Logs (last 100 lines per service)
ssh [email protected] 'journalctl -u rill-node -n 100 --no-pager'
ssh [email protected] 'journalctl -u rill-miner -n 100 --no-pager'
ssh [email protected] 'journalctl -u rill-faucet -n 100 --no-pager'
# Disk / memory (common silent killers)
ssh [email protected] 'df -h /; free -m; uptime'journalctl -u rill-node -n 100 — read the panic/error./ corrupts RocksDB. Free space if needed.ssh [email protected] 'systemctl restart rill-node', then re-check with testnet-status.journalctl -u rill-miner -n 100 — look for RPC connection refused or wallet-unlock errors./root/.rill/miner-new.dat exists and RILL_WALLET_PASSWORD is set in the unit/env.systemctl restart rill-miner.journalctl -u rill-faucet -n 100 — distinguish "insufficient funds" from a crash./etc/rill/faucet.env is populated.bash /root/fund_faucet.sh (needs RILL_WALLET_PASSWORD); it polls until height ≥ 101 then funds from the miner wallet.rill-cli getpeerinfo — single-node testnet may legitimately show low/zero peers.testnet-status skill..claude/memory/MEMORY.md and .claude/memory/changelog.md with what broke and the fix (run /save-session).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.