Autoresearch Wrapper — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Autoresearch Wrapper (Plugin) 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.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
Autoresearch Wrapper Banner
Dependency-aware optimization engine for any codebase.
Scan, plan, isolate, measure, repeat — all in Git worktrees, hands-free.
Inspired by Karpathy's autoresearch — constraint + mechanical metric + autonomous iteration = compounding gains.
<br>
"Just type /autoresearch-wrapper → everything's managed"
<br>
Install · Usage · Commands · Docs · 简体中文
</div>
Recently, I've been asking Codex to write autoresearch wrappers for the modules that I want to optimize. There's a concrete use case where I want to add a feature or module, and I have several candidates. But each time you add one, you need to optimize all the other related parts to get a sense of how helpful the module is (autoresearch-wrapper-create). That's when I wanted to implement a SKILL for this, and I thought that at the very beginning, before optimizing a system, we should understand the dependencies. So here it comes: a Dependency-aware Autoresearch Engine that wraps your modules, scripts, and more.
<details open> <summary><b>Claude Code (recommended)</b></summary>
/plugin marketplace add HenryCai11/autoresearch-wrapper
/plugin install autoresearch-wrapperTo update to the latest version:
/plugin marketplace update autoresearch-wrapper
/plugin update autoresearch-wrapperIf you installed an older 0.0.2 marketplace build before the plugin packaging changes, run:
/plugin marketplace update autoresearch-wrapper
/plugin remove autoresearch-wrapper
/plugin install autoresearch-wrapperTo uninstall:
/plugin remove autoresearch-wrapperOr install manually:
git clone https://github.com/HenryCai11/autoresearch-wrapper.gitClaude Code discovers skills from .claude/skills/ automatically. If the repo lives outside your project, symlink:
mkdir -p /path/to/your-project/.claude/skills
ln -s /path/to/autoresearch-wrapper/.claude/skills/* /path/to/your-project/.claude/skills/The marketplace package itself lives under plugins/autoresearch-wrapper/, while .claude/skills/ remains the source of truth for project-local Claude usage.
</details>
<details> <summary><b>Codex</b></summary>
mkdir -p ~/.codex/skills
ln -s /path/to/autoresearch-wrapper ~/.codex/skills/autoresearch-wrapperRestart Codex after installing.
</details>
<details> <summary><b>CLI only</b></summary>
No installation needed — run directly:
python3 scripts/autoresearch_wrapper.py scan</details>
Just run
/autoresearch-wrapperThis starts a wizard that begins with a compact core-functionality scan, then guides you step-by-step through target selection and run setup. If you want the full repo-wide listing, use python3 scripts/autoresearch_wrapper.py wizard --full-summary.
An example of the wizard for optimizing Recursive Language Models
example_rlm
| Codex | Claude Code | CLI | What it does |
|---|---|---|---|
/autoresearch-wrapper | /autoresearch-wrapper | wizard / wrap | Run the end-to-end wizard or wrap a script |
:status | -status | status | Show state and readiness |
:run | -run | run | Start or resume a run |
:flow | -flow | flow | Metric history and plot |
:create | -create | create | Multi-candidate feature addition |
:delete | -delete | delete | Post-deletion optimization |
:monitor | -monitor | monitor | Live progress polling |
Additional CLI subcommands: scan, configure, allocate, evaluate, record, resources, preset-metric, reference
python3 -m unittest -q| Doc | Contents |
|---|---|
| DETAILS.md | Feature details, dependency graph notes, generated layout, typical workflow |
| CORE_FEATURES.md | Feature checklist (Chinese) |
| CONTRIBUTING.md | Development workflow, branch layout, verification |
| THIRD_PARTY_NOTICES.md | Upstream attribution |
I'm inspired by several autoresearch projects. They are Karpathy's autoresearch, and uditgoenka's autoresearch. Thanks!
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.