TL;DR: A hackathon at the AI SOC Summit showed 17 security practitioners building 11 AI SOC agentic skills for alert triage, automated hunts, data enumeration, and report generation, with an average score of 84/100 and a four-point margin between winners, according to Crogl. The pattern suggests SOC teams will need tighter governance around AI-driven workflows, not just faster automation.
At a glance
What this is: Crogl's hackathon recap highlights AI SOC agentic skills that automate triage, hunts, data enumeration, and reporting, with strong participant output across 11 submissions.
Why it matters: It matters because SOC teams adopting AI assistants and agentic workflows need clear controls over tool access, data sources, and report quality before automation scales faster than governance.
By the numbers:
- Participants submitted 11 distinct skills, making the competition a really tight race where a mere four points separated the winners from the rest of the field.
- This cornerstone event of the summit brought together 17 of the brightest security minds from across the United States.
- Participants achieved an incredible average score of 84/100.
👉 Read Crogl's AI SOC Summit hackathon recap and the winning agentic skills
Context
AI SOC automation is moving from rule-based orchestration into agentic workflows that can choose actions, data sources, and outputs with less human prompting. That changes the governance problem from simple alert handling to controlling what the system can see, touch, and summarise across the SOC stack.
For security operations leaders, the important question is not whether AI can reduce analyst workload, but whether the workflow remains auditable when models and tools are chained together. That intersection with identity is real when agentic skills enumerate data sources, generate reports, or invoke external tools, because access, privilege, and output integrity all become part of SOC control design.
Key questions
Q: How should security teams govern AI SOC agents that use SIEM and EDR tools?
A: They should treat AI SOC agents as controlled investigative systems, not generic automation. That means granting only the tool access needed for specific investigation tasks, logging every query and pivot, and requiring human review for high-consequence decisions. If the agent can change state, that privilege should be separately approved and tightly scoped.
Q: Why do AI SOC skills need identity and access controls beyond standard automation?
A: Because agentic workflows can select data sources, invoke tools, and shape outputs dynamically. That makes them closer to privileged service identities than fixed scripts. Without explicit access scope and ownership, the workflow can overreach, expose sensitive sources, or produce reports that look valid but cannot be fully verified.
Q: What are the main failure modes when AI generates SOC triage or maturity reports?
A: The biggest failures are weak provenance, overbroad source access, and unreviewed publication. If the agent can discover data, summarise it, and export it in one pass, bad inputs can become polished outputs. That is a governance failure because the report may appear authoritative while the underlying evidence remains incomplete.
Q: How do you know if AI-assisted SOC automation is reliable enough for production?
A: Test whether the same evidence consistently produces the same triage outcome, whether model outputs are explainable to analysts, and whether humans can override decisions without losing audit history. If those three conditions are not true, the workflow is still an assistant, not a dependable operational control.
Technical breakdown
Agentic skills in the SOC stack
An AI SOC agentic skill is a task-oriented workflow that can plan actions, use tools, and produce an output such as a triage summary or hunt result. In a SOC context, these skills sit above data platforms like SIEM and threat intel sources, and they depend on well-defined permissions to query, retrieve, and export information. The technical risk is not just automation error. It is uncontrolled tool chaining, where a skill can reach beyond the intended dataset or workflow boundary and produce an answer that looks authoritative but lacks provenance.
Practical implication: constrain each skill to explicit tool scopes and log every tool call, input, and output path.
Data enumeration and report generation as control points
Data enumeration is the process of discovering which sources exist, what they contain, and whether they are fit for an investigation. In the hackathon, one skill focused on enumerating Splunk data sources, while another generated maturity reports for different audiences. These are useful automation patterns, but they also create governance pressure because the same agent can move from discovery to synthesis very quickly. If source quality, report templates, and export permissions are not separated, the workflow can amplify weak data into polished but misleading executive output.
Practical implication: separate data discovery permissions from report export permissions and require review gates before publishing findings.
Human creativity plus AI automation in operational decisioning
The submissions show a common SOC pattern: AI is being used to accelerate analyst judgment, not replace it outright. That matters because a workflow that automates alert triage, hunts, and investigations still inherits the trust assumptions of the underlying data sources and the analyst playbook. When an agent can recommend actions or generate reports, the integrity of the prompt, the hunt logic, and the source data all become part of the control surface. In practice, this is a governance challenge as much as an efficiency gain.
Practical implication: treat AI SOC outputs as decision support until validation, provenance, and escalation rules are explicitly tested.
NHI Mgmt Group analysis
Agentic SOC automation creates a governance problem, not just a productivity gain. Once a workflow can choose tools, enumerate sources, and generate outputs, the control question shifts from speed to scope. The article's examples show how quickly an agent can move from finding data to shaping decisions, which is exactly where provenance and authorisation must stay visible. For practitioners, the lesson is to govern the workflow boundary, not just the model.
Data enumeration is becoming a named control point in AI-enabled operations. A skill that discovers data sources may look harmless, but in practice it determines what the agent can see and therefore what it can infer, omit, or overstate. That makes source visibility, dataset classification, and export permissions part of SOC governance. The practitioner conclusion is straightforward: enumerate the enumerator before allowing it to write reports or trigger hunts.
SOC agent identity is the missing layer in many automation discussions. If a skill can act, query, and export, it needs an identity posture that is closer to a workload or service account than to a simple script. That means access scope, auditability, and lifecycle ownership must be explicit, especially when the agent can operate across Splunk, threat intel, and reporting systems. For teams building AI SOC workflows, identity and privilege boundaries are now operational design choices.
Performance metrics alone do not prove governance maturity. An average score of 84 out of 100 and a narrow winning margin show strong execution, but they do not answer whether the workflows are safe to deploy. Mature SOC automation depends on measurable control coverage, not just competition results. The practical conclusion is to evaluate agentic skills against provenance, least privilege, and reviewability before production use.
What this signals
Agentic SOC workflows will force teams to treat tool access as a governance boundary, not a convenience layer. As AI systems move from summarising alerts to enumerating data and drafting reports, the control question becomes who can act, on which sources, and with what review. That is a direct fit for the NIST AI Risk Management Framework, especially where output integrity and accountability matter more than raw automation speed.
Data enumeration is becoming the operational signal that an AI workflow has crossed from assistive to privileged. When a skill can discover sources, classify them, and export findings, it behaves like a workload identity with real blast radius. Teams should map these workflows to identity governance, not just SOC orchestration, and use the OWASP Agentic AI Top 10 to pressure-test source access, tool chaining, and publication gates.
For practitioners
- Define explicit tool scopes for each SOC skill Limit each AI SOC skill to the minimum data sources, query functions, and export actions it genuinely needs. Separate read, transform, and publish permissions so one workflow cannot both discover data and distribute conclusions without oversight.
- Require provenance on every automated triage output Capture which sources were queried, what filters were applied, and which prompt or rule set produced the result. Analysts should be able to trace a report or hunt recommendation back to the exact inputs that shaped it.
- Separate report generation from publication rights Let the agent draft maturity or incident reports, but keep final release under a distinct approval step. This reduces the chance that incomplete data or bad source quality becomes executive-facing output.
- Review agent identity and lifecycle ownership Assign each AI workflow a named owner, a scoped identity, and a retirement process. Without lifecycle ownership, permissions accumulate and abandoned skills become hidden access paths across the SOC stack.
Key takeaways
- AI SOC automation is shifting the control problem from task speed to workflow scope, provenance, and publish rights.
- Competition results can show execution quality, but they do not prove that an agentic SOC skill is safe to deploy.
- Identity, privilege, and reviewability are now core design requirements for AI-driven triage, hunts, and report generation.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 and MITRE ATT&CK address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | GOVERN | AI SOC skills need ownership, accountability, and lifecycle governance. |
| OWASP Agentic AI Top 10 | Agentic workflows that query tools and generate outputs fit agentic AI risk patterns. | |
| NIST CSF 2.0 | PR.AC-4 | Scoped access is central when AI skills can enumerate data and export reports. |
| NIST SP 800-53 Rev 5 | AC-6 | Least privilege controls are needed for skills that span query and publish actions. |
| MITRE ATT&CK | TA0007 , Discovery; TA0010 , Exfiltration | Data enumeration and report export map to discovery and potential data movement concerns. |
Map each SOC skill to agentic AI risks such as tool misuse, overreach, and unreviewed output.
Key terms
- Agentic SOC Skill: A task-focused AI workflow that can choose actions, use tools, and produce operational outputs inside a security operations process. Unlike a fixed automation rule, it may adapt its path based on data and context, which makes scope, provenance, and approval controls essential.
- Data Enumeration: The process of discovering available data sources, their contents, and whether they are suitable for a given investigation or report. In security operations, enumeration shapes what an analyst or agent can see, which means it directly influences coverage, confidence, and the risk of overreach.
- Provenance Trail: A record that shows which identity, policy, tool, and approval path led to a specific action. For autonomous or agentic systems, provenance is a control asset, not just an audit convenience, because it determines whether security teams can explain and contain behaviour after the fact.
- Workflow Boundary: The operational limit around which processes, tools, and data an actor may touch. For AI agents, workflow boundaries prevent permission creep by ensuring the system cannot move from one business context to another without explicit governance. This is a control concept, not a user interface concept.
What's in the full article
Crogl's full blog covers the operational detail this post intentionally leaves for the source:
- Specific descriptions of the winning AI SOC skills and how each one was implemented in the hackathon setting.
- Judging context for the 11 submissions and the criteria that separated the dual winners from the rest of the field.
- The practical mechanics behind each automation pattern, including data enumeration, report generation, and alert triage workflows.
- Crogl's own event recap and follow-on announcements for readers tracking the summit's output.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It gives security practitioners a practical way to apply identity controls to AI-enabled workflows and other high-risk automation.
Published by the NHIMG editorial team on September 3, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org