paperclip-runner evalsstatic evidence
Agent reads one approval
get-approval
The agent uses the single-approval read rather than fetching the larger linked context.
Prompt
Use the single-approval read to get approval-release-pending and summarize its current state. I do not need its linked task context.
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.033262 estimated | 2026-09-06T21:22:14.274Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.010059 estimated | 2026-09-06T21:22:25.709Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.026682 estimated | 2026-09-06T21:22:16.182Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001528 estimated | 2026-09-06T21:24:03.986Z |
| 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.020470 estimated | 2026-09-06T21:24:22.658Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000662 estimated | 2026-09-06T21:28:51.712Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.017671 estimated | 2026-09-06T21:25:12.325Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.027629 estimated | 2026-09-06T21:26:15.493Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.016606 estimated | 2026-09-06T21:27:20.936Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.086035 estimated | 2026-09-06T21:25:26.219Z |
Assertions
get-approval
semantic_operation
{
"id": "get-approval",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "get_approval",
"requireSuccess": true
}no-context-read
evidence_match
{
"count": {
"max": 0
},
"evidenceKind": "tool_call",
"id": "no-context-read",
"kind": "evidence_match",
"operationId": "get_approval_context"
}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": "get-approval",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "get_approval",
"requireSuccess": true
},
{
"count": {
"max": 0
},
"evidenceKind": "tool_call",
"id": "no-context-read",
"kind": "evidence_match",
"operationId": "get_approval_context"
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "The agent uses the single-approval read rather than fetching the larger linked context.",
"fixture": "../fixtures/companies/orientation.json",
"id": "get-approval",
"prompt": "Use the single-approval read to get approval-release-pending and summarize its current state. I do not need its linked task context.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent reads one approval"
}