autoresearch-agent

Warn

Audited by Socket on Aug 21, 2026

3 alerts found:

AnomalySecurityx2
AnomalyLOW
SKILL.md

SUSPICIOUS: the core behavior mostly matches an autoresearch skill, but the install-source mismatch materially weakens trust, and the skill grants an agent broad autonomous edit/execute capability. No clear credential-harvesting or overt exfiltration is shown, but the supply-chain inconsistency and indefinite local automation make this higher risk than a normal documentation skill.

Confidence: 83%Severity: 66%
SecurityMEDIUM
scripts/run_experiment.py

No direct evidence of embedded malware (e.g., exfiltration, backdoors, persistence) or intentional obfuscation is present in this module’s logic. However, it has a critical supply-chain/sandbox-break risk: it executes a shell-interpreted command (shell=True) taken directly from experiment_dir/config.cfg (evaluate_cmd). If config.cfg (or experiment_dir contents) can be influenced by an attacker, this becomes arbitrary command execution in the project directory. The script also performs destructive git resets on failure/timeout, increasing operational impact. Recommend strict validation/whitelisting of evaluate_cmd, avoiding shell=True (use argv lists), and running evaluations in a heavily restricted environment (e.g., container/sandbox) with immutable configs.

Confidence: 60%Severity: 80%
SecurityMEDIUM
scripts/setup_experiment.py

No clear evidence of stealthy malware (exfiltration/persistence) is visible in the fragment. However, the code contains a significant and concrete security risk: it executes a user-provided evaluation command with `subprocess.run(..., shell=True)` directly from the CLI argument --eval, enabling arbitrary command execution. Optional evaluator copying and branch creation further expand supply-chain/code-introduction risk, but their safety cannot be confirmed from this snippet.

Confidence: 55%Severity: 70%
Audit Metadata
Analyzed At
Aug 21, 2026, 05:06 AM
Package URL
pkg:socket/skills-sh/ciciliaeth%2Fclaude-skills%2Fautoresearch-agent%2F@dd06eacdb408d329591f5fb2be5141f15b13ddb6b3ec25713679509d99a74ca1
Security Audit — socket — autoresearch-agent