v1.6.42
junegunn/fzfv1.6.42Jun 20, 2026by Ed1s0nZ
AI Summary
Adds a new 'Attack Path' feature to CyberStrikeAI Project Management, enabling users to visualize attack chains using an interactive directed graph alongside the fact table.
Key Highlights
- New interactive Attack Path view powered by Cytoscape and ELK
- Visualizes the chain from targets through findings to exploits
- Agents automatically maintain structural links via upsert_project_fact
- Humans can manually connect edges and adjust confidence levels
- Attack path summaries are injected into the project blackboard index
New Features
- Interactive directed graph visualization
- Attack path chain management
- Manual edge connection and confidence adjustment
- Integration with project blackboard indexing
Full Release Notes
CyberStrikeAI 项目管理新增「攻击路径」功能:在原有「事实黑板」表格之外,提供基于 Cytoscape + ELK 的交互式有向图,将同一套 `project_facts` 与关系边可视化为「目标 → 发现 → 利用」的攻击链条。Agent 通过 `upsert_project_fact` 写入事实时同步维护 `links`,人类可在图中连边、改置信度、沉淀对话攻击链;系统还会在黑板索引中注入攻击路径速览,让跨会话协作从「罗列发现」升级为「看清怎么打」。 --- CyberStrikeAI Project Management adds an **Attack Path** view: alongside the existing fact table, an interactive directed graph (Cytoscape + ELK) turns the same `project_facts` and relationship edges into a clear chain from targets through findings to exploits. Agents maintain structure via `links` in `upsert_project_fact`; operators can connect edges, adjust confidence, and persist conversation attack chains. With an attack-path summary injected into the project blackboard index, cross-session work shifts from listing discoveries to seeing how they connect into an actionable, verifiable path.