Update ai_tools schema doc to match shipped v0.3.0 table#49342
Merged
Conversation
The ai_tools doc (originally #47641) was generated from a pre-v0.3.0 snapshot of the extension and predates two things that shipped in v0.3.0 (the version vendored into fleetd): - the `browser_extension` row type (added upstream after the doc was written); - several risk_flags emitted by the collectors. Reconcile the doc with what the table actually returns: - add `browser_extension` to the `type` options, the description, and an example query; - list the full 15 risk_flags the collectors produce (was 8). Regenerated schema/osquery_fleet_schema.json via `cd website && ./node_modules/sails/bin/sails.js run generate-merged-schema`.
82 tasks
rachaelshaw
approved these changes
Jul 15, 2026
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.
Related issue: Resolves #47619 (docs reconciliation)
Updates the
ai_toolstable schema doc so it matches the extension actually shipped in fleetd.The doc (originally #47641) was generated from a pre-v0.3.0 snapshot of
karmine05/agentic-detectorand predates two things that landed in v0.3.0 — the version vendored into fleetd in #49243:browser_extensionrow type (added upstream after the doc was written);risk_flagsthe collectors emit.Changes
browser_extensionto thetypecolumn options, the table description, and a new example query.risk_flagsthe collectors produce (was 8).schema/osquery_fleet_schema.jsonviacd website && ./node_modules/sails/bin/sails.js run generate-merged-schema.This brings the published schema in line with the vendored code in #49243 (which ships 7 row types and 15 risk flags). No other tables are touched.
Checklist for submitter
schema/osquery_fleet_schema.json(the automated-doc CI check runs the same generator).