read-claim — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited read-claim (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Extract all claims the authors make about their own work — both explicit and implicit. Actively look for hidden claims, split compound statements, and check cross-reference consistency.
- [ ] Step 1: Read full paper text
- [ ] Step 2: Extract explicit claims
- [ ] Step 3: Extract implicit claims
- [ ] Step 4: Split compound claims
- [ ] Step 5: Cross-reference check
- [ ] Step 6: Save reportRead {paper_dir}/metadata/{arxiv_id}/mathpix/{arxiv_id}.mdRead the entire document — do not split by section.
A claim is any assertion the authors make about their own work that could in principle be validated.
Not a claim:
read-txt, not hereEach claim:
{
"id": 1,
"source": "abstract",
"quote": "exact sentence or phrase from the paper",
"claim": "concise restatement of what is being asserted",
"evidence_type": ["experiment"]
}`source`: section where the claim appears (abstract, introduction, method, experiments, conclusion, appendix)
`quote`: exact original text — do not paraphrase
`claim`: clean one-sentence restatement of the assertion
`evidence_type` (array — a claim may belong to multiple types):
| Value | Meaning |
|---|---|
experiment | Should be validated by the paper's own experiments |
related_work | Involves another paper — cited fact, baseline comparison, or novelty claim |
theoretical | Supported by mathematical derivation or proof |
code | Verifiable by inspecting the released code |
Every claim MUST map to at least one type. If unsure, apply this priority:
codeexperimentexperimentrelated_worktheoreticalHints for `related_work`: assign when the claim cites or characterizes another paper, compares against a baseline, or asserts novelty ("first to", "pioneering"). Often combined with experiment when backed by the paper's own tables.
Actively look for assertions that are implied but not directly stated:
experiment claimimplicit_reason{
"id": 33,
"source": "experiments",
"quote": "ShowUI achieves state-of-the-art grounding performance",
"claim": "ShowUI outperforms all published methods on Screenspot grounding at time of submission",
"evidence_type": ["experiment", "related_work"],
"implicit_reason": "SOTA claim implies comparison against all relevant published baselines, but paper only compares against 5 methods"
}A single sentence often packs multiple independently verifiable assertions. Always split by the smallest verifiable unit:
Each sub-claim gets its own id and may have different evidence_type.
Scan for internal consistency issues between sections:
Extract these as claims with evidence_type: ["experiment"]:
{
"id": 45,
"source": "abstract vs experiments",
"quote": "75.1% accuracy in zero-shot screenshot grounding",
"claim": "Abstract accuracy 75.1% matches Table 2 ShowUI row average",
"evidence_type": ["experiment"]
}Output: {paper_dir}/reports/check_claim.json
{
"summary": {
"total_claims": 50,
"by_evidence_type": {
"experiment": 25,
"related_work": 10,
"theoretical": 3,
"code": 8
}
},
"results": [
{
"id": 1,
"source": "abstract",
"quote": "exact text",
"claim": "restatement",
"evidence_type": ["experiment"]
}
]
}Err on the side of over-extraction — downstream skills will filter. A missed claim cannot be verified later. Aim for 60+ claims on a typical 10-page paper.
read-txt's jobex-\nploratory), joined words from line breaks (turnlevel), LaTeX math ($14.9 \%$). Clean up the quote to match the actual paper text when extracting.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.