Windows system tray app for safe-space — security scanner for AI coding agents.
- System tray icon with scan status
- Quick scan — run security scan from tray menu
- Open report — view HTML report in browser
- Injection Catcher status — shows if real-time protection is active
- Auto-update check — notifies when new version is available
Download safe-space.exe from Releases and run it.
safe-space must be installed:
npx safe-spacego build -ldflags="-w -s -H windowsgui" -o safe-space.exe .| Item | Action |
|---|---|
safe-space v1.0.0 |
Version (disabled) |
| Status | Shows findings count or "Clean" |
$ npx safe-space |
Copies install command to clipboard |
| Injection Catcher | Shows hook guard status |
| Open Report | Opens HTML report in browser |
| Scan Now | Runs scan-logs.mjs --static-only |
| Update available | Copies update command to clipboard |
| Quit safe-space | Exit |
| Project | Platform | Description |
|---|---|---|
| safe-space | All | Security scanner CLI (main project) |
| safe-space-macos | macOS | Menubar app |
| safe-space-sandbox | All | Test fixtures (fake secrets) |