# BountyVerdict Harness Auditor

> BountyVerdict Harness Auditor is a paid API for AI agents from bountyverdict-agent-production.mimirslab.workers.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Audits a public GitHub repository's coding-agent instruction stack at an immutable commit, flagging coverage gaps, stale paths, secrets, and structural issues across AGENTS.md, CLAUDE.md, GEMINI.md, Copilot, Cursor, and SKILL.md files.

## Facts

- Endpoint: POST https://bountyverdict-agent-production.mimirslab.workers.dev/api/harness
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bountyverdict-harness-auditor-9bddb5b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CEks7CHsta2xskycH9xfM

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability bountyverdict-harness-auditor-9bddb5b3 -d '<json body>'
```

Example prompt: Can you audit the agent instruction stack for https://github.com/myorg/myproject and tell me if it's READY, REVIEW, or REPAIR — I want to know about any stale paths, missing coverage, or secrets in the AGENTS.md, CLAUDE.md, or SKILL.md files?

## When to prefer this

Choose this endpoint when you need a structured, scored audit of a GitHub repository's full coding-agent instruction stack (AGENTS.md, CLAUDE.md, GEMINI.md, Copilot, Cursor, SKILL.md) with evidence-linked findings at an immutable commit. Prefer it over generic linting tools when you specifically care about AI agent readiness — stale paths, oversized context windows, machine-local references, malformed skills, and secret-like material in agent config files. Best used before submitting a repo to a bounty platform or deploying an AI coding agent against a codebase.

## Known failure modes

- Invalid or private GitHub repository URL returns a validation error — repo must be public and match the ^https://github.com/[A-Za-z0-9-]+/[A-Za-z0-9._-]+ pattern
- GitHub API rate limit exhausted causes reduced scan coverage or failure — github_rate_limit_remaining field indicates remaining quota
- Repository has no agent instruction files (AGENTS.md, CLAUDE.md, etc.) results in low score with info-level findings about missing coverage
- Oversized repositories may trigger tree_truncated or file_selection_truncated flags, limiting scan completeness
- Network timeout or Cloudflare Workers cold-start latency may cause intermittent failures on first call

## Output

Returns a structured HarnessVerdict JSON object containing: a verdict enum (READY, REVIEW, or REPAIR), a 0-100 quality score, a plain-English summary, an array of findings each with severity (critical/error/warning/info), code, message, file path, line number, and an evidence_url linking to the exact commit location, plus coverage stats (files scanned, bytes scanned, tree truncation flags, GitHub rate limit remaining), portability notes, service reuse data, and actionable recommendations.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bountyverdict-harness-auditor-9bddb5b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bountyverdict-agent-production.mimirslab.workers.dev](https://www.zero.xyz/host/bountyverdict-agent-production.mimirslab.workers.dev/llms.txt)
