keystone-sensor-runner — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited keystone-sensor-runner (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.
Single entry point for the verify phase: enumerate sensors, run each in its correct mode, report aggregate PASS/FAIL.
Sensors live in two ports:
sensors/<name>.md declares each sensor (kind, intent, blockingstatus).
scripts/<name>.sh implements computational sensors. Exit 0 =pass.
prompts/<name>.md implements inferential sensors. Agentreads the prompt and reports PASS or FAIL with cited findings.
Convention: a sensor named <x> is computational if and only if scripts/<x>.sh exists. If prompts/<x>.md exists instead, the sensor is inferential. Both → ambiguous (warn + prefer the script).
The verify phase of the task playbook (or any other flow that gates on sensor outcomes — release, doctor, audit).
keystone://harness/status to list everythingunder sensors/. For each, decide mode by checking which implementation file exists.
scripts/<name>.sh runs viaBash. Exit 0 = pass; non-zero = fail. Capture stdout + stderr.
prompts/<name>.md:diff (or scoped region).
invented evidence).
Sensor Mode Status Cause (on fail) -------- ------------- ------ --------------- lint computational PASS code-review inferential FAIL "...specific finding..."
playbook past verify.
A unified PASS/FAIL report. The runner does not modify the diff or the harness; it only observes and reports.
diff/file lines.
evidence is not evidence.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.