# H/M Claim Map

Canonical UI: https://hogarmas.net/answer-audit/

H/M Claim Map is a free browser-local workbench for turning an AI answer into a claim-by-claim verification plan.

## Privacy boundary

- The question and answer are processed in the visitor's browser.
- The analyzer does not call an AI model or upload pasted text.
- Anonymous metrics contain page paths and action IDs, never the question, answer, extracted claims, notes or source URLs.
- Claim text leaves the browser only after the visitor explicitly chooses an external web search.
- JSON and Markdown exports are created locally.

## What the rules detect

- numeric and dated claims
- current or time-sensitive wording
- absolute language
- quotations and attribution
- medical, legal, financial, price and safety terms that deserve additional review
- attached URLs or inline citation markers

The pressure value is a transparent prioritization signal from 0 to 10. It is not a probability and not a truth score.

## Export contract

- Schema: `hm.claim-map.v1`
- Ruleset: `2026-07-20.1`
- JSON Schema: https://hogarmas.net/answer-audit/schema.json
- Every export includes the input SHA-256, extracted claims, visible signals, manual evidence status, user-added source URLs, notes and explicit limitations.

Allowed manual evidence statuses:

- `unchecked`
- `supported`
- `contradicted`
- `unclear`

## Important limitations

Claim Map does not declare a claim true or false. It does not verify that a cited document exists or supports the nearby text. It is not an AI-content detector, professional fact-checker or substitute for qualified medical, legal, financial or safety review.

## Related public resources

- Evidence Observatory: https://hogarmas.net/evidence/
- Deterministic challenge: https://hogarmas.net/challenge/
- Verifiable-signal methodology: https://hogarmas.net/verifiable-signal-methodology/
- Site identity: https://hogarmas.net/.well-known/site-identity.json

