[K9VULN-16251] Add agentic Bits AI docs#37511
Open
colemaring wants to merge 1 commit into
Open
Conversation
Contributor
Preview links (active after the
|
domalessi
reviewed
Jun 15, 2026
domalessi
left a comment
Contributor
There was a problem hiding this comment.
A few minor suggestions. Hit me up when ready for a final look!
|
|
||
| For supported SAST rules, Bits AI Assessments use an agentic approach to gather repository context before classifying findings. Bits AI can read related files and search for symbols and patterns. It can also inspect nearby directory structure to verify definitions, call paths, sanitizers, and framework wiring that are not visible in a single file. | ||
|
|
||
| This extra context helps Bits AI distinguish true positives from false positives for findings that depend on cross-file behavior. Agentic Bits AI Assessments apply to SAST findings only. |
Contributor
There was a problem hiding this comment.
Suggested change
| This extra context helps Bits AI distinguish true positives from false positives for findings that depend on cross-file behavior. Agentic Bits AI Assessments apply to SAST findings only. | |
| The additional repository context helps Bits AI distinguish true positives from false positives for findings that depend on cross-file behavior. Agentic Bits AI Assessments apply to SAST findings only. |
|
|
||
| ### Agentic Bits AI assessments | ||
|
|
||
| For supported SAST rules, Bits AI Assessments use an agentic approach to gather repository context before classifying findings. Bits AI can read related files and search for symbols and patterns. It can also inspect nearby directory structure to verify definitions, call paths, sanitizers, and framework wiring that are not visible in a single file. |
Contributor
There was a problem hiding this comment.
Suggested change
| For supported SAST rules, Bits AI Assessments use an agentic approach to gather repository context before classifying findings. Bits AI can read related files and search for symbols and patterns. It can also inspect nearby directory structure to verify definitions, call paths, sanitizers, and framework wiring that are not visible in a single file. | |
| For supported SAST rules, Bits AI Assessments use an agentic approach to gather repository context before classifying findings. Bits AI can read related files and search for symbols and patterns. Bits AI can also inspect the surrounding directory structure to verify definitions, call paths, sanitizers, and framework wiring that are not visible in a single file. |
|
|
||
| ### Agentic Bits AI assessments | ||
|
|
||
| For supported SAST rules, Bits AI Assessments use an agentic approach to gather repository context before classifying findings. Bits AI can read related files and search for symbols and patterns. It can also inspect nearby directory structure to verify definitions, call paths, sanitizers, and framework wiring that are not visible in a single file. |
Contributor
There was a problem hiding this comment.
Capitalization of "assessments" is inconsistent. The heading (line 146) uses lowercase "assessments" (correct sentence case), but the body capitalizes it as "Assessments." If "Bits AI Assessments" is an official feature name, it should be capitalized throughout.
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.
What does this PR do? What is the motivation?
Adds a short agentic Bits AI assessments section to AI Enhanced Static Code Analysis.
Related release note PR
https://github.com/DataDog/web-ui/pull/319445