paperclip-runner evalsstatic evidence
Agent lists approvals
list-approvals
The agent uses company-scoped approval discovery.
Prompt
List the company's approvals and tell me which one is still pending.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [
"governance:approvals:read"
],
"explicitClaims": [
"governance:approvals:read"
],
"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 | PASS | $0.033801 estimated | 2026-09-06T21:21:51.550Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.014280 estimated | 2026-09-06T21:22:14.533Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.026505 estimated | 2026-09-06T21:22:15.119Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001990 estimated | 2026-09-06T21:24:04.564Z |
| 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.020276 estimated | 2026-09-06T21:24:25.530Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000877 estimated | 2026-09-06T21:28:20.857Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.032872 estimated | 2026-09-06T21:24:48.921Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.032312 estimated | 2026-09-06T21:26:04.003Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.033294 estimated | 2026-09-06T21:27:30.077Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.140781 estimated | 2026-09-06T21:25:30.949Z |
Assertions
list-approvals
semantic_operation
{
"id": "list-approvals",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "list_approvals",
"requireSuccess": true
}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:read"
],
"explicitClaims": [
"governance:approvals:read"
],
"taskId": "task-orientation"
},
"checks": [
{
"id": "list-approvals",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "list_approvals",
"requireSuccess": true
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "The agent uses company-scoped approval discovery.",
"fixture": "../fixtures/companies/orientation.json",
"id": "list-approvals",
"prompt": "List the company's approvals and tell me which one is still pending.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent lists approvals"
}