Skip to main content

autoresearch-agent

This skill automates the optimization of files through iterative experiments, enhancing performance metrics in various domains.

Install this skill

or
84/100

Security score

The autoresearch-agent skill was audited on Jun 3, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 226

Python subprocess execution

SourceSKILL.md
226result = subprocess.run(["my-benchmark", "--json"], capture_output=True, text=True)
medium line 67

Access to hidden dotfiles in home directory

SourceSKILL.md
67**User-level** (personal, in `~/.autoresearch/`):
medium line 82

Access to hidden dotfiles in home directory

SourceSKILL.md
82- `user` → `~/.autoresearch/` in the home directory. Everything is personal.
low line 288

Access to hidden dotfiles in home directory

SourceSKILL.md
288cp -r claude-skills/engineering/autoresearch-agent ~/.claude/skills/
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →