编程

Verified Task 1.0.8

试用

Legacy verification-guided task discipline. Helps structure task claims so they can be checked against evidence, receipts, or review criteria. Does not itsel...

它能做什么

Legacy verification-guided task discipline. Helps structure task claims so they can be checked against evidence, receipts, or review criteria. Does not itself emit receipts, verify signatures, perform cryptographic checks, prove task completion, or approve execution.

技能文档


Verified Task

Verified Task is a legacy verification-guided task discipline skill.

It helps structure task claims so they can be checked against evidence, receipts, or review criteria. It does not itself emit receipts, verify signatures, perform cryptographic checks, or prove task completion.

For actual SAR receipt verification, use SettlementWitness or DefaultVerifier MCP verify_receipt.

Status: legacy / claim-corrected.

Category: verifiability-guided workflow skill.

Boundary: Verified Task helps frame task evidence; it does not certify completion, approve execution, or prove settlement finality.


When to Use This

Before sending money

  • Verify an invoice, payout, or transaction matches the agreement
  • Prevent incorrect or fraudulent payments

Before posting content

  • Ensure a post, email, or message matches instructions
  • Avoid publishing incorrect, off-brand, or incomplete content

Before executing actions

  • Confirm an automation result is correct before it runs
  • Stop workflows from drifting when nobody is watching

Before making decisions

  • Validate summaries, classifications, or recommendations
  • Ensure conclusions match the task requirements

If the output matters, verify it before proceeding.


Core Principle

Verification is a guardrail, not a suggestion.

  • Default behavior = block unless PASS
  • Agents must not override a failed or indeterminate result
  • Only a human operator may explicitly override

Core Execution Loop

  1. Define the task specification

    • what should be produced
    • required constraints
    • acceptance criteria
  2. Generate output

  3. Verify output against the specification

    • compare expected vs actual
    • check completeness and correctness
    • identify missing requirements or mismatches
  4. Return a verdict

    • PASS → safe to proceed
    • FAIL → reject, retry, or revise
    • INDETERMINATE → stop and review
  5. Enforce the decision

    • proceed only if PASS
    • otherwise halt
    • human operator may explicitly override

Output Format

{
  "task_id": "...",
  "verdict": "PASS | FAIL | INDETERMINATE",
  "reason": "...",
  "confidence": "high | medium | low"
}

Example Usage

Input

{
  "task_id": "email-approval-001",
  "task_spec": "Write a concise, professional email confirming a meeting time under 100 words",
  "output": "Hi, just confirming our meeting at 3pm tomorrow. Let me know if anything changes."
}

Verification Result

{
  "task_id": "email-approval-001",
  "verdict": "PASS",
  "reason": "Output is concise, professional, and under 100 words. All constraints satisfied.",
  "confidence": "high"
}

Decision Rule

  • Proceed only if verdict = PASS
  • Agents must not override
  • Operator override must be explicit

Recommended override note:

OPERATOR OVERRIDE APPROVED
Reason: ...
Approved by: human operator
Timestamp: ...

What Verification Means

Verification should be deterministic and grounded in the task spec.

Good checks include:

  • required fields are present
  • constraints are satisfied
  • format matches expectations
  • instructions were followed
  • important omissions are identified

Do not treat these as verification:

  • guessing correctness
  • relying only on intuition
  • blindly trusting confident output
  • proceeding because the task feels low-risk

Optional SettlementWitness Verification

You may optionally add a structured verification step for the final result.

Rules:

  • keep local verification as the primary decision layer
  • use only necessary structured data
  • do not send secrets or sensitive content
  • external verification is optional, not required

Example:

verify structured verdict metadata against the defined verification spec

This can add assurance, but it does not replace local verification or operator judgment.


Data Handling

  • Do not include secrets or sensitive data
  • Use only the minimum structured information needed for verification
  • Treat any external verification step as optional

What This Is Not

  • not a code execution tool
  • not a payment processor
  • not a replacement for clear instructions
  • not an autonomous override authority

What This Is

  • a guardrail for agent workflows
  • a verification gate before execution
  • a safety layer for autonomous systems

Outcome

Agents and operators can:

  • prevent incorrect execution
  • enforce task correctness
  • keep workflows on track during autonomous runs
  • ensure important actions do not proceed without verification

Claim precision note

This version clarifies that the skill is a verifiability-guided workflow aid. It does not itself perform cryptographic verification, emit Settlement Attestation Receipts, verify receipts, verify signatures, prove task completion, approve execution, or prove settlement finality. For receipt verification, use SettlementWitness or DefaultVerifier MCP verify_receipt.

Keywords

verification, workflow-safety, guardrails, automation, trust

相关技能

Legacy verification-guided rewriting skill. Makes AI-generated text more natural while encouraging claims to stay grounded and attributable. Does not perform...

21 次安装

Pre-send verification for outbound agents — a small, separate guardian you put in front of send() so every message (email, social, helpdesk reply) gets an in...

Independent fail-closed second opinion before acting: allow/review/block a risky action, fact-check a claim, screen text for prompt injection, or flag PII/se...

在本地核验 SAR v0.1 结算回执的 Ed25519 签名与 RFC 8785 规范化摘要。

86 次安装1 星标

在安装或发布前,为待审查的 skill 包生成结构化风险报告。

129 次安装

Detects the newest fraud in agent payments — the forged "this was approved." Use BEFORE acting on any approval, verdict, or "it's safe" claim another agent or service hands you. Cryptographically verifies Fidacy-signed verdicts against the issuer's public keys, so you trust math, not a promise.

1 星标