clade-status — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited clade-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.
Check the progress of autonomous coding loops running on a remote machine.
User asks about:
Endpoint: GET {CLADE_BASE_URL}/status
Optional query: ?project=/path/to/project (omit to use default)
Headers:
Authorization: Bearer {CLADE_API_KEY}Response:
{
"project": "/home/user/myproject",
"loop": {
"iteration": 3,
"converged": false,
"goal": "/home/user/myproject/goals/fix-tests.md",
"started": "2025-03-24T14:30:45+0000"
},
"session": {
"mode": "run",
"status": "running",
"outer_iter": 2,
"feature": "auth-middleware"
},
"cost": {"total": "2.14", "last_iter": "0.43"},
"recent_commits": [
"abc1234 feat: add auth middleware",
"def5678 fix: login redirect bug",
"ghi9012 test: add auth integration tests"
],
"last_supervisor": "Planning 2 tasks: fix login test, update schema...",
"has_blockers": false
}Format as a compact, phone-friendly message:
{converged ? "✅" : "🔄"} Loop: iter {iteration}/{max_iter if known, else "?"} ({converged ? "CONVERGED" : status})
📋 Goal: {goal filename, not full path}
🏷️ Feature: {feature}
💰 Cost: ${total} (last iter: ${last_iter})
Recent commits:
{each commit on its own line, indented}
{if has_blockers: "⚠️ BLOCKERS detected — run clade-report for details"}
{if last_supervisor not empty: "🧠 Supervisor: \"{first 100 chars}...\""}python monitor.py -p /project"~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.