docs(secops): add Agentic Detection Engineering guide and tool documentation - #306
Merged
Conversation
…ntation Document Google SecOps Agentic Detection Engineering (ADE) APIs and workflows: - Created `docs/agentic_detection_engineering.md` detailing the 8-stage lifecycle (TDO generation, synthetic telemetry simulation, sandboxed LRO rule coverage evaluation, gap analysis, and candidate YARA-L 2.0 rule synthesis). - Embedded SecOps UI configuration for Synthetic Data Visibility (`docs/img/synthetic_data_visibility.png`). - Updated `docs/servers/secops_mcp.md` with all 5 ADE MCP tools (`generate_threat_detection_opportunity`, `generate_synthetic_events`, `evaluate_rule_coverage_long_running`, `get_operation`, `generate_rules`) and Example 9 walkthrough. - Updated `docs/google_secops_extension.md` to register Skill 6 (`detection-engineering-coverage-evaluation`). - Updated `docs/toc.md` and `docs/index.md` navigation and quick links. TAG=agy CONV=b434fecb-6fd3-4841-b909-49d23ef70fa3
- Update evaluate_rule_coverage_long_running docs to show exclude_composite_coverage defaults to True. - Fix TOOL_MAPPING link in docs/google_secops_extension.md to point to GitHub file location. TAG=agy CONV=b434fecb-6fd3-4841-b909-49d23ef70fa3
- Fix create_security_rule typo to match create_rule tool name. - Clarify activation step instructions. TAG=agy CONV=b434fecb-6fd3-4841-b909-49d23ef70fa3
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.
Summary
Fast follow to #305: adds dedicated documentation, user guide, and Sphinx documentation updates for Google SecOps Agentic Detection Engineering (ADE).
This includes:
Changes
1. Dedicated ADE Guide (
docs/agentic_detection_engineering.md)Settings>User Preferences>Synthetic Data Visibility>Show synthetic test data).docs/img/synthetic_data_visibility.png)./security:detectskill (detection-engineering-coverage-evaluation).2. SecOps MCP Server Documentation (
docs/servers/secops_mcp.md)Detection Engineering Agent Toolssection detailing:generate_threat_detection_opportunitygenerate_synthetic_eventsevaluate_rule_coverage_long_runningget_operationgenerate_rulesExample 9: Agentic Detection Engineering Workflowdemonstrating an end-to-end conversation from threat description to synthetic events, LRO evaluation, and candidate rule generation.3. Extension & Navigation Updates
docs/google_secops_extension.md: Registered Skill 6 (detection-engineering-coverage-evaluation).docs/toc.md: Added[Agentic Detection Engineering](agentic_detection_engineering.md)to the Table of Contents.docs/index.md: Added quick link and description for Agentic Detection Engineering.Verification
make -C docs html):.envrcand virtualenv ignored).TAG=agy
CONV=b434fecb-6fd3-4841-b909-49d23ef70fa3