building-soc-metrics-and-kpi-tracking

building-soc-metrics-and-kpi-tracking is a skill for Claude Code, Codex from Youngmaidainon/Agent-Level-Up. It costs 73 tokens per session (3,166 once invoked), scanned A, a copy of building-soc-metrics-and-kpi-tracking, MIT.

A framework for measuring how a security operations center (SOC) performs. It tracks measures such as mean time to detect (MTTD), mean time to respond (MTTR), alert quality, analyst workload, and detection coverage.

In plain words
What is it for?
It is for creating dashboards and reports from SIEM and incident-ticket data, supporting process improvement, staffing decisions, executive reporting, and audits.
Why use it?
It turns security activity data into trends that reveal delays, workload problems, and gaps in monitoring. A SOC is a team that investigates and responds to security alerts.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for creating dashboards and reports from SIEM and incident-ticket data, supporting process improvement, staffing decisions, executive reporting, and audits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/youngmaidainon/agent-level-up/building-soc-metrics-and-kpi-tracking
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Youngmaidainon/Agent-Level-Up --skill building-soc-metrics-and-kpi-tracking
Clone the repo
git clone --depth 1 https://github.com/Youngmaidainon/Agent-Level-Up

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for building-soc-metrics-and-kpi-tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/youngmaidainon/agent-level-up/building-soc-metrics-and-kpi-tracking/github.svg)](https://agentmods.dev/skills/youngmaidainon/agent-level-up/building-soc-metrics-and-kpi-tracking)
Your own site
<a href="https://agentmods.dev/skills/youngmaidainon/agent-level-up/building-soc-metrics-and-kpi-tracking"><img src="https://agentmods.dev/badge/skills/youngmaidainon/agent-level-up/building-soc-metrics-and-kpi-tracking/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for building-soc-metrics-and-kpi-tracking

Your own site · 80×15
<a href="https://agentmods.dev/skills/youngmaidainon/agent-level-up/building-soc-metrics-and-kpi-tracking"><img src="https://agentmods.dev/badge/skills/youngmaidainon/agent-level-up/building-soc-metrics-and-kpi-tracking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,166 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.03166
Opus 5 $0.00036 $0.01583
Sonnet 5 $0.00015 $0.00633
Haiku 4.5 $0.00007 $0.00317

Measured 8d ago against content hash cb7bb29628cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

building-soc-metrics-and-kpi-tracking scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/agent.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to building-soc-metrics-and-kpi-tracking — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

cyber-security/ctf/building-soc-metrics-and-kpi-tracking/SKILL.md · 314 lines

How it starts

The opening of the file, as written. The whole thing — 314 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Building SOC Metrics and KPI Tracking

When to Use

Use this skill when:

  • SOC leadership needs data-driven visibility into operational performance
  • Continuous improvement programs require baseline measurements and trend tracking
  • Executive reporting demands quantified security posture and ROI metrics
  • Staffing decisions need objective workload and capacity data
  • Compliance audits require documented SOC performance evidence

Do not use metrics as punitive measures against analysts — metrics should drive process improvement, not individual performance management.

Prerequisites

  • SIEM with 90+ days of incident and alert disposition data
  • Incident ticketing system (ServiceNow, Jira) with timestamp data for incident lifecycle
  • Analyst shift schedules and staffing data
  • ATT&CK Navigator for detection coverage tracking
  • Dashboard platform (Splunk, Grafana, or Power BI)

Workflow

Step 1: Define Core SOC Metrics Framework

Establish the key metrics aligned to NIST CSF functions:

Metric Definition Target NIST CSF
MTTD Time from threat occurrence to SOC detection <15 min Detect
MTTA Time from alert to analyst acknowledgment <5 min Respond
MTTI Time from acknowledgment to investigation start <10 min Respond
MTTC Time from investigation to containment <1 hour Respond
MTTR Time from detection to full resolution <4 hours Recover
FP Rate Percentage of false positive alerts <30% Detect
TP Rate Percentage of true positive alerts >40% Detect
Coverage ATT&CK techniques with active detection >60% Detect
Dwell Time Attacker time in network before detection <24 hours Detect
Escalation Rate % of Tier 1 alerts escalated to Tier 2/3 15-25% Respond

Step 2: Implement MTTD/MTTR Measurement

Mean Time to Detect (MTTD):

index=notable earliest=-30d status_label="Resolved*"
| eval mttd_seconds = _time - orig_time
| where mttd_seconds > 0 AND mttd_seconds < 86400  --- Exclude data quality issues
| stats avg(mttd_seconds) AS avg_mttd,
        median(mttd_seconds) AS med_mttd,
        perc90(mttd_seconds) AS p90_mttd,
        perc95(mttd_seconds) AS p95_mttd
  by urgency
| eval avg_mttd_min = round(avg_mttd / 60, 1)
| eval med_mttd_min = round(med_mttd / 60, 1)
| eval p90_mttd_min = round(p90_mttd / 60, 1)
| table urgency, avg_mttd_min, med_mttd_min, p90_mttd_min

Read the full file on GitHub · 314 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 314 lines · 73 tokens per session scan A cb7bb29628cb

Subscribe to this mod's changes

building-soc-metrics-and-kpi-tracking is a skill published in the GitHub repository Youngmaidainon/Agent-Level-Up (3 stars, last pushed 18d ago), licensed MIT. It adds 73 tokens to every session and 3,166 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to building-soc-metrics-and-kpi-tracking, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

building-soc-metrics-and-kpi-tracking

Builds SOC performance metrics and KPI tracking dashboards measuring Mean Time to Detect (MTTD), Mean Time to Respond (MTTR), alert quality ratios, analyst productivity, and detection coverage using SIEM data. Use when SOC leadership needs operational visibility, continuous improvement tracking, or executive-level…

26zl/cybersec-toolkit · 73 tokens

building-soc-metrics-and-kpi-tracking

Builds SOC performance metrics and KPI tracking dashboards measuring Mean Time to Detect (MTTD), Mean Time to Respond (MTTR), alert quality ratios, analyst productivity, and detection coverage using SIEM data. Use when SOC leadership needs operational visibility, continuous improvement tracking, or executive-level…

autohandai/community-skills · 73 tokens

building-soc-metrics-and-kpi-tracking

Builds SOC performance metrics and KPI tracking dashboards measuring Mean Time to Detect (MTTD), Mean Time to Respond (MTTR), alert quality ratios, analyst productivity, and detection coverage using SIEM data. Use when SOC leadership needs operational visibility, continuous improvement tracking, or executive-level…

RobotFlow-Labs/skills-repo · 73 tokens

building-incident-response-dashboard

Builds real-time incident response dashboards in Splunk, Elastic, or Grafana to provide SOC analysts and leadership with situational awareness during active incidents, tracking affected systems, containment status, IOC spread, and response timeline. Use when IR teams need unified visibility during incident…

26zl/cybersec-toolkit · 66 tokens

design-kpi-dashboard

Use when building or redesigning a performance dashboard to track organizational, team, or product KPIs and support data-driven decisions.

jeffreytse/grimoire-core · 29 tokens

building-incident-response-dashboard

Builds real-time incident response dashboards in Splunk, Elastic, or Grafana to provide SOC analysts and leadership with situational awareness during active incidents, tracking affected systems, containment status, IOC spread, and response timeline. Use when IR teams need unified visibility during incident…

autohandai/community-skills · 66 tokens