
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
luna-agents-cli
Advanced tools
AI agent platform CLI — run 28+ specialized coding agents from your terminal
Run 28+ specialized AI agents from your terminal — code review, testing, security audits, documentation, deployment, and more. Powered by LunaOS.
# Install globally
npm i -g @luna-agents/cli
# Initialize in your project
luna init
# Run your first agent
luna run code-review
| Command | Description |
|---|---|
luna init | Initialize LunaOS in your project |
luna list | List all available agents |
luna run <agent> | Run an agent on your project |
luna chain <preset> | Run a multi-agent chain |
luna index | Index project for RAG context |
luna config | View and manage configuration |
luna keys | Manage API keys |
luna create-agent | Scaffold a custom agent |
luna status | Show project status |
| Category | Agents |
|---|---|
| Code Quality | Code Review, Refactoring, Performance, Accessibility |
| Testing | Testing & Validation, Security Scanner, Load Testing |
| Documentation | Documentation, API Generator, Changelog |
| Deployment | Deployment, CI/CD Generator, Infrastructure |
| Design | Design Architect, UX Analyzer, Design System |
| Data | Database Architect, Data Pipeline, Migration |
| DevOps | Monitoring, Incident Response, Cost Optimizer |
| Planning | Requirements Analyzer, Sprint Planner, Tech Debt |
Run multi-agent pipelines with a single command:
luna chain full-review # Code Review → Testing → Documentation
luna chain new-feature # Requirements → Design → Planning → Execution
luna chain deploy # Code Review → Testing → Deployment
luna chain security-audit # Security Scan → Code Review
luna chain api-design # API Generator → Database → Documentation
# Set provider and model
luna config set provider openai
luna config set model gpt-4o
# Manage API keys
luna keys add anthropic
luna keys add openai
luna keys test anthropic
# Cloud mode
luna init --cloud # Sign up / log in
luna run code-review --cloud # Run via cloud API
| File | Scope | Purpose |
|---|---|---|
~/.luna/config.yaml | Global | Default provider, model |
.luna/config.yaml | Project | Project-specific overrides |
~/.luna/credentials.yaml | Global | API keys (chmod 600) |
Create your own agent personas:
luna create-agent my-reviewer --category code-quality
luna create-agent security-scan --category security --global
luna run my-reviewer
Connect to LunaOS Cloud for:
luna init --cloud
luna run code-review --cloud
luna chain full-review
luna index --cloud
MIT © Shachar Solomon
Built with ❤️ by LunaOS
FAQs
AI agent platform CLI — run 28+ specialized coding agents from your terminal
The npm package luna-agents-cli receives a total of 5 weekly downloads. As such, luna-agents-cli popularity was classified as not popular.
We found that luna-agents-cli 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.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.