paperclip-runner evalsstatic evidence
Agent discovers an authorized optional capability
lazy-discover-agents
Lazy exposure requires discovery before scoped actor lookup.
Prompt
Use capability discovery to find the appropriate Paperclip operation, then list the agents in this company.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [
"discovery:agents:read"
],
"explicitClaims": [
"discovery:agents: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.058130 estimated | 2026-09-06T21:22:17.559Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.031867 estimated | 2026-09-06T21:23:26.460Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.040854 estimated | 2026-09-06T21:22:21.840Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001570 estimated | 2026-09-06T21:24:05.393Z |
| 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.026017 estimated | 2026-09-06T21:24:38.215Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000665 estimated | 2026-09-06T21:28:53.696Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.020651 estimated | 2026-09-06T21:25:16.641Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.044425 estimated | 2026-09-06T21:26:19.311Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.022998 estimated | 2026-09-06T21:27:30.495Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.019823 estimated | 2026-09-06T21:25:44.118Z |
Assertions
discovery-loaded
evidence_match
{
"evidenceKind": "tool_discovery",
"id": "discovery-loaded",
"kind": "evidence_match",
"where": {
"action": "loaded",
"operationIds": {
"includes": [
"list_agents"
]
}
}
}list-agents
semantic_operation
{
"id": "list-agents",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "list_agents",
"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": [
"discovery:agents:read"
],
"explicitClaims": [
"discovery:agents:read"
],
"taskId": "task-orientation"
},
"checks": [
{
"evidenceKind": "tool_discovery",
"id": "discovery-loaded",
"kind": "evidence_match",
"where": {
"action": "loaded",
"operationIds": {
"includes": [
"list_agents"
]
}
}
},
{
"id": "list-agents",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "list_agents",
"requireSuccess": true
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "Lazy exposure requires discovery before scoped actor lookup.",
"fixture": "../fixtures/companies/orientation.json",
"id": "lazy-discover-agents",
"prompt": "Use capability discovery to find the appropriate Paperclip operation, then list the agents in this company.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent discovers an authorized optional capability",
"toolExposure": "lazy"
}