verified-task-e3b0c4 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited verified-task-e3b0c4 (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.
A universal verification pattern for AI agents.
Verified Task allows any agent to validate its output before it is used, trusted, or paid for — using deterministic verification via SettlementWitness (SAR).
Do not trust outputs by default.
Verify them before:
Verified Task provides a simple, standardized way to apply SAR verification to any task.
It:
Use this skill whenever:
settlement_witness({ task_id: "task-001", agent_id: "0xYourWallet:your-agent", spec: { expected: task_spec }, output: { result: agent_output }, counterparty: counterparty_id })
Endpoint: POST https://defaultverifier.com/settlement-witness
{ "task_id": "unique-task-identifier", "agent_id": "0xYourWallet:your-agent-name", "task_spec": "clear description of expected outcome", "expected_output_format": "format or constraints (optional)", "output": "actual result produced by the agent", "counterparty": "optional wallet or agent identifier" }
{ "verdict": "PASS | FAIL | INDETERMINATE", "safe_to_proceed": true, "sar_receipt": { "receipt_v0_1": { "verdict": "PASS", "confidence": 1.0, "reason_code": "SPEC_MATCH", "receipt_id": "sha256:...", "verifier_kid": "sar-prod-ed25519-02", "sig": "base64url:..." }, "trustscore_update": { "score": 54, "tier": "bronze", "receipts_to_next": 10 } }, "notes": "Output matched specification. Safe to proceed." }
Never proceed with payment or critical actions unless verdict = PASS.
This skill is a usage pattern for SettlementWitness (SAR).
This skill does not replace SettlementWitness. It standardizes how agents use it.
Can be used with:
Agents become:
ai-agents, verification, agent-safety, settlement, trust, automation, workflow-validation, workflow-safety, output-validation, deterministic-verification, agent-commerce, trustworthy-agents, sar-protocol
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.