feat: Dashboard UX, Security Docs, Tool Plugin API (v1.2.0)#107
Merged
Shreyas582 merged 1 commit intomainfrom Apr 5, 2026
Merged
feat: Dashboard UX, Security Docs, Tool Plugin API (v1.2.0)#107Shreyas582 merged 1 commit intomainfrom
Shreyas582 merged 1 commit intomainfrom
Conversation
…100, #102) Dashboard UX (#99): - 5-tab layout: Runs, Findings, Cases, Compare, Health - SVG donut severity charts per-run - Clickable evidence chains with toggle visibility - Run comparison diff view (new/resolved/changed findings) - JSON and CSV export for findings and per-run data - Real-time run progress with spinner animation Security professional documentation (#100): - 4 investigation playbooks (SSH keys, Windows triage, credential leak, persistence sweep) - MITRE ATT&CK mapping for all 8 built-in tools - Threat model with attack surface, trust boundaries, and security controls - 2 anonymized sample investigation reports Tool plugin API (#102): - Plugin discovery from tool.toml manifests with subprocess JSON I/O - --tools-dir and --allowed-plugins CLI flags - Platform filtering, sandbox policy enforcement, timeout support - Plugin tools visible in --doctor output and /api/v1/runtime/status - Example plugin in examples/tools/hello_world/ - Full plugin API documentation in docs/plugin-api.md Closes #99, closes #100, closes #102
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements three issues completing the v1.1.0 milestone and starting v1.2.0:
Dashboard UX Overhaul (#99)
Security Professional Documentation (#100)
Tool Plugin API (#102)
Testing
Closes #99, closes #100, closes #102