autoresearch
Pass
Audited by Gen Agent Trust Hub on Jun 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill manages an iterative optimization process by executing local commands.
scripts/ar_run.shexecutes the local benchmark script./autoresearch.shto measure performance metrics, whilescripts/ar_log.pyusessubprocess.runto callgitfor committing improvements and reverting regressions. Subprocess calls are implemented safely using argument lists, avoiding shell injection vulnerabilities. - [DATA_EXFILTRATION]: The skill does not perform any network operations. All performance data and session history are stored locally in
autoresearch.jsonlandautoresearch.md. - [CREDENTIALS_UNSAFE]: No sensitive information, such as API keys or private tokens, is hardcoded or accessed by the skill scripts.
Audit Metadata