
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
ai-autodev
Advanced tools
Autonomous development engine — multi-agent orchestrator with tournament self-refinement, runs inside Claude Code, Cursor, and any LLM-assisted IDE
Node.js wrapper for the ai-autodev Python package.
npm install -g ai-autodev
Or use it directly via npx:
npx ai-autodev --help
The npm package will automatically set up a Python virtual environment and install the bundled wheel on first run.
autodev install # Set up the Python environment
autodev uninstall # Remove the Python environment
autodev doctor # Check system requirements
autodev --version # Show version
All other commands proxy to the Python CLI:
autodev init [--inline] [--platform claude-code|cursor]
autodev plan <task>
autodev execute [--phase <phase>]
autodev resume
autodev status
autodev tournament <task>
If you're developing the package, build the Python wheel first:
cd ..
pip wheel . --wheel-dir npm/wheel --no-deps
# or with uv:
uv pip wheel . --dest npm/wheel
Then build the npm package:
npm install
npm run build
npm link # or: npm publish
This npm package:
~/.config/autodev/venvautodev CLIThis design ensures the Python runtime is managed independently from Node.js.
MIT - see ../LICENSE
FAQs
Autonomous development engine — multi-agent orchestrator with tournament self-refinement, runs inside Claude Code, Cursor, and any LLM-assisted IDE
We found that ai-autodev demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.