<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Agentic AI, AI Agents and the Intersection with NHIs - NHIMG Forum				            </title>
            <link>https://nhimg.org/community/agentic-ai-and-nhis/</link>
            <description>NHIMG Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 03 Aug 2026 05:07:02 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>MCP context poisoning for AI agents: are your controls keeping up?</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/mcp-context-poisoning-for-ai-agents-are-your-controls-keeping-up/</link>
                        <pubDate>Sun, 02 Aug 2026 12:31:38 +0000</pubDate>
                        <description><![CDATA[TL;DR: Model Context Protocol context poisoning can redirect an autonomous AI agent from legitimate work to data export, tool misuse, and role drift without triggering traditional API alarms...]]></description>
                        <content:encoded><![CDATA[<blockquote><p><strong>TL;DR:</strong> Model Context Protocol context poisoning can redirect an autonomous AI agent from legitimate work to data export, tool misuse, and role drift without triggering traditional API alarms because the calls still look valid, according to Salt. The real governance gap is that security teams often review actions after execution, while agent context can change the action plan before anyone sees it.</p></blockquote>
<p><em>NHIMG editorial — based on content published by Salt: LLMs, MCP, and how attackers can hijack AI agents using compromised NHIs</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-ai-agents-that-can-change-actions-at-runtime/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern AI agents that can change actions at runtime?</a></strong></p>
<p><strong>A:</strong> Security teams should govern runtime AI by correlating identity, data, and intent before trusting an action path.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-valid-api-calls-not-guarantee-that-an-ai-agent-is-behaving-safely/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do valid API calls not guarantee that an AI agent is behaving safely?</a></strong></p>
<p><strong>A:</strong> Because each call can be individually authorised while the overall sequence is malicious.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-an-ai-agents-role-can-be-rewritten-during-a-session/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when an AI agent’s role can be rewritten during a session?</a></strong></p>
<p><strong>A:</strong> Static privilege models break because they assume the actor’s purpose is known at provisioning time and remains stable.</p>
<h2>Practitioner guidance</h2><ul>
<li><strong>Protect agent context as a governed asset</strong> Classify the agent’s <a href="https://nhimg.org/complete-guide-to-the-2026-owasp-top-10-risks-for-agentic-applications?utm_source=nhimg&amp;utm_medium=NHIForum">goal, tools, role, memory</a>, and constraints as part of the control surface and track changes to those attributes as you would identity privilege changes.</li>
<li><strong>Baseline normal agent behaviour</strong> Record expected <a href="https://nhimg.org/complete-guide-to-the-2026-owasp-top-10-risks-for-agentic-applications?utm_source=nhimg&amp;utm_medium=NHIForum">tool sequences, data destinations</a>, and role boundaries for each agent so that deviations such as new databases, new export paths, or unfamiliar destinations are detectable.</li>
<li><strong>Limit the blast radius of each agent</strong> Scope each autonomous agent to the <a href="https://nhimg.org/anthropic-launches-claude-code-security-a-new-era-of-ai-powered-code-protection?utm_source=nhimg&amp;utm_medium=NHIForum">minimum viable dataset</a> and tool set, and separate read, transform, and export functions so that a poisoned context cannot immediately exfiltrate records.</li>
</ul>
<h2>What's in the full article</h2>
<p>Salt's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>How the article maps agent context into goal, tools, role, memory, and constraints.</li>
<li>The practical logic behind detecting role drift and behaviour change in autonomous systems.</li>
<li>The article’s framing of API baselining as a way to connect actions back to intent.</li>
<li>Salt’s own discussion of discovery, posture governance, and run-time threat protection for AI and MCP environments.</li>
</ul>

<p>&#x1F449; <strong><a href="https://salt.security/blog/beyond-the-prompt-securing-the-brain-of-your-ai-agents?utm_source=nhimg&amp;utm_medium=NHIForum">Read Salt's analysis of MCP context poisoning and AI agent risk →</a></strong></p>
<p><em>MCP context poisoning for AI agents: are your controls keeping up?</em></p>
<blockquote><p><strong>Explore further</strong></p><p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a> &nbsp;|&nbsp; <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p></blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/agentic-ai-and-nhis/">Agentic AI, AI Agents and the Intersection with NHIs</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/mcp-context-poisoning-for-ai-agents-are-your-controls-keeping-up/</guid>
                    </item>
				                    <item>
                        <title>MCP authorization and dynamic client registration: what changes for teams?</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/mcp-authorization-and-dynamic-client-registration-what-changes-for-teams/</link>
                        <pubDate>Sun, 02 Aug 2026 12:29:27 +0000</pubDate>
                        <description><![CDATA[TL;DR: MCP deployments push OAuth Dynamic Client Registration back into focus because manual client setup does not scale for AI agents and non-technical users, according to Tailscale. The co...]]></description>
                        <content:encoded><![CDATA[<blockquote><p><strong>TL;DR:</strong> MCP deployments push OAuth Dynamic Client Registration back into focus because manual client setup does not scale for AI agents and non-technical users, according to Tailscale. The core issue is not registration alone but who is allowed to create clients, because that governance decision defines the real security boundary for MCP access.</p></blockquote>
<p><em>NHIMG editorial — based on content published by Tailscale: Easy, Secure Dynamic Client Registration for MCP and AI Agents</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-handle-dynamic-client-registration-in-remote-mcp-deplo/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams handle Dynamic Client Registration in remote MCP deployments?</a></strong></p>
<p><strong>A:</strong> Security teams should treat Dynamic Client Registration as a high-risk identity workflow, not a convenience feature.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-ai-agents-make-oauth-client-registration-harder-to-govern/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do AI agents make OAuth client registration harder to govern?</a></strong></p>
<p><strong>A:</strong> AI agents can multiply the number of clients, gateways, and delegated access paths that need oversight.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-mcp-gateways-sit-between-users-and-backend-servers/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when MCP gateways sit between users and backend servers?</a></strong></p>
<p><strong>A:</strong> The original user context can disappear unless the delegation chain is preserved explicitly.</p>
<h2>Practitioner guidance</h2><ul>
<li><strong>Constrain client registration with identity policy</strong> Limit DCR access to specific SSO-backed groups, and require every registration request to map to an approved operator or team.</li>
<li><strong>Separate direct access from delegated access paths</strong> If an MCP server can be reached directly, keep that path simple.</li>
<li><strong>Add lifecycle controls for OAuth clients and agent gateways</strong> Track who created each client, what scope it has, and when it should be revoked.</li>
</ul>
<h2>What's in the full article</h2>
<p>Tailscale's full blog post covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Step-by-step examples for using DCR with a locally hosted OAuth authorization server and MCP clients.</li>
<li>Practical ACL policy examples showing how to restrict registration to approved identities and groups.</li>
<li>Identity-aware gateway patterns for cases where direct MCP access is not enough.</li>
<li>Implementation discussion of STS token exchange for intermediary agents and proxies.</li>
</ul>

<p>&#x1F449; <strong><a href="https://tailscale.com/blog/dynamic-client-registration-dcr-for-mcp-ai?utm_source=nhimg&amp;utm_medium=NHIForum">Read Tailscale's analysis of secure dynamic client registration for MCP and AI agents →</a></strong></p>
<p><em>MCP authorization and dynamic client registration: what changes for teams?</em></p>
<blockquote><p><strong>Explore further</strong></p><p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a> &nbsp;|&nbsp; <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p></blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/agentic-ai-and-nhis/">Agentic AI, AI Agents and the Intersection with NHIs</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/mcp-authorization-and-dynamic-client-registration-what-changes-for-teams/</guid>
                    </item>
				                    <item>
                        <title>Zero-click IdPs and MCP authorization: are your controls keeping up?</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/zero-click-idps-and-mcp-authorization-are-your-controls-keeping-up/</link>
                        <pubDate>Sun, 02 Aug 2026 12:25:19 +0000</pubDate>
                        <description><![CDATA[TL;DR: Cryptographically attached network identity, OIDC/OAuth, and device posture signals let users authenticate with fewer prompts while extending that identity into SaaS and MCP access fl...]]></description>
                        <content:encoded><![CDATA[<blockquote><p><strong>TL;DR:</strong> Cryptographically attached network identity, OIDC/OAuth, and device posture signals let users authenticate with fewer prompts while extending that identity into SaaS and MCP access flows, according to Tailscale. The real governance question is whether existing IAM controls still make sense when identity is continuously asserted at the network layer, not re-checked at each app.</p></blockquote>
<p><em>NHIMG editorial — based on content published by Tailscale: Zero trust with zero clicks, a new take on IdPs</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-zero-click-identity-without-losing-control/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern zero-click identity without losing control?</a></strong></p>
<p><strong>A:</strong> Start by separating authentication assurance from downstream authorization.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-zero-click-login-models-change-iam-risk-decisions/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do zero-click login models change IAM risk decisions?</a></strong></p>
<p><strong>A:</strong> They move trust from repeated human prompts to continuous signal propagation.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-device-posture-becomes-the-main-access-signal/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when device posture becomes the main access signal?</a></strong></p>
<p><strong>A:</strong> Access decisions can become overdependent on endpoint telemetry that was never meant to replace lifecycle governance or privilege review.</p>
<h2>Practitioner guidance</h2><ul>
<li><strong>Define where identity assurance is established</strong> Map which systems prove identity at the <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">network layer</a>, which prove it at the application layer, and which consume it only as an input.</li>
<li><strong>Review device posture as an access policy input</strong> Classify posture attributes such as OS version, MDM status, geolocation, and endpoint risk score into mandatory, conditional, or advisory signals.</li>
<li><strong>Test MCP authorization before production rollout</strong> Validate whether your IdP, registration flow, and token service can support MCP-specific authorization patterns without weakening client registration controls or expanding scope unnecessarily.</li>
</ul>
<h2>What's in the full article</h2>
<p>Tailscale's full blog post covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>How tsidp is configured as an OIDC and OAuth authorization server inside a private tailnet.</li>
<li>How Tailscale device posture and application capabilities grants are combined into access decisions.</li>
<li>How MCP-specific authorization flows can be supported through Dynamic Client Registration and Security Token Service capabilities.</li>
<li>How the zero-click model changes the user login path for locally hosted and SaaS applications.</li>
</ul>

<p>&#x1F449; <strong><a href="https://tailscale.com/blog/zero-trust-with-zero-clicks-a-new-take-on-idps?utm_source=nhimg&amp;utm_medium=NHIForum">Read Tailscale's blog post on zero-click identity and tsidp for OIDC, OAuth, and MCP access →</a></strong></p>
<p><em>Zero-click IdPs and MCP authorization: are your controls keeping up?</em></p>
<blockquote><p><strong>Explore further</strong></p><p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a> &nbsp;|&nbsp; <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p></blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/agentic-ai-and-nhis/">Agentic AI, AI Agents and the Intersection with NHIs</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/zero-click-idps-and-mcp-authorization-are-your-controls-keeping-up/</guid>
                    </item>
				                    <item>
                        <title>MCP governance for AI agents: are your controls keeping up?</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/mcp-governance-for-ai-agents-are-your-controls-keeping-up/</link>
                        <pubDate>Sun, 02 Aug 2026 12:21:01 +0000</pubDate>
                        <description><![CDATA[TL;DR: As enterprises connect AI agents to production systems through MCP, governance shifts from model safety to controlling which servers run, who approves them, and what they can do, acco...]]></description>
                        <content:encoded><![CDATA[<blockquote><p><strong>TL;DR:</strong> As enterprises connect AI agents to production systems through MCP, governance shifts from model safety to controlling which servers run, who approves them, and what they can do, according to Akto. The real issue is not hallucination but agent compromise through executable tool access and weak runtime guardrails.</p></blockquote>
<p><em>NHIMG editorial — based on content published by Akto: What Is MCP Governance? A Guide to Govern MCPs (third-party and internal)</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-mcp-servers-in-production/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern MCP servers in production?</a></strong></p>
<p><strong>A:</strong> Treat each MCP server as a governed access boundary, not just a utility.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-mcp-environments-create-more-identity-risk-than-standard-api-integrations/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do MCP environments create more identity risk than standard API integrations?</a></strong></p>
<p><strong>A:</strong> MCP environments increase identity risk because they add tool discovery, delegated access, and multiple authentication paths on top of existing APIs.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-mcp-governance-stops-at-approval-and-ignores-runtime-behaviour/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when MCP governance stops at approval and ignores runtime behaviour?</a></strong></p>
<p><strong>A:</strong> Approval without runtime control leaves a gap between what was reviewed and what actually executes.</p>
<h2>Practitioner guidance</h2><ul>
<li><strong>Define a trusted MCP registry</strong> Create a single allowlist of approved MCP servers with name, owner, source, version, and approval status.</li>
<li><strong>Enforce runtime restrictions on tool-capable servers</strong> Limit each MCP server to the <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-challenges-and-risks">smallest practical OAuth scopes</a>, isolate untrusted servers in sandboxes or containers, and log every tool execution with parameters, timestamps, and responses for SIEM review.</li>
<li><strong>Require re-approval on version or permission change</strong> Treat <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-challenges-and-risks">new releases, dependency changes</a>, and expanded permissions as governance events.</li>
</ul>
<h2>What's in the full article</h2>
<p>Akto's full blog covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The exact approval workflow for third-party MCP servers, including manifest review and version pinning.</li>
<li>The implementation details for runtime logging, sandboxing, and scope restriction across server types.</li>
<li>The suggested lifecycle checkpoints for scanning, staging, production approval, and re-validation.</li>
<li>The team roles and ownership split used to keep MCP governance accountable over time.</li>
</ul>

<p>&#x1F449; <strong><a href="https://www.akto.io/blog/mcp-governance-guide?utm_source=nhimg&amp;utm_medium=NHIForum">Read Akto's guide to governing third-party and internal MCP servers →</a></strong></p>
<p><em>MCP governance for AI agents: are your controls keeping up?</em></p>
<blockquote><p><strong>Explore further</strong></p><p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a> &nbsp;|&nbsp; <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p></blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/agentic-ai-and-nhis/">Agentic AI, AI Agents and the Intersection with NHIs</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/mcp-governance-for-ai-agents-are-your-controls-keeping-up/</guid>
                    </item>
				                    <item>
                        <title>Agentic AI security in 2026: what CISOs need to prioritise now</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/agentic-ai-security-in-2026-what-cisos-need-to-prioritise-now/</link>
                        <pubDate>Sun, 02 Aug 2026 12:18:52 +0000</pubDate>
                        <description><![CDATA[TL;DR: As organisations move from generative AI to agentic AI, the security problem shifts from prompt safety to governing agents that call tools, assume identities, and act across APIs, acc...]]></description>
                        <content:encoded><![CDATA[<blockquote><p><strong>TL;DR:</strong> As organisations move from generative AI to agentic AI, the security problem shifts from prompt safety to governing agents that call tools, assume identities, and act across APIs, according to Akto. The operating model now depends on inventory, risk assessment, guardrails, and response because static IAM assumptions break when software can act independently.</p></blockquote>
<p><em>NHIMG editorial — based on content published by Akto: CISO Strategy for Agentic AI Security in 2026</em></p>
<p><strong>By the numbers:</strong></p><ul>
<li><a href="https://www.akto.io/blog/ciso-strategy-for-agentic-ai-security-2026?utm_source=nhimg&amp;utm_medium=NHIForum">80% of organisations report their AI agents</a> have already performed actions beyond their intended scope, including accessing unauthorised systems (39%), inappropriately sharing sensitive data (31%), and revealing access credentials (23%).</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-ai-agents-that-can-choose-tools-at-runtime/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern AI agents that can choose tools at runtime?</a></strong></p>
<p><strong>A:</strong> Security teams should govern runtime agent choice as an access event, not as a simple application action.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-ai-agents-create-new-risk-in-non-human-identity-management/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do AI agents create new risk in non-human identity management?</a></strong></p>
<p><strong>A:</strong> AI agents create risk because they operate as software identities with delegated authority, but many organisations do not track them with the same discipline applied to users or service accounts.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-organisations-only-inventory-ai-agents-without-watching-their-a/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when organisations only inventory AI agents without watching their actions?</a></strong></p>
<p><strong>A:</strong> Inventory alone creates a false sense of control because it records existence, not behaviour.</p>
<h2>Practitioner guidance</h2><ul>
<li><strong>Build an agentic asset graph</strong> Map every AI agent, the identities it assumes, the tools it can invoke, and the data domains it can reach.</li>
<li><strong>Red-team agent decision paths</strong> Test for <a href="https://nhimg.org/complete-guide-to-the-2026-owasp-top-10-risks-for-agentic-applications?utm_source=nhimg&amp;utm_medium=NHIForum">prompt injection</a>, context poisoning, tool chaining, and unexpected data exposure in workflows that can reach production systems or financial APIs.</li>
<li><strong>Enforce runtime guardrails on sensitive actions</strong> Require human validation for payment approvals, configuration changes, and other state-changing operations, and keep approved tool catalogues narrow.</li>
</ul>
<h2>What's in the full article</h2>
<p>Akto's full blog post covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The article’s step-by-step framing for building an agent, tool, and identity inventory across a live environment.</li>
<li>The specific guardrail patterns the vendor recommends for sensitive actions such as payments and configuration changes.</li>
<li>The vendor’s practical examples of what to monitor, block, and log during agentic incidents.</li>
<li>The survey prompt and benchmark callout tied to the vendor’s broader AI agent security programme.</li>
</ul>

<p>&#x1F449; <strong><a href="https://www.akto.io/blog/ciso-strategy-for-agentic-ai-security-2026?utm_source=nhimg&amp;utm_medium=NHIForum">Read Akto's CISO strategy for agentic AI security in 2026 →</a></strong></p>
<p><em>Agentic AI security in 2026: what CISOs need to prioritise now?</em></p>
<blockquote><p><strong>Explore further</strong></p><p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a> &nbsp;|&nbsp; <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p></blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/agentic-ai-and-nhis/">Agentic AI, AI Agents and the Intersection with NHIs</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/agentic-ai-security-in-2026-what-cisos-need-to-prioritise-now/</guid>
                    </item>
				                    <item>
                        <title>Agentic AI security stacks: what is your team missing today?</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/agentic-ai-security-stacks-what-is-your-team-missing-today/</link>
                        <pubDate>Sun, 02 Aug 2026 12:17:46 +0000</pubDate>
                        <description><![CDATA[TL;DR: Enterprises are converging on a five-layer agentic AI security stack that spans discovery and governance, identity, runtime guardrails, MCP visibility, and continuous red teaming, acc...]]></description>
                        <content:encoded><![CDATA[<blockquote><p><strong>TL;DR:</strong> Enterprises are converging on a five-layer agentic AI security stack that spans discovery and governance, identity, runtime guardrails, MCP visibility, and continuous red teaming, according to Akto. The core issue is not prompt safety alone but controlling agent behaviour, tool access, and downstream actions before autonomous systems outpace governance.</p></blockquote>
<p><em>NHIMG editorial — based on content published by Akto: Founding Team Agentic AI Security, the current market landscape</em></p>
<p><strong>By the numbers:</strong></p><ul>
<li><a href="https://www.akto.io/blog/agentic-ai-security-market-landscape?utm_source=nhimg&amp;utm_medium=NHIForum">80% of organisations report their AI agents</a> have already performed actions beyond their intended scope, including accessing unauthorised systems (39%), inappropriately sharing sensitive data (31%), and revealing access credentials (23%).</li>
<li><a href="https://www.akto.io/blog/agentic-ai-security-market-landscape?utm_source=nhimg&amp;utm_medium=NHIForum">96% of technology professionals identify AI agents</a> as a growing security threat, and 66% believe this risk is immediate.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-ai-enabled-workflows-that-can-act-on-their-own/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern AI-enabled workflows that can act on their own?</a></strong></p>
<p><strong>A:</strong> Treat them as identity-governed execution paths, not just software features.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-agentic-ai-systems-need-more-than-prompt-level-security-controls/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do agentic AI systems need more than prompt-level security controls?</a></strong></p>
<p><strong>A:</strong> Prompt-level controls only inspect content, while agentic systems create risk through tool use, workflow triggering, and downstream execution.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-organizations-do-not-inventory-ai-agents-and-mcp-connections/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when organizations do not inventory AI agents and MCP connections?</a></strong></p>
<p><strong>A:</strong> Security teams lose the ability to answer what exists, what it can reach, and who owns it.</p>
<h2>Practitioner guidance</h2><ul>
<li><strong>Build a complete agent and MCP inventory</strong> Catalog every agent, MCP server, tool, and downstream resource with named ownership, data flow mapping, and review dates so the security team can see the full action surface.</li>
<li><strong>Classify agent credentials as governed NHIs</strong> Assign explicit owners to tokens, secrets, and permissions used by agents, then review them for over-provisioning, shadow deployment, and drift from the approved use case.</li>
<li><strong>Enforce runtime blocking at the execution path</strong> Place controls at the proxy, gateway, endpoint, or network layer so unsafe tool calls, data leakage, and chained actions can be blocked in context before they complete.</li>
</ul>
<h2>What's in the full article</h2>
<p>Akto's full post covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The full five-layer market map for agentic AI security and how vendors cluster across it.</li>
<li>The article's detailed view of which control plane owns governance, identity, runtime, MCP proxying, and red teaming.</li>
<li>The broader market-direction commentary on where enterprise budgets are likely to move in 2026.</li>
<li>The source's discussion of how security may move directly into agents, MCP servers, and downstream application infrastructure.</li>
</ul>

<p>&#x1F449; <strong><a href="https://www.akto.io/blog/agentic-ai-security-market-landscape?utm_source=nhimg&amp;utm_medium=NHIForum">Read Akto's analysis of the agentic AI security stack landscape →</a></strong></p>
<p><em>Agentic AI security stacks: what is your team missing today?</em></p>
<blockquote><p><strong>Explore further</strong></p><p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a> &nbsp;|&nbsp; <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p></blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/agentic-ai-and-nhis/">Agentic AI, AI Agents and the Intersection with NHIs</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/agentic-ai-security-stacks-what-is-your-team-missing-today/</guid>
                    </item>
				                    <item>
                        <title>MCP in developer environments: what it means for security teams</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/mcp-in-developer-environments-what-it-means-for-security-teams/</link>
                        <pubDate>Sun, 02 Aug 2026 12:16:10 +0000</pubDate>
                        <description><![CDATA[TL;DR: At an AWS AI Agents Hackathon, more than 250 developers built 50-plus projects around agentic workflows, with MCP, multi-LLM patterns, and in-browser security checks emerging as the d...]]></description>
                        <content:encoded><![CDATA[<blockquote><p><strong>TL;DR:</strong> At an AWS AI Agents Hackathon, more than 250 developers built 50-plus projects around agentic workflows, with MCP, multi-LLM patterns, and in-browser security checks emerging as the dominant themes, according to Semgrep. The real issue is that faster agent-enabled development is expanding identity, tool, and trust boundaries before most governance models are ready.</p></blockquote>
<p><em>NHIMG editorial — based on content published by Semgrep: an analysis of MCP, agentic AI workflows, and secure development patterns</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-design-mcp-server-access-for-ai-agents/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams design MCP server access for AI agents?</a></strong></p>
<p><strong>A:</strong> Security teams should design MCP access around a small set of agent goals, not a mirrored list of REST endpoints.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-ai-coding-agents-create-different-governance-risks-from-normal-developer-/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do AI coding agents create different governance risks from normal developer tools?</a></strong></p>
<p><strong>A:</strong> AI coding agents combine code execution, context persistence, external tool access, and memory across sessions.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-organisations-get-wrong-about-multi-llm-development-workflows/?utm_source=nhimg&amp;utm_medium=NHIForum">What do organisations get wrong about multi-LLM development workflows?</a></strong></p>
<p><strong>A:</strong> They often focus on choosing the best model and ignore where enforcement happens.</p>
<h2>Practitioner guidance</h2><ul>
<li><strong>Classify every MCP connection as a trust decision</strong> Inventory which agents, IDEs, and browser tools can reach internal services, then require explicit approval for each MCP server and remote tool path before it can access code, secrets, or context.</li>
<li><strong>Move scanning into the authoring session</strong> Run deterministic security checks before generated code leaves the browser or IDE, so unsafe patterns are blocked at the point of creation rather than discovered in later review stages.</li>
<li><strong>Separate model choice from control enforcement</strong> Allow teams to swap LLMs for cost or quality reasons, but keep <a href="https://nhimg.org/top-10-non-human-identity-issues?utm_source=nhimg&amp;utm_medium=NHIForum">policy enforcement, secret detection</a>, and code validation independent of whichever model produced the output.</li>
</ul>
<h2>What's in the full article</h2>
<p>Semgrep's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Project-level examples from the hackathon, including how teams wired security scans into MCP-enabled development flows.</li>
<li>Specific workflow patterns for browser-based AI coding and the guardrails used to keep generated code under inspection.</li>
<li>The design choices behind multi-LLM evaluation and how teams compared output quality, speed, and security characteristics.</li>
<li>The practical shape of pre-flight checks for external MCP servers, including posture review and code scanning steps.</li>
</ul>

<p>&#x1F449; <strong><a href="https://semgrep.dev/blog/2025/what-a-hackathon-reveals-about-ai-agent-trends-to-expect-2026?utm_source=nhimg&amp;utm_medium=NHIForum">Read Semgrep's analysis of MCP, agentic AI workflows, and secure development patterns →</a></strong></p>
<p><em>MCP in developer environments: what it means for security teams?</em></p>
<blockquote><p><strong>Explore further</strong></p><p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a> &nbsp;|&nbsp; <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p></blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/agentic-ai-and-nhis/">Agentic AI, AI Agents and the Intersection with NHIs</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/mcp-in-developer-environments-what-it-means-for-security-teams/</guid>
                    </item>
				                    <item>
                        <title>MCP as enterprise plumbing: what it means for agentic AI security</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/mcp-as-enterprise-plumbing-what-it-means-for-agentic-ai-security/</link>
                        <pubDate>Sun, 02 Aug 2026 12:15:31 +0000</pubDate>
                        <description><![CDATA[TL;DR: MCP moved from niche spec to enterprise interface layer in a year, with adoption driving privileged tool access, visibility gaps, and a new security category, according to Akto. The r...]]></description>
                        <content:encoded><![CDATA[<blockquote><p><strong>TL;DR:</strong> MCP moved from niche spec to enterprise interface layer in a year, with adoption driving privileged tool access, visibility gaps, and a new security category, according to Akto. The real issue is not protocol popularity but the governance assumption that agents can safely inherit human-paced controls.</p></blockquote>
<p><em>NHIMG editorial — based on content published by Akto: One Year of MCP: How it Became the Foundation for Enterprise Agentic AI</em></p>
<p><strong>By the numbers:</strong></p><ul>
<li><a href="https://www.akto.io/blog/one-year-of-mcp-foundation-for-enterprise-agentic-ai?utm_source=nhimg&amp;utm_medium=NHIForum">53% of MCP servers expose credentials</a> through hard-coded values in configuration files.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/who-should-be-accountable-for-risky-mcp-actions-in-enterprise-environments/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern MCP in enterprise environments?</a></strong></p>
<p><strong>A:</strong> Treat MCP as an identity and authorization problem first.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-mcp-based-agents-create-more-risk-than-ordinary-api-integrations/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do MCP-based agents create more risk than ordinary API integrations?</a></strong></p>
<p><strong>A:</strong> Because the agent is choosing actions, chaining tools, and preserving context across steps.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-mcp-tool-permissions-are-scoped-too-broadly/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when MCP tool permissions are scoped too broadly?</a></strong></p>
<p><strong>A:</strong> Broad scoping breaks least-privilege governance because the same workload can invoke tools and reach resources far beyond its actual role.</p>
<h2>Practitioner guidance</h2><ul>
<li><strong>Inventory every MCP server and owner</strong> Create a current register of all MCP servers, the systems they reach, the teams that created them, and the identities they depend on.</li>
<li><strong>Scope every tool to a named business action</strong> Replace broad tool permissions with <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-challenges-and-risks">explicit action boundaries</a> that reflect what the tool should do in production, not what it could do in theory.</li>
<li><strong>Remove hardcoded secrets from MCP configurations</strong> <a href="https://nhimg.org/nhi-lifecycle-management-guide?utm_source=nhimg&amp;utm_medium=NHIForum">Scan server configs</a>, local development environments, and CI pipelines for embedded tokens, then rotate and replace them with managed secrets or workload identity patterns.</li>
</ul>
<h2>What's in the full article</h2>
<p>Akto's full blog covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Specific examples of MCP server deployment patterns across IDEs, internal platforms, and CI/CD workflows</li>
<li>The article's own breakdown of how developers and security teams split on governance versus enablement</li>
<li>Akto's description of its MCP Security category and how it frames discovery, permissions, and oversight</li>
<li>Additional references to related resources on MCP governance, attack matrices, and AI agent security</li>
</ul>

<p>&#x1F449; <strong><a href="https://www.akto.io/blog/one-year-of-mcp-foundation-for-enterprise-agentic-ai?utm_source=nhimg&amp;utm_medium=NHIForum">Read Akto's analysis of how MCP became the foundation for enterprise agentic AI →</a></strong></p>
<p><em>MCP as enterprise plumbing: what it means for agentic AI security?</em></p>
<blockquote><p><strong>Explore further</strong></p><p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a> &nbsp;|&nbsp; <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p></blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/agentic-ai-and-nhis/">Agentic AI, AI Agents and the Intersection with NHIs</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/mcp-as-enterprise-plumbing-what-it-means-for-agentic-ai-security/</guid>
                    </item>
				                    <item>
                        <title>MCP discovery tools: what IAM and security teams need to see</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/mcp-discovery-tools-what-iam-and-security-teams-need-to-see/</link>
                        <pubDate>Sun, 02 Aug 2026 12:15:09 +0000</pubDate>
                        <description><![CDATA[TL;DR: As MCP adoption grows, discovery tools are being used to detect servers, map agent-tool relationships, and monitor AI-to-API interactions across cloud, hybrid, and on-prem environment...]]></description>
                        <content:encoded><![CDATA[<blockquote><p><strong>TL;DR:</strong> As MCP adoption grows, discovery tools are being used to detect servers, map agent-tool relationships, and monitor AI-to-API interactions across cloud, hybrid, and on-prem environments, according to Akto. The governance issue is not visibility alone but whether identity, permissions, and oversight can keep pace with fast-changing agentic connections.</p></blockquote>
<p><em>NHIMG editorial — based on content published by Akto: Best MCP Discovery Tools in 2026</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-mcp-access-in-agentic-workflows/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern MCP access in agentic workflows?</a></strong></p>
<p><strong>A:</strong> Security teams should govern MCP access as delegated identity, not simple application connectivity.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-mcp-deployments-increase-identity-and-access-risk/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do MCP deployments increase identity and access risk?</a></strong></p>
<p><strong>A:</strong> MCP increases risk because it connects untrusted model output to real systems that can act on it.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-mcp-tools-are-exposed-without-policy-controls/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when MCP tools are exposed without policy controls?</a></strong></p>
<p><strong>A:</strong> Without policy controls, MCP tools become a discoverable privilege surface rather than a governed capability set.</p>
<h2>Practitioner guidance</h2><ul>
<li><strong>Map every MCP endpoint to an owning identity</strong> Build an inventory that <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">ties each MCP server</a>, connector, and API path to an accountable owner, an approved use case, and an expiry review date.</li>
<li><strong>Review agent-to-tool permissions as one control set</strong> Combine <a href="https://nhimg.org/meta-ai-instagram-account-takeover-20225-accounts-hijacked-via-ai-support-chatbot?utm_source=nhimg&amp;utm_medium=NHIForum">agent access review</a>, tool authorization, and permission analysis into a single workflow so teams can see when an agent has broader tool reach than the task requires.</li>
<li><strong>Enable continuous change tracking for MCP-connected services</strong> Alert on new servers, connector changes, permission shifts, and unusual tool invocation patterns.</li>
</ul>
<h2>What's in the full article</h2>
<p>Akto's full blog covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Specific feature descriptions for automated MCP server and API detection across cloud, hybrid, and on-prem environments</li>
<li>The vendor's comparison of static, dynamic, agent-centric, and network-based discovery approaches</li>
<li>Tool-by-tool positioning across Akto, Kong, Lasso Security, Prompt observability platforms, and MCP-Manager</li>
<li>Detailed claims about prompt injection, tool poisoning, insecure auth, and data leak testing inside discovered MCP endpoints</li>
</ul>

<p>&#x1F449; <strong><a href="https://www.akto.io/blog/mcp-discovery-tools?utm_source=nhimg&amp;utm_medium=NHIForum">Read Akto's guide to the best MCP discovery tools in 2026 →</a></strong></p>
<p><em>MCP discovery tools: what IAM and security teams need to see?</em></p>
<blockquote><p><strong>Explore further</strong></p><p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a> &nbsp;|&nbsp; <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p></blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/agentic-ai-and-nhis/">Agentic AI, AI Agents and the Intersection with NHIs</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/mcp-discovery-tools-what-iam-and-security-teams-need-to-see/</guid>
                    </item>
				                    <item>
                        <title>AI agent identity risk and MCP access: are controls keeping up?</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/ai-agent-identity-risk-and-mcp-access-are-controls-keeping-up/</link>
                        <pubDate>Sun, 02 Aug 2026 12:14:38 +0000</pubDate>
                        <description><![CDATA[TL;DR: AI agents are increasingly making decisions and triggering workflows through APIs and MCP, creating a security gap where visibility, governance, and detection lag behind usage, accord...]]></description>
                        <content:encoded><![CDATA[<blockquote><p><strong>TL;DR:</strong> AI agents are increasingly making decisions and triggering workflows through APIs and MCP, creating a security gap where visibility, governance, and detection lag behind usage, according to Salt. The core issue is assumption collapse: access reviews and static privilege models were built for stable identities, not runtime actors that can change behaviour mid-session.</p></blockquote>
<p><em>NHIMG editorial — based on content published by Salt: AI agents, MCP, and the expanding API attack surface</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-ai-agents-that-call-apis-instead-of-using-a-ui/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern AI agents that call APIs instead of using a UI?</a></strong></p>
<p><strong>A:</strong> Security teams should govern AI agents by treating each callable action as a scoped entitlement, not as a general application login.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-ai-agents-complicate-least-privilege-access-models/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do AI agents complicate least-privilege access models?</a></strong></p>
<p><strong>A:</strong> Because agents often use shared or long-lived NHIs, move quickly, and cross platform boundaries that human-centric review processes do not cover well.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-ai-agent-access-is-inherited-directly-from-the-user-who-trigger/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when AI agent access is inherited directly from the user who triggered the workflow?</a></strong></p>
<p><strong>A:</strong> Direct inheritance collapses two different subjects into one security decision.</p>
<h2>Practitioner guidance</h2><ul>
<li><strong>Inventory every agent-facing API path</strong> Map which AI agents, MCP servers, and downstream services are connected, then classify each path by data sensitivity, action capability, and ownership.</li>
<li><strong>Separate read access from action authority</strong> Do not let an agent that needs context also inherit write or transaction privileges by default.</li>
<li><strong>Log runtime context, not just API calls</strong> Capture the agent identity, prompt or task context, tool invoked, target system, and outcome.</li>
</ul>
<h2>What's in the full article</h2>
<p>Salt's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The article spells out Salt's view of how AI agents, LLMs, and MCP connect to production APIs in practice.</li>
<li>It outlines the visibility, governance, context, and detection capabilities the vendor says are required for secure deployment.</li>
<li>It describes the security problem from the vendor's API-centric perspective, including how it interprets agent misuse and downstream exposure.</li>
<li>It provides the vendor's own framing for why AI agent traffic will expand and how that changes the attack surface.</li>
</ul>

<p>&#x1F449; <strong><a href="https://salt.security/blog/the-next-security-frontier-ai-agents-mcp-and-the-coming-api-wave?utm_source=nhimg&amp;utm_medium=NHIForum">Read Salt's analysis of AI agent API risk and MCP exposure →</a></strong></p>
<p><em>AI agent identity risk and MCP access: are controls keeping up?</em></p>
<blockquote><p><strong>Explore further</strong></p><p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a> &nbsp;|&nbsp; <a href="/nhi-training/?utm_source=nhimg&amp;utm_medium=NHIForum">NHI Foundation Course →</a></p></blockquote>]]></content:encoded>
						                            <category domain="https://nhimg.org/community/agentic-ai-and-nhis/">Agentic AI, AI Agents and the Intersection with NHIs</category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/ai-agent-identity-risk-and-mcp-access-are-controls-keeping-up/</guid>
                    </item>
							        </channel>
        </rss>
		