clade-control — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited clade-control (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.
Start, stop, or manage autonomous coding loops on a remote machine.
User wants to:
Endpoint: POST {CLADE_BASE_URL}/control
Headers:
Authorization: Bearer {CLADE_API_KEY}
Content-Type: application/jsonStart a new autonomous coding loop with a goal.
Request:
{
"project": "/home/user/myproject",
"action": "start",
"goal": "Fix all failing tests and ensure 100% pass rate",
"max_iter": 5,
"max_workers": 4,
"model": "sonnet"
}Translating user intent to parameters:
max_iter: 3model: "opus"max_workers: 2max_iter: 3, model: "haiku"max_iter: 10, model: "opus"max_iter: 10, max_workers: 4, model: "sonnet"The goal can be:
"Fix the login page CSS on mobile""/home/user/myproject/goals/feature-x.md"Response:
{
"ok": true,
"action": "start",
"pid": 12345,
"goal": "/home/user/myproject/.claude/monitor-goal.md",
"max_iter": 5
}Stop the currently running loop gracefully.
Request:
{
"project": "/home/user/myproject",
"action": "stop"
}Response:
{"ok": true, "action": "stop", "sentinel": "/home/user/myproject/.claude/stop-start"}Clear blockers so the loop can be restarted.
Request:
{
"project": "/home/user/myproject",
"action": "clear-blockers"
}🚀 Loop started!
📋 Goal: {goal summary, first 80 chars}
⚙️ Config: {max_iter} iterations, {max_workers} workers, {model}
🔢 PID: {pid}
Use "status" to check progress.🛑 Stop signal sent. The loop will finish its current task and exit gracefully.🧹 Blockers cleared. You can now restart the loop.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.