Skip to content

Commit 16f0c7f

Browse files
docs: improve formatting and clarity in AI Risk Hub documentation
1 parent ce31ec2 commit 16f0c7f

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

docs/organizations/ai-risk-hub.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The section surfaces the top AI providers detected in your organization. You can
120120

121121
## AI assets
122122

123-
The **AI assets** tab gives you a detailed, searchable view of all AI resources discovered across your organization's repositories. Resources are detected through static analysis and represent actual AI usage found in the codenot just configuration.
123+
The **AI assets** tab gives you a detailed, searchable view of all AI resources discovered across your organization's repositories. Resources are detected through static analysis and represent actual AI usage found in the codenot just configuration.
124124

125125
![AI assets](images/ai-risk-ai-asset-tab.png)
126126

@@ -167,20 +167,20 @@ The inventory is built from static analysis of your repositories' source code. F
167167

168168
Resources are listed as expandable entries. You can drill into each one to see:
169169

170-
1. **Repositories**which repositories contain the resource, with file counts and reference counts per repository
171-
2. **Files**within each repository, the specific files where the resource appears
172-
3. **Lines**within each file, the exact lines where the resource is referenced, with direct links to the file in your Git provider
170+
1. **Repositories**which repositories contain the resource, with file counts and reference counts per repository
171+
2. **Files**within each repository, the specific files where the resource appears
172+
3. **Lines**within each file, the exact lines where the resource is referenced, with direct links to the file in your Git provider
173173

174174
![AI resource detail](images/ai-risk-resource.png)
175175

176176
### Filtering
177177

178178
You can filter the inventory using the sidebar on the left:
179179

180-
- **Providers**filter by one or more AI vendors
181-
- **Resource types**filter by resource type (model usage, dependency, API key, endpoint)
182-
- **Repositories**filter by specific repository names
183-
- **Segments**filter by repository segments if segmentation is enabled for your organization
180+
- **Providers**filter by one or more AI vendors
181+
- **Resource types**filter by resource type (model usage, dependency, API key, endpoint)
182+
- **Repositories**filter by specific repository names
183+
- **Segments**filter by repository segments if segmentation is enabled for your organization
184184

185185
You can reset all filters at once using the **Reset filters** button.
186186

@@ -198,27 +198,27 @@ Tools are displayed as cards showing the tool name, number of detected resources
198198

199199
Detections are grouped into two categories:
200200

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
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
205205

206206
### Navigating tool details
207207

208208
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:
209209

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
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
213213

214214
![Tools & workflows detail](images/ai-risk-tools-wf-expanded.png)
215215

216216
### Filtering
217217

218218
You can filter the tools list using the sidebar on the left:
219219

220-
- **Segments**filter by repository segments
221-
- **Repositories**filter by specific repository names
222-
- **Categories**filter by detection category and subcategory:
220+
- **Segments**filter by repository segments
221+
- **Repositories**filter by specific repository names
222+
- **Categories**filter by detection category and subcategory:
223223
- Usage: Code marker, Commit
224224
- Workflow: Commands, Gitignore, Hooks, Instructions, Settings, Skills

0 commit comments

Comments
 (0)