Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3bca3da
Refactor and add a new field to the action ai metadata - product cate…
TalShafir1 Apr 5, 2026
392455a
Update mp version and dependencies
TalShafir1 Apr 5, 2026
37f03ab
Update action product categories descriptions
TalShafir1 Apr 5, 2026
29b8616
mp improvements
TalShafir1 Apr 5, 2026
cacde3b
Add new field for integrations - product categories
TalShafir1 Apr 5, 2026
7a620e2
mp fixes
TalShafir1 Apr 5, 2026
6c837b7
fix tests
TalShafir1 Apr 5, 2026
b41fe47
Add mp describe integration command
TalShafir1 Apr 5, 2026
68125e4
Add mp describe integration command
TalShafir1 Apr 5, 2026
cbff340
add mp describe connector and job commands to enhance the integration…
TalShafir1 Apr 5, 2026
36e6044
add mp describe connector and job commands to enhance the integration…
TalShafir1 Apr 5, 2026
17d29f3
update all actions_ai_description.yaml files and add all job, connect…
TalShafir1 Apr 6, 2026
a3efe7e
update dependencies
TalShafir1 Apr 6, 2026
0a8c136
fix issues after merge conflicts
TalShafir1 Apr 6, 2026
2153468
Add license headers to all "google" ai-descriptions files
TalShafir1 Apr 6, 2026
4bbe52e
Fix yaml key name
TalShafir1 Apr 6, 2026
4a3025e
Fix tests and improve code
TalShafir1 Apr 6, 2026
5f69e81
update dependencies
TalShafir1 Apr 9, 2026
6b818d3
Add new categories and improve action prompt
TalShafir1 Apr 9, 2026
87e6b9f
Rerun descriptions
TalShafir1 Apr 12, 2026
9bf7e43
update model used in mp describe
TalShafir1 Apr 12, 2026
6f25b33
update dependencies
TalShafir1 Apr 12, 2026
d65dd7f
Merge branch 'main' into mp/describe-integration
TalShafir1 Apr 12, 2026
7ffe95f
Gemini prompts improvement
TalShafir1 Apr 12, 2026
087955c
Merge branch 'main' into mp/describe-integration
TalShafir1 Apr 12, 2026
7ece049
Merge branch 'main' into mp/describe-integration
TalShafir1 Apr 12, 2026
ecc06b7
regenerate ai descriptions
TalShafir1 Apr 12, 2026
b64b1ad
update mp to filter reasoning key out and adjust tests and deconstruc…
TalShafir1 Apr 12, 2026
222725e
Merge branch 'main' into mp/describe-integration
TalShafir1 Apr 13, 2026
b997b0a
update deps
TalShafir1 Apr 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
product_categories:
asset_inventory: true
cloud_security: false
collaboration: false
edr: false
email_security: false
iam_and_identity_management: false
itsm: false
network_security: false
reasoning: >-
The 'cyber_x' integration is an OT/ICS security platform focused on asset discovery
and monitoring. It qualifies for the SIEM category because it retrieves alerts
and events from the CyberX platform, providing visibility into security activity.
It qualifies for the Asset Inventory category as it performs asset discovery and
enriches entities with device metadata. It qualifies for the Vulnerability Management
category because it includes an action to retrieve device vulnerability reports
and CVE information. It does not qualify for EDR (no process-level activity),
Network Security (no blocking or firewall log retrieval), Threat Intelligence
(no reputation lookups), Email Security, IAM, Cloud Security, ITSM, or Collaboration,
as it lacks the specific functional requirements for those domains.
siem: true
threat_intelligence: false
vulnerability_management: true
Loading
Loading