ectheory-replication-and-data-policy — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ectheory-replication-and-data-policy (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.
Unlike empirical economics journals, ET is theory-focused and states no mandatory formal data/code/replication archive on its author-instructions pages (recorded as ABSENT as of 2026-06-01; 待核实). Note: the JAE Data Archive belongs to a different journal (Journal of Applied Econometrics) and does not apply to ET. What ET does operate is a voluntary online Supplementary Material policy:
mathematical derivations, supporting lemmas, and extra tables/figures.
This is the standard ET route for the long technical proofs and simulation overflow that do not fit in the main paper under the 50-page ceiling.
assumption numbering and notation, so cross-references resolve.
and tables, and robustness simulations — all already part of what referees saw.
With no mandatory data/code archive, the reproducibility decision is mostly where each piece of technical content lives.
| Content | Main Article | Online Supplement | Forbidden |
|---|---|---|---|
| Main theorem + proof sketch | yes | — | — |
| Long proof of an auxiliary lemma | sketch only | full proof | — |
| Extra Monte Carlo DGPs / robustness tables | headline result | overflow tables | — |
| A brand-new theorem not yet refereed | — | — | yes (no new results) |
The hard rule: the Supplement carries only already-reviewed material and ships as a separate labeled file with the final manuscript. Confirm conventions against the author guidelines (mandatory archive recorded ABSENT as of 2026-06-01; 待核实).
A paper proves a uniform convergence rate. Its maximal-inequality proof (Lemma 2) and full size/coverage grid exceed the page ceiling and move to a self-contained Supplement reusing the paper's numbering. Ship one master script that regenerates every cell with the environment pinned:
# reproducibility manifest accompanying the simulation Supplement
seed_master = 314159 # reported in table notes
reps = 20000 # per design cell
n_grid = [100,200,400,800]
p_grid = [5,10,25,50] # dimension growing with n
software = R 4.4.x; packages: <list with versions>
mapping = each table -> the script block that produces itThis builds referee trust, not a deposit mandate — there is no AEA/JAE-style archive obligation at ET. The fixes: "the auxiliary proof is missing" → include it in the reviewed Supplement during the review round, not for the first time post-review; "simulations not reproducible" → add the manifest above and a table-to-script mapping; "Supplement unreadable on its own" → make it compile independently against the numbered theorems.
【Archive requirement】none mandatory at ET (待核实)
【Supplement】separate labeled file, already-reviewed only? [Y/N]
【Self-contained】shares notation/numbering? [Y/N]
【No new material】confirmed? [Y/N]
【Reproducibility】seeds + reps + DGP + env recorded? [Y/N]
【Next step】ectheory-review-process~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.