asymptote monitor
Monitor AI coding sessions for security violations in real-time. This command intercepts AI-generated code suggestions and scans them before they’re applied.Usage
Start monitoring your IDE:Example output
Example output
Flags
| Flag | Type | Description |
|---|---|---|
--ide <ide> | string | IDE to monitor (cursor, vscode, windsurf) |
--block | bool | Block code that violates policies (default: warn only) |
--severity <level> | string | Minimum severity to act on |
--notify | bool | Send desktop notifications |
Blocking Mode
By default, monitor mode only warns about issues. Enable blocking to prevent violations:Supported IDEs
| IDE | Status | Notes |
|---|---|---|
| Cursor | ✓ Supported | Full integration |
| VS Code | ✓ Supported | Requires extension |
| Windsurf | ✓ Supported | Full integration |
| JetBrains | Coming soon | — |
What gets monitored
- AI-generated code suggestions
- Code completions
- Chat-based code generation
- Multi-file edits
Examples
Block high-severity issues only
Monitor with notifications
Run in background
Next: Configure policies
Set up security policies for your organization.

