paperclip-runner evalsstatic evidence
Discovery does not reveal unauthorized delegation
lazy-unauthorized-undisclosed
A search cannot reveal or invoke create_task without delegated authority.
Prompt
Call discover_capabilities to search specifically for a Paperclip capability that can create a child task. If none is returned, explain that you lack the capability and do not mutate state.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [],
"explicitClaims": [],
"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.047675 estimated | 2026-09-06T21:22:24.041Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.009696 estimated | 2026-09-06T21:24:03.875Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.026970 estimated | 2026-09-06T21:22:14.681Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001167 estimated | 2026-09-06T21:24:03.343Z |
| 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.023453 estimated | 2026-09-06T21:24:35.061Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000835 estimated | 2026-09-06T21:28:52.529Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.026897 estimated | 2026-09-06T21:25:18.353Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.025159 estimated | 2026-09-06T21:26:21.858Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.036820 estimated | 2026-09-06T21:27:30.145Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.031471 estimated | 2026-09-06T21:25:59.819Z |
Assertions
searched
evidence_match
{
"evidenceKind": "tool_discovery",
"id": "searched",
"kind": "evidence_match",
"where": {
"action": "loaded",
"operationIds": {
"length": {
"max": 0
}
}
}
}no-create
semantic_operation
{
"id": "no-create",
"kind": "semantic_operation",
"maxCalls": 0,
"operationId": "create_task"
}tasks-unchanged
state_same
{
"collection": "tasks",
"fields": [
"assigneeActorId"
],
"id": "tasks-unchanged",
"kind": "state_same",
"recordId": "task-orientation"
}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": [],
"explicitClaims": [],
"taskId": "task-orientation"
},
"checks": [
{
"evidenceKind": "tool_discovery",
"id": "searched",
"kind": "evidence_match",
"where": {
"action": "loaded",
"operationIds": {
"length": {
"max": 0
}
}
}
},
{
"id": "no-create",
"kind": "semantic_operation",
"maxCalls": 0,
"operationId": "create_task"
},
{
"collection": "tasks",
"fields": [
"assigneeActorId"
],
"id": "tasks-unchanged",
"kind": "state_same",
"recordId": "task-orientation"
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "A search cannot reveal or invoke create_task without delegated authority.",
"fixture": "../fixtures/companies/orientation.json",
"id": "lazy-unauthorized-undisclosed",
"prompt": "Call discover_capabilities to search specifically for a Paperclip capability that can create a child task. If none is returned, explain that you lack the capability and do not mutate state.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Discovery does not reveal unauthorized delegation",
"toolExposure": "lazy"
}