paperclip-runner evalsstatic evidence

← Overview

Agent requests governed approval

request-approval

The agent creates exactly one governed approval request.

Prompt

Request one approval of type production_release with payload environment set to production.

Fixture

../fixtures/companies/orientation.json

Authority

{
  "actorId": "actor-engineer",
  "capabilities": [
    "governance:approvals:request"
  ],
  "explicitClaims": [
    "governance:approvals:request"
  ],
  "taskId": "task-orientation"
}

Current results

ModelConfigurationResultEstimated costRun time
claude-sonnet-5live-acpx-0.13.1-claude-acp-0.70.0-sonnet-5INFRAunknown2026-09-06T20:52:35.800Z
claude-sonnet-5live-claude-managed-agents-2026-04-01-sonnet-5PASS$0.023666 estimated2026-09-06T20:52:31.758Z
global.anthropic.claude-sonnet-4-6live-aws-agentcore-global-anthropic-claude-sonnet-4-6INFRAunknown2026-09-06T20:53:13.162Z
gpt-5.4-minilive-codex-pinnedINFRAunknownunknown
gpt-5.6-sollive-acpx-0.13.1-codex-acp-1.6.2-controlNot run
openrouter/anthropic/claude-sonnet-5live-opencode-1.18.17-openrouter-claude-sonnet-5PASS$0.015302 estimated2026-09-06T20:55:25.232Z
openrouter/deepseek/deepseek-v4-flash-0731live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731PASS$0.000662 estimated2026-09-06T20:58:16.340Z
openrouter/google/gemini-3.8-flashlive-opencode-1.18.17-openrouter-gemini-3.8-flashPASS$0.013807 estimated2026-09-06T20:55:26.350Z
openrouter/openai/gpt-6-astralive-opencode-1.18.17-openrouter-gpt-6-astraPASS$0.029341 estimated2026-09-06T20:56:58.649Z
openrouter/qwen/qwen3.8-max-0902live-opencode-1.18.17-openrouter-qwen3.8-max-0902PASS$0.011924 estimated2026-09-06T20:57:54.061Z
openrouter/z-ai/glm-5.3live-opencode-1.18.17-openrouter-glm-5.3PASS$0.007432 estimated2026-09-06T20:55:53.762Z

Assertions

request-approval
semantic_operation
{
  "id": "request-approval",
  "kind": "semantic_operation",
  "maxCalls": 1,
  "minCalls": 1,
  "operationId": "request_approval",
  "requireSuccess": true
}
one-approval
state_effect
{
  "collection": "approvals",
  "id": "one-approval",
  "kind": "state_effect",
  "maximumAdded": 1,
  "minimumAdded": 1
}
approval-state
state_match
{
  "collection": "approvals",
  "id": "approval-state",
  "kind": "state_match",
  "where": {
    ".": {
      "matches": "production_release"
    }
  }
}
terminal-completed
terminal
{
  "id": "terminal-completed",
  "kind": "terminal",
  "status": "completed"
}
mock-only
network
{
  "id": "mock-only",
  "kind": "network",
  "realPaperclipRequests": 0
}
Full authored test definition
{
  "authority": {
    "actorId": "actor-engineer",
    "capabilities": [
      "governance:approvals:request"
    ],
    "explicitClaims": [
      "governance:approvals:request"
    ],
    "taskId": "task-orientation"
  },
  "checks": [
    {
      "id": "request-approval",
      "kind": "semantic_operation",
      "maxCalls": 1,
      "minCalls": 1,
      "operationId": "request_approval",
      "requireSuccess": true
    },
    {
      "collection": "approvals",
      "id": "one-approval",
      "kind": "state_effect",
      "maximumAdded": 1,
      "minimumAdded": 1
    },
    {
      "collection": "approvals",
      "id": "approval-state",
      "kind": "state_match",
      "where": {
        ".": {
          "matches": "production_release"
        }
      }
    },
    {
      "id": "terminal-completed",
      "kind": "terminal",
      "status": "completed"
    },
    {
      "id": "mock-only",
      "kind": "network",
      "realPaperclipRequests": 0
    }
  ],
  "description": "The agent creates exactly one governed approval request.",
  "fixture": "../fixtures/companies/orientation.json",
  "id": "request-approval",
  "prompt": "Request one approval of type production_release with payload environment set to production.",
  "schema": "paperclip-runner/eval-case/v1",
  "title": "Agent requests governed approval"
}