read-exp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited read-exp (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.
Review experiment design for fairness and rigor, then produce a prioritized plan for reproduction.
- [ ] Step 1: Load claims and paper
- [ ] Step 2: Review experiment design
- [ ] Step 3: Plan reproduction
- [ ] Step 4: Save report{paper_dir}/reports/check_claim.json — filter claims with evidence_type including "experiment"Each claim's id, source, quote, claim, evidence_type fields should be copied as-is into the output — do not modify them.
{paper_dir}/metadata/{arxiv_id}/mathpix/{arxiv_id}.mdREADME.md — for setup instructions, datasets, checkpoints, commandsFor each experiment claim, assess the design quality:
Each design issue:
{
"id": 9,
"source": "experiments",
"quote": "Results are averaged over 5 independent runs",
"claim": "Main results are averaged over 5 runs",
"evidence_type": ["experiment"],
"status": "warning",
"reason": "No standard deviation or confidence interval reported despite claiming 5 runs",
"suggest": "Add standard deviations or confidence intervals across the 5 runs in Table 2."
}When status is warning or error, include a suggest field with a concrete one-sentence fix.
Scan the repo for datasets and checkpoints. For each experiment claim, assign:
priority: high (main results) / medium (secondary) / low (very expensive)feasibility: ready (can run easily) / blocked (missing data, needs training, or too expensive)mode: eval / train / othercommand: exact command to rungoal: key metric(s) and target value(s) from the paperData/checkpoint availability:
Output: {paper_dir}/reports/check_exp.json
{
"summary": {
"total_claims": 10,
"design_issues": 3,
"experiments": 5,
"high": 2, "medium": 2, "low": 1,
"ready": 1, "blocked": 4
},
"results": [
{
"id": 9,
"source": "experiments",
"quote": "Results are averaged over 5 independent runs",
"claim": "Main results are averaged over 5 runs",
"evidence_type": ["experiment"],
"status": "warning",
"reason": "No standard deviation or confidence interval reported despite claiming 5 runs",
"suggest": "Add standard deviations or confidence intervals across the 5 runs in Table 2."
}
],
"plan": [
{
"id": 4,
"source": "experiments",
"quote": "Our method achieves 76.5% top-1 accuracy on CIFAR-100",
"claim": "Proposed distillation method reaches 76.5% on CIFAR-100",
"evidence_type": ["experiment"],
"priority": "high",
"feasibility": "ready",
"mode": "eval",
"command": "python eval.py --config configs/cifar100_resnet32x4.yaml --ckpt checkpoints/best.pth",
"goal": {"top1_acc": 76.5}
}
],
}Every claim with `experiment` in evidence_type MUST appear in either `results` or `plan`. No claim may be silently skipped. If a claim is not worth a full review, still include it in results with status: "pass" and a brief reason.
warningwarningerror~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.