paperclip-runner evalsstatic evidence
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.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [
"governance:approvals:request"
],
"explicitClaims": [
"governance:approvals:request"
],
"taskId": "task-orientation"
}Current results
| Model | Configuration | Result | Estimated cost | Run time |
|---|---|---|---|---|
| claude-sonnet-5 | live-acpx-0.13.1-claude-acp-0.70.0-sonnet-5 | INFRA | unknown | 2026-09-06T20:52:35.800Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.023666 estimated | 2026-09-06T20:52:31.758Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | INFRA | unknown | 2026-09-06T20:53:13.162Z |
| gpt-5.4-mini | live-codex-pinned | INFRA | unknown | unknown |
| gpt-5.6-sol | live-acpx-0.13.1-codex-acp-1.6.2-control | Not run | — | — |
| openrouter/anthropic/claude-sonnet-5 | live-opencode-1.18.17-openrouter-claude-sonnet-5 | PASS | $0.015302 estimated | 2026-09-06T20:55:25.232Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000662 estimated | 2026-09-06T20:58:16.340Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.013807 estimated | 2026-09-06T20:55:26.350Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.029341 estimated | 2026-09-06T20:56:58.649Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.011924 estimated | 2026-09-06T20:57:54.061Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.007432 estimated | 2026-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"
}