You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/organizations/ai-risk-hub.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ The section surfaces the top AI providers detected in your organization. You can
120
120
121
121
## AI assets
122
122
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 code — not 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 code—not just configuration.
124
124
125
125

126
126
@@ -167,20 +167,20 @@ The inventory is built from static analysis of your repositories' source code. F
167
167
168
168
Resources are listed as expandable entries. You can drill into each one to see:
169
169
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
You can filter the inventory using the sidebar on the left:
179
179
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
184
184
185
185
You can reset all filters at once using the **Reset filters** button.
186
186
@@ -198,27 +198,27 @@ Tools are displayed as cards showing the tool name, number of detected resources
198
198
199
199
Detections are grouped into two categories:
200
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
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
205
206
206
### Navigating tool details
207
207
208
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
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
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
0 commit comments