read-txt — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited read-txt (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.
Scan the full paper text for writing issues: grammar errors, typos, unclear phrasing, inconsistent terminology, overclaim wording, and logical flow gaps.
- [ ] Step 1: Read full paper text
- [ ] Step 2: Scan for writing issues
- [ ] Step 3: Save reportRead {paper_dir}/metadata/{arxiv_id}/mathpix/{arxiv_id}.mdRead the entire document — do not split by section.
Scan every section for:
Each issue:
{
"page": 3,
"quote": "this method can effectively balances component number",
"status": "warning",
"reason": "Subject-verb disagreement: 'can effectively balances' should be 'can effectively balance'.",
"suggest": "Change 'balances' to 'balance'."
}`status`:
warning — grammar error, typo, unclear phrasing, minor inconsistency, or anything that MIGHT be a PDF parsing artifacterror — only for issues you are 100% certain exist in the actual paper, not caused by PDF parsing. Examples: duplicated words ("that that"), wrong citation (citing paper A for paper B's result), clearly wrong terminology used consistently. If there is ANY chance the issue comes from PDF extraction, use warning insteadOutput: {paper_dir}/reports/check_txt.json
{
"summary": {
"total_issues": 25,
"warning_issues": 22,
"error_issues": 3
},
"results": [
{
"page": 3,
"quote": "this method can effectively balances component number",
"status": "warning",
"reason": "Subject-verb disagreement: 'can effectively balances' should be 'can effectively balance'.",
"suggest": "Change 'balances' to 'balance'."
}
]
}error only if it misrepresents the actual results; stylistic exaggeration is warningThe input text is extracted from PDF via Mathpix/MinerU. Do NOT flag these as writing issues:
"ex-\nploratory" or "trajec-\ntory" — these are line-break artifacts, not typos"turnlevel" instead of "turn-level" — if the compound word clearly needs a hyphen but the text was joined across a line break, skip it$14.9 \%$, $\beta$, \mathbb{E} — these are correct LaTeX, not formatting errors — skip these[^0], ${ }^{1}$ — PDF extraction artifacts"AgentFLOW", "AgENTFlow" — PDF extraction often mangles mixed-case words. Skip these entirely unless the same inconsistency appears multiple times in clearly different contexts"achieving average accuracy by $14.9 \%$" — the awkwardness may come from LaTeX rendering, not the actual paper. If the sentence structure is otherwise sound, skip itOnly flag issues that exist in the actual paper, not artifacts from the PDF-to-markdown conversion. When in doubt, downgrade to warning or skip entirely.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.