CD

cdespace/detection-skills

Code review
53 stars 品質 40 トレンド 40

The entire knowledge around the detection lifecycle, encoded into skills. More details at https://detectionskills.io/

概要

Detection Skills is an open standard for the Agentic SOC, that transforms static detections into agentic workflows. Designed and used by Cyber Defense Engineers, it brings the best your team can do - to every alert. This repo holds the Community Library for Detection Skills Merged skills are published at the Detection Skills Library. Each skill is a directory under its type folder containing a SKILL.md: Name the directory after your skill — letters, digits, spaces and ()._-. It sets the skill's page address: MFA Fatigue Baseline is published at detectionskills.io/library/triage-mfa-fatigue. Required frontmatter: name, description, type (triage | investigation | tuning), version. Optional: metadata.author, metadata.labels. Full format: detectionskills.io/specification. Fifteen skill files per pull request, at most. SKILL.md is the only file published today — other subfolders will be displayd in an upcoming version.

README

Detection Skills

Detection Skills is an open standard for the Agentic SOC, that transforms static detections into agentic workflows. Designed and used by Cyber Defense Engineers, it brings the best your team can do - to every alert.

This repo holds the Community Library for Detection Skills

Merged skills are published at the Detection Skills Library.

Contributing

Each skill is a directory under its type folder containing a SKILL.md:

skills/
├── triage/
│   └── MFA Fatigue Baseline/
│       └── SKILL.md
├── investigation/
└── tuning/
---
name: MFA Fatigue Baseline
description: Triage MFA push-bombing alerts to a verdict with evidence.
type: triage
version: 1.0.0
---

Name the directory after your skill — letters, digits, spaces and ()._-. It sets the skill’s page address: MFA Fatigue Baseline is published at detectionskills.io/library/triage-mfa-fatigue.

Required frontmatter: name, description, type (triage | investigation | tuning), version. Optional: metadata.author, metadata.labels. Full format: detectionskills.io/specification.

npm ci && npm run validate

Fifteen skill files per pull request, at most. SKILL.md is the only file published today — other subfolders will be displayd in an upcoming version.

License

Apache-2.0

View this README on GitHub

推奨ツール

別のキーワードを試すか、フィルタを外してください。

インストール

npx skillfish add cdespace/detection-skills