status
Warn
Audited by Runlayer on Mar 7, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
status/SKILL.mdMEDIUM
84.0%
Risky tool definition detected
--- ## Quick Start ```bash /status # Full dashboard /status --json # Machine-readable JSON output ``` --- ## Execution Steps ### Step 1: Gather State (Parallel) Run ALL of the following in parallel bash calls for speed: **Call 1 — RPI + Ratchet + Task State:** ```bash # Current ratchet phase if [ -f .agents/ao/chain.jsonl ]; then tail -1 .agents/ao/chain.jsonl 2>/dev/null else echo "NO_CHAIN" fi # Ratchet status via CLI if command -v ao &>/dev/null; then ao ratchet status --json 2>/dev/null || e
Passed Files (1)Click to expand
status/scripts/validate.shOK
34.9%
Tool passed security scan
Audit Metadata