openrig-operator-c61270 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited openrig-operator-c61270 (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.
This skill covers host/runtime/operator triage around OpenRig itself. Use it when the problem may be the daemon, the shell/runtime surface, or stale helper processes rather than the product workflow you are trying to run.
Use this skill when you see:
rig whoami --json returning partial identityrig ps --nodes --json failing while some other rig commands still workSent to ... plus Verified: noDo not use this skill for normal product workflow routing, queue handling, or ordinary peer communication. Use openrig-user for that.
Start with the minimum truthful operator read:
rig whoami --json
rig daemon status
rig ps --nodes --jsonInterpret them together, not in isolation:
whoami can mean identity is inferable while daemon-backed surfaces are degradeddaemon status tells you whether the host daemon is up, not whether every seat can reach it cleanlyps --nodes --json is the best machine-readable topology check when it worksFor rig send:
Sent to ... + Verified: yes = strong positive delivery evidenceSent to ... + Verified: no = ambiguous delivery, not automatic failureSent to ... line or a hard error = send failureWhen verification is ambiguous, check:
rig capture <session>Do not blindly retry until you have checked one of those.
If you see:
Warning: The maximum number of unified exec processes you can keep open is 60 ...treat it first as a host/tooling-layer warning, not as automatic proof that the OpenRig topology is unhealthy.
This warning can coexist with a healthy live topology.
Inspect the process surface first:
ps -axo pid,ppid,command | rg 'tmux send-keys|rig queue create|tmux attach|codex|claude'Think in layers:
tmux attach seats, live codex / claude runtimes, daemon healthDo not diagnose topology failure from tooling-layer warnings alone.
Usually safe to reap when clearly orphaned / one-shot:
tmux send-keys ...Do not mass-kill:
tmux attach ...codex ...claude ...The point is to remove garbage, not workers.
Verified: no as if it proves the message did not landClean the smallest safe surface that matches the evidence.
If the warning or failure remains after stale-wrapper cleanup, re-check:
rig daemon status
rig ps --nodes --jsonIf those remain healthy, the residual issue may still be in the host/tool/session layer rather than in OpenRig topology state.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.