autoresearch

Warn

Audited by Socket on Jul 27, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/setup.sh

No clear evidence of explicit malware exists in this setup script itself. However, the script is a meaningful supply-chain risk because it (1) executes a network-fetched installer via curl | sh, (2) clones and runs an unpinned Git repository, and (3) installs dependencies and executes prepare.py from the cloned code without integrity pinning or signature verification. The optional MAX_SEQ_LEN modification is also code-mutation behavior with weak input validation. Overall: likely intended as a legitimate bootstrapper, but it should be audited/locked down (pin versions/commits, verify installer integrity, validate SEQ_LEN, and restrict/verify --dir contents) before use in higher-trust environments.

Confidence: 68%Severity: 62%
Audit Metadata
Analyzed At
Jul 27, 2026, 11:39 AM
Package URL
pkg:socket/skills-sh/akillness%2Fjeo-skills%2Fautoresearch%2F@b4aa20fdc58b5294dd5a51fce0f476a8e08ec6f9480fa663634ef3458632c000
Security Audit — socket — autoresearch