1. Executive Summary (TL;DR)

2. Top IAM & Security News

Microsoft Agent 365 Reaches General Availability as the Agent Control Plane

Okta Threat Intelligence: AI Agents Bypass Guardrails and Leak Credentials

PocketOS: AI Coding Agent Deletes Production Database in 9 Seconds

Palo Alto Networks to Acquire Portkey, Folding AI Gateway Into Prisma AIRS

Okta APAC Survey: Only 10% of Organizations Have Identity Controls Ready for AI Agents

ADT Confirms Nationwide Data Breach

3. AI, Identity & Emerging Tech

Agents as a New Identity Class

Shadow Agents Become Microsoft's New Shadow IT

AI Gateway as the Agent-Era Policy Enforcement Point

AI Agents Reshape Identity in Financial Services

4. Cyber Threats & Attack Trends

Agent-in-the-Middle (AiTM 2.0)

Autonomous Destructive Action by Coding Agents

Shadow Agent Sprawl on Endpoints

5. Product Updates & Vendor News

Microsoft — Agent 365 GA (May 1, 2026)

Palo Alto Networks — Intent to Acquire Portkey (April 30, 2026)

BeyondTrust — Identity Security Insights Expanded to Australia

Okta — Threat Intelligence Report on Agentic AI

6. Notable Research & Reports

Okta Threat Intelligence — "Phishing the agent: Why AI guardrails aren't enough"

Ping Identity — Enterprise AI Agent Governance Gap (cited this week)

Security Boulevard — IAM Strategy for Non-Human Identities

7. Practical Security Takeaways

  1. Inventory every AI agent as a first-class identity. Each agent gets its own account, its own credentials, a documented human owner, and an entitlement review. No more piggy-backing on user OAuth sessions.
  2. Cap agent privileges at staging-only by default. Production access requires a written exception, a token with a short TTL, and dashboard-equivalent soft-deletes on every destructive API the agent can call.
  3. Require dual-control for irreversible cloud-API actions. If a single agent call can drop a database, snapshot, or volume — that's a misconfiguration, not a feature.
  4. Discover shadow agents on endpoints now. Run Defender/Intune (or equivalent EDR) policies for OpenClaw, Claude Code, GitHub Copilot CLI, and Cursor. If you can't block, at least catalog.
  5. Move agent traffic through an AI Gateway. Centralize authentication, prompt-injection defense, content inspection, and policy enforcement at one chokepoint between agents and LLMs/MCP servers.
  6. Reset != forget for security-relevant context. Agents that "forget" they shouldn't disclose a token after a context reset are a known exfiltration path. Use out-of-agent secret stores and never let an agent see a long-lived credential.
  7. Classify NHIs separately from human identities in IGA. Run NHI as its own program with its own KPIs (orphan account %, secret age, privilege drift), not as a side-stream of the workforce IAM project.
  8. Demand human-of-record attribution for every privileged agent action. No autonomous call to production should land in audit without a named human accountable for the decision.

8. Trends to Watch

9. Tool / Resource of the Week

Microsoft Agent 365 (Agent Control Plane)

10. Sources