Skip to content

Commit 9af574f

Browse files
docs: add Tools & Workflows section to AI Risk Hub documentation
1 parent 1dac140 commit 9af574f

3 files changed

Lines changed: 40 additions & 0 deletions

File tree

docs/organizations/ai-risk-hub.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Inside this hub, you can find the following pages to help you monitor the AI ris
1616

1717
- [Overview](#overview)
1818
- [AI Inventory](#ai-inventory)
19+
- [Tools & workflows](#tools--workflows)
1920

2021
---
2122

@@ -182,3 +183,42 @@ You can filter the inventory using the sidebar on the left:
182183
- **Segments** — filter by repository segments if segmentation is enabled for your organization
183184

184185
You can reset all filters at once using the **Reset filters** button.
186+
187+
---
188+
189+
## Tools & workflows
190+
191+
The **Tools & workflows** tab shows AI tools and coding assistants detected across your organization's repositories.
192+
193+
![Tools & workflows overview](images/ai-risk-tools-wf-overview.png)
194+
195+
Tools are displayed as cards showing the tool name, number of detected resources, repositories involved, and a badge indicating whether the tool was detected as a **usage** or **workflow**.
196+
197+
### Detection categories
198+
199+
Detections are grouped into two categories:
200+
201+
- **Usage** — tool detected via code-level patterns:
202+
- **Code marker** — tool signatures or attribution markers found in source code
203+
- **Commit** — references to the tool in commit messages or metadata
204+
- **Workflow** — tool detected via configuration or process files, such as commands, `.gitignore` entries, hooks, instructions, settings, skills, agent definitions, governance files, or IDE configuration
205+
206+
### Navigating tool details
207+
208+
Clicking a tool card opens a detail view grouped by detection pattern (for example, "Generated with [Claude Code]" or "Generated by Claude"). For each detection pattern, you can drill into:
209+
210+
1. **Repositories** — which repositories contain this detection, with file and reference counts
211+
2. **Files** — the specific files within each repository
212+
3. **Lines** — the exact lines where the tool is referenced, with direct links to the file in your Git provider
213+
214+
![Tools & workflows detail](images/ai-risk-tools-wf-expanded.png)
215+
216+
### Filtering
217+
218+
You can filter the tools list using the sidebar on the left:
219+
220+
- **Segments** — filter by repository segments
221+
- **Repositories** — filter by specific repository names
222+
- **Categories** — filter by detection category and subcategory:
223+
- Usage: Code marker, Commit
224+
- Workflow: Commands, Gitignore, Hooks, Instructions, Settings, Skills
111 KB
Loading
124 KB
Loading

0 commit comments

Comments
 (0)