mirror of
https://github.com/elastic/agent-skills.git
synced 2026-09-14 20:27:03 +08:00
e12988a443
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
24 lines
566 B
JSON
24 lines
566 B
JSON
{
|
|
"version": "0.6.0",
|
|
"name": "security",
|
|
"description": "Elastic Security skills - alert triage, case management, detection rule management, and sample data generation",
|
|
"author": {
|
|
"name": "Elastic",
|
|
"url": "https://www.elastic.co"
|
|
},
|
|
"repository": "https://github.com/elastic/agent-skills",
|
|
"homepage": "https://github.com/elastic/agent-skills/tree/main/plugins/security",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"security",
|
|
"siem",
|
|
"detection",
|
|
"alerts",
|
|
"cases",
|
|
"elastic"
|
|
],
|
|
"skills": [
|
|
"skills/"
|
|
]
|
|
}
|