TL;DR: Security teams are using AI agents most often for repository context, dependency tracing, and cross-repository investigation, not just exploitability checks or violation fixing, and 94 of 100 interactions required at least one tool invocation, according to Cycode research. The pattern suggests agentic security is becoming a workflow accelerator for high-friction analysis, but it also raises governance questions about how much code, data, and remediation authority these systems should hold.
NHIMG editorial — based on content published by Cycode: The First 100 Cycode Maestro Conversations: What Security Teams Actually Ask an AI Agent
Questions worth separating out
Q: How should security teams govern AI agents that can access enterprise systems?
A: Security teams should govern AI agents as non-human identities with explicit ownership, scoped privileges, and continuous monitoring.
Q: Why do AI tools create new access governance risks for security teams?
A: AI tools often sit close to mail, data, and response systems, which makes their permissions unusually broad.
Q: What signals show that an AI agent is operating outside its intended purpose?
A: Look for mismatches across identity, data, model behaviour, posture, and environment.
Practitioner guidance
- Define agent task boundaries Limit each AI agent workflow to a single investigation or remediation objective, and force re-approval before the agent crosses into another repository, environment, or response phase.
- Inventory every tool the agent can call Document repository access, detection queries, graph searches, and remediation actions as distinct privileges so you can review them like a machine identity entitlement set.
- Require human sign-off for remediation paths Allow the agent to triage and explain findings, but gate any code change, deletion, or ticket auto-closure behind explicit human approval.
What's in the full article
Cycode’s full blog post covers the operational detail this post intentionally leaves for the source:
- Specific examples of the repository and dependency investigations that Maestro handled across enterprise environments
- The step-by-step tool chain used for exploitability checks, live detection queries, and remediation-oriented workflows
- The kinds of security questions practitioners asked in natural language versus through standard interface filters
- The article’s own estimate of time savings across the first 100 conversations and how that was calculated
👉 Read Cycode’s analysis of the first 100 Maestro security conversations →
AI agent security workflows: what practitioners are asking first?
Explore further
AI security agents are becoming delegated control points, not just interfaces. When a system can query live data, inspect code, and execute remediation, it is functioning like an operational identity with scoped authority. That makes access governance, approval boundaries, and auditability part of the agent design itself. For identity teams, the question is no longer whether the model is accurate enough, but whether its delegated permissions are bounded tightly enough to withstand misuse.
A question worth separating out:
Q: What should organisations do before letting AI systems execute remediation tasks?
A: They should define which tasks are eligible for delegation, which require human approval, and which systems are out of scope. They should also test rollback, capture audit evidence, and check post-change state so execution can be verified. Without those controls, delegated remediation becomes unbounded privilege rather than governed action.
👉 Read our full editorial: AI agent security queries shift from fixes to context and triage