Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
99a3647
harden(runner): shell-free, consistent command execution
claude Jun 14, 2026
032cb22
Merge pull request #1 from JMAN730/claude/zen-ritchie-qwl8if
JMAN730 Jun 14, 2026
009b8aa
Add DeepSeek key management
JMAN730 Jun 22, 2026
a7e6165
feat: improve gui agent auto-run and sidebar collapse
JMAN730 Jun 22, 2026
f3280d7
Merge pull request #2 from JMAN730/deepseek-multi-key-failover
JMAN730 Jun 22, 2026
5c05f14
Merge pull request #3 from JMAN730/codex/gui-agent-auto-run-sidebar-c…
JMAN730 Jun 22, 2026
c16a358
docs: design for autonomous security-tool installation
JMAN730 Jun 22, 2026
fab9f81
docs: implementation plan for autonomous tool installation
JMAN730 Jun 22, 2026
59327a1
feat(config): add TOOL_INSTALL_MAP, allow_arbitrary_install flag, ins…
JMAN730 Jun 22, 2026
c82561e
feat(installer): ToolInstaller manager detection and install planning
JMAN730 Jun 22, 2026
299fa9a
feat(installer): execute install via runner and verify binary resolves
JMAN730 Jun 22, 2026
a2e130d
feat(agent): add allowlist-bounded install action with safe_mode gate
JMAN730 Jun 22, 2026
98beff7
docs(engine): document install action in agent system prompt
JMAN730 Jun 23, 2026
3152bee
feat(cli): add /install command and hackbot install subcommand
JMAN730 Jun 23, 2026
ab2107e
fix(security): enforce install-drivers-only via runner bypass
JMAN730 Jun 23, 2026
e51b1e3
docs(spec): document enforced install-drivers-only mechanism
JMAN730 Jun 23, 2026
75dfbc3
fix: make runner tests pass on Windows
JMAN730 Jun 23, 2026
8a930f8
Merge pull request #4 from JMAN730/feature/autonomous-tool-install
JMAN730 Jun 23, 2026
0b3bee9
Merge pull request #5 from JMAN730/codex/fix-windows-runner-tests
JMAN730 Jun 23, 2026
563c252
Merge pull request #1 from JMAN730/claude/wonderful-wozniak-r6gd50
JMAN730 Jun 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,10 @@ sudo apt install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-webkit2-4.
- **Dark cybersecurity theme** with a polished, modern interface
- **Real-time streaming** β€” AI responses stream in via Server-Sent Events (SSE)
- **All modes accessible** β€” Chat, Agent, Plan, CVE Lookup, OSINT, Topology, Compliance panels
- **Collapsible sidebar** β€” Minimize navigation to an icon rail with the preference remembered locally
- **Session management** β€” Browse, restore, and delete saved sessions from the sidebar
- **Provider switching** β€” Change AI provider and model on the fly from the settings panel
- **Agent control panel** β€” Start assessments, step through actions, view findings live
- **Agent control panel** β€” Start assessments that auto-run steps, stop them on demand, and view findings live
- **CVE search panel** β€” Search by keyword, CVE ID, or browse exploits with severity filters
- **OSINT panel** β€” Run subdomain enumeration, DNS lookups, WHOIS, and tech fingerprinting
- **Topology visualization** β€” Paste nmap/masscan output and see an interactive D3.js network graph
Expand Down
Loading