Install
openclaw skills install @slowsleeper1/soja-trace-evidence-checksUse when an agent needs a public bounded deterministic W04 trace-integrity verification from supplied redacted JSON evidence.
openclaw skills install @slowsleeper1/soja-trace-evidence-checksSubmit one bounded, redacted expected-versus-observed trace evidence manifest:
POST https://soja-w04-public-evaluate.slowsleeper1.workers.dev/v1/trace-integrity-verifier/evaluate
Content-Type: application/json
Cache-Control: no-store.{
"resource": "trace-integrity-verifier",
"request_id": "example-001",
"input": {
"expected": {"trace_ids": ["trace-a", "trace-b"], "links": [["trace-a", "trace-b"]]},
"observed": {"trace_ids": ["trace-a"], "links": []}
}
}
request_id is a non-empty string up to 128 characters. trace_ids and link values must be strings. The verifier compares only supplied evidence; absence of supplied evidence is not proof of runtime failure.
{
"invocation_status": "COMPLETED",
"request_id": "example-001",
"resource": "trace-integrity-verifier",
"result": {
"status": "INCOMPLETE",
"complete": false,
"expected_trace_count": 2,
"observed_trace_count": 1,
"missing_trace_ids": ["trace-b"],
"missing_links": [["trace-a", "trace-b"]]
}
}
Do not submit secrets, credentials, tokens, customer data, production traces, or other sensitive payloads. No customer storage, telemetry, configured secrets, payment, checkout, or source download is provided.
A Cloudflare Workers Rate Limiting binding is configured at a nominal 10 requests per 60 seconds. Cloudflare enforcement is location-dependent and eventually consistent and should not be interpreted as a strict globally synchronized request ceiling.
Public availability and controlled tests are not commercial evidence. Paid invocations, customers, Tier C/A evidence, payments, and revenue remain zero.
The evaluation cost-reconciliation sentinel remains descriptor-only and is not publicly callable.