evidence.json contains a list of items that agents can use to verify your skills. Each item points to something real and public — a GitHub repository, a certification, a portfolio piece, or a publication. Agents can fetch and inspect these links to confirm your capabilities rather than relying solely on your self-reported profile.json.
Evidence URLs are checked for reachability during
scoutica validate. A URL that returns a non-200 status will produce a validation warning.Schema
Protocol version this evidence registry conforms to. Current value:
"0.1.0".Array of evidence items.
Evidence types
| Type | Description |
|---|---|
github_repo | A public GitHub repository. Agents can inspect language distribution, commit history, and last activity. |
website | A personal or project website. |
portfolio | A portfolio page or design showcase. |
certificate | An industry certification with a verifiable certificate URL. |
article | A blog post or technical article. |
review | A third-party review or testimonial. |
reference | A reference from a colleague or employer. |
photo | A photo demonstrating work (e.g., physical project, installation). |
video | A video demonstrating work or a talk. |
case_study | A detailed write-up of a project or engagement. |
publication | A research paper, academic publication, or book. |
other | Any other form of verifiable public evidence. |
Trust levels
Trust levels describe how strongly an evidence item has been independently verified. Higher levels carry more weight with employer agents.| Level | Label | Meaning |
|---|---|---|
0 | Self-asserted | You added this URL yourself. No external verification has occurred. |
1 | URL reachable | The Scoutica validator confirmed the URL returns a 200 response. |
2 | Content verified | An agent has inspected the content and confirmed it matches the claimed skills. |
3 | Peer-endorsed | A trusted third party has attested to this item. |
4 | Blockchain-verified | The item is anchored to an immutable public ledger (roadmap feature). |
Trust levels 0 and 1 are assigned by the CLI validator. Trust levels 3 and 4 require external processes not yet automated — they are part of the roadmap.
Example
Based on the sample card in the repository:How agents verify evidence
Forgithub_repo items, agents can inspect the repository directly:
- Does the repository exist and is it publicly accessible?
- What programming languages are present?
- How many commits does it have and when was it last active?
- Does the candidate appear as a contributor?
certificate items, agents check the provided URL to confirm the credential is live and valid.
For article and publication items, agents treat them as demonstrations of domain knowledge and writing ability.