receipt-stream-publisher — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited receipt-stream-publisher (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.
The thesis: prospects don't trust marketing pages. They trust receipts. A live operational ticker showing what's shipping right now — commits, gates, smoke-tests, substrate state — is more credible than any sales page. And it's autonomous: the system documents itself in real time.
bash skills/receipt-stream-publisher/run.sh # full hourly publish
bash skills/receipt-stream-publisher/run.sh --dry-run # build the payload, don't writegit log --since="24 hours ago" --pretty=format:'%h %s'subjects only, scrubber-checked.
voice_gate.log (if exists) for last-24h pass/fail.If no log, count = 0/0 with a "no telemetry yet" footnote.
data/decisions/cont-*-*.md for "P-gates triggered"sections in last 24h, count by gate id.
logs/*.log and data/decisions/*.md forsmoke-test|smoke test|STATUS=ok patterns last 24h, count by skill name.
bash skills/gateway-pulse/check.sh andbash skills/launchd-drift-recovery/check.sh, normalize to operational | degraded | down.
docs/build-prompt-checklist.md.scrubber, the whole publish aborts and writes a STATUS=blocked to logs/receipt-stream-stderr.log.
site/api/receipts.json (.tmp + rename), then rendersite/receipts.html from a static template that reads the JSON via relative-path fetch on page load (no rebuild on JSON-only change).
STATUS=ok json=<path> html=<path> / STATUS=blocked reason=scrubber-fail field=<...> / STATUS=error reason=<...>
{
"as_of": "2026-05-06T01:00:00Z",
"window_hours": 24,
"commits_24h": [{"sha": "...", "subject": "..."}, ...],
"voice_gate_24h": {"pass": 0, "fail": 0},
"p_gate_catches_24h": {"P8": 1, "P10": 1},
"smoke_passes_24h": {"heartbeat-silence-check": 5, "gateway-pulse": 24},
"substrate": {"hermes": "ok", "openclaw": "ok", "obsidian": "ok", "paperclip": "ok", "drift": "GREEN"},
"p_gates_active": 12,
"_meta": {"generator": "receipt-stream-publisher", "hour_id": "<YYYY-MM-DDTHH>"}
}tools/voice/scrubber.py.Hit → abort the whole publish. False positives are acceptable; financial leaks are unrecoverable.
outcomes (customer counts, MRR, win rate). Sticker prices stay out.
The artifact's value is freshness. A daily snapshot becomes a daily-news artifact (interesting once); an hourly ticker becomes infrastructure (always live, always probable). Free local inference is not the bottleneck — it's a 200-line bash script with no LLM calls. Hourly is cheap.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.