/operator
Overview
The /operator command starts an interactive operator session where you work alongside the AI agent in real time. Unlike /pentest which runs autonomously, operator mode gives you step-by-step control over the testing process — you can approve actions, steer the agent’s focus, and intervene at any point.
Usage
With flags:
Alias: /o
How It Works
Operator Modes
You can toggle between Default and Plan mode at any time during a session using Shift+Tab. The current mode is shown in the operator dashboard header.
Plan mode is useful for reviewing the agent’s strategy before allowing any mutations. Start in Plan mode to understand the agent’s approach, then switch to Default mode when you’re ready for it to take action.
Approval Control
In addition to operating mode, you can toggle whether tool calls require your approval:
- Approval on — the agent pauses before each tool call and waits for you to approve (
Y) or auto-approve (A) - Approval off — tool calls execute automatically
Toggle approval with Option+Shift+Tab (or Alt+Shift+Tab on Linux/Windows).
Command Flags
Keyboard Shortcuts
When to Use /operator vs /pentest
Autonomous mode — set a target and let the AI agent swarm run independently. Best for comprehensive, hands-off testing.
Interactive mode — guide the AI agent step by step. Best for targeted investigations, learning, or sensitive environments.
Example Workflow
Operator Skills
You can extend operator mode with custom skills using /create-skill. Skills are reusable instruction sets that teach the agent specialized testing techniques or workflows for your specific environment.
Best Practices
Tips for Operator Mode: 1. Start in Plan mode (Shift+Tab) to review the agent’s
strategy with read-only tools before allowing mutations 2. Enable approval
(Option+Shift+Tab) for sensitive targets where you want to approve each action 3.
Switch to Default mode once you’re comfortable with the agent’s approach 4.
Create skills for repetitive testing patterns in your environment
Security Reminder: Only test systems you own or have explicit authorization to test. Unauthorized testing is illegal.
After Starting
Once you start an operator session:
- The AI agent begins analysis based on your chosen mode
- You interact in real time, approving or steering actions
- Findings are reported as they’re discovered
- The session is automatically saved and can be resumed via
/sessions