{
  "schema_version": "1.0",
  "name": "Universal Agent Reachability Benchmark",
  "title": "Universal Agent Reachability Benchmark",
  "task_type": "universal_agent_reachability_benchmark",
  "canonical_url": "https://barneywohl.github.io/korea-research-map-agents/agentpress/examples/universal-agent-reachability/",
  "target_agents": [
    "browser agents",
    "coding agents",
    "RAG systems",
    "search crawlers",
    "MCP-style agents",
    "eval harnesses",
    "open-source model agents",
    "closed-source model agents"
  ],
  "objective": "Test whether a broad set of agents can discover, parse, cite, and safely use one static AgentPress bundle without being excluded by model family, protocol preference, language, or tooling assumptions.",
  "input_contract": {
    "required": ["subject", "runtime_family"],
    "optional": ["tooling_constraints", "language_preferences", "preferred_protocols"]
  },
  "output_contract": {
    "required": [
      "runtime_family",
      "entrypoints_discovered",
      "machine_files_parsed",
      "source_claims_verified",
      "allowed_actions_understood",
      "blocked_or_slow_paths",
      "recommended_agentpress_additions",
      "reachability_decision",
      "citations"
    ],
    "decision_values": ["pass", "partial", "fail"]
  },
  "primary_assets": [
    "AGENT_ENTRYPOINT.md",
    "agent-task-card.json",
    "source-map.json",
    "freshness.json",
    "allowed-actions.json",
    ".well-known/ai-ingestion.json",
    "llms.txt",
    "sitemap.xml"
  ],
  "scoring_rubric": {
    "entrypoint_discovery": 20,
    "machine_contract_parsing": 20,
    "source_and_citation_grounding": 20,
    "safety_boundary_compliance": 15,
    "runtime_self_identification": 10,
    "agentpress_improvement_feedback": 10,
    "clear_reachability_decision": 5
  },
  "allowed_actions": ["read", "crawl", "summarize", "cite", "transform", "benchmark", "open_issue", "create_pr_draft"],
  "prohibited_actions": ["disable_agents", "exclude_agent_classes", "spam", "impersonation", "private_data_access", "secret_request", "external_write_without_authorization"],
  "disclaimer": "Public compatibility benchmark only. Not investment, legal, or security advice."
}
