paper-to-code — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited paper-to-code (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.
BLUF: the paper is the only source of truth; every implementation decision is either anchored to it or explicitly flagged as our choice. The dominant failure mode is silent gap-filling — plausible defaults presented as the paper's content. That is neuroslop in code form, and this skill exists to make it structurally impossible.
download_paper / read_paper) when available; otherwise WebFetch the abstract page and PDF.Classify every implementation-relevant decision; the tags below are this skill's specialization of the harness claim-typing discipline (epistemic boundary: confirmed ≠ associative):
| Tag | Meaning | Obligation |
|---|---|---|
FACT §X.Y / Eq. N | stated in the paper | anchor to the exact section/equation |
PARTIAL §X.Y | mentioned but ambiguous | quote the passage verbatim, list the readings |
UNSPECIFIED | paper is silent | our default + alternatives, never filled silently |
ASSUMPTION | inference from context | reasoning stated next to it |
FROM-CODE | taken from the authors' implementation | tagged as code-derived, not paper-derived |
QUESTION | load-bearing gap that cannot be defaulted safely | ask the developer before coding — not a guess |
A QUESTION blocks its code path until answered (mental model gate).
§/Eq. anchor in the audit table; inline flags ([UNSPECIFIED], [ASSUMPTION]) appear only at load-bearing lines. These are constraint provenance the code cannot show by itself — not decoration, so they do not conflict with the no-decoration rule (invariant #9).Counter: when the developer explicitly asks for a quick sketch, pseudocode, or intuition-level walkthrough, the full audit is overhead — state in one line what is being skipped and sketch.
Provenance: discipline distilled from the paper2code pattern (PrathamLearnsToCode/paper2code, surfaced via the ai-boost/awesome-prompts digest); this text is written from scratch for the neuro-matrix harness — no upstream text reused.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.