| 01 | | orchestrate | Run the AgentOpsSec stack from one CLI. | agentopssec init | |
| 02 | | audit | Audit your MCP servers before your AI agent uses them. | npx mcp-doctor scan | |
| 03 | | control | Let AI agents use tools without giving them your whole machine. | mcp-firewall run codex | |
| 04 | Agent Flight Recorder agent-flight-recorder | observe | Debug, replay, and audit every AI agent run. | agent-flight run -- codex "fix tests" | |
| 05 | | review | Review the agent's behavior, not just the code diff. | agent-review --from-git-diff | |
| 06 | | score | Trust scores for MCP servers. | mcp-radar score owner/repo | |
| 07 | Agent Sandbox agent-sandbox | isolate | Run AI coding agents in a restricted local sandbox. | agent-sandbox run -- codex "fix tests" | |
| 08 | Agent Cost Lens agent-cost-lens | meter | Know what every AI agent run actually costs. | agent-cost today | |