<?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>
									NHIMG Forum - Recent Topics				            </title>
            <link>https://nhimg.org/community/</link>
            <description>NHIMG Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 11 Jun 2026 02:22:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>LangChain CVE-2025-68664: what does it mean for AI workflows?</title>
                        <link>https://nhimg.org/community/nhi-breaches/langchain-cve-2025-68664-what-does-it-mean-for-ai-workflows/</link>
                        <pubDate>Thu, 11 Jun 2026 00:04:55 +0000</pubDate>
                        <description><![CDATA[TL;DR: A critical LangChain deserialization flaw, CVE-2025-68664, can expose environment secrets and trigger unintended internal actions when attacker-controlled LLM output reaches vulnerabl...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> A critical LangChain deserialization flaw, CVE-2025-68664, can expose environment secrets and trigger unintended internal actions when attacker-controlled LLM output reaches vulnerable serialization paths, according to Orca Security. The issue shows that prompt injection can become a data theft and code execution problem when AI workflow outputs are treated as trusted objects.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Orca Security: LangChain deserialization flaw exposing secrets through prompt injection</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li>CVE-2025-68664 carries a <a href="https://orca.security/resources/blog/cve-2025-68664-langchain-serialization-flaw/?utm_source=nhimg&amp;utm_medium=NHIForum">CVSS score of 9.3</a>.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-ai-output-is-allowed-to-drive-object-deserialization/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when AI output is allowed to drive object deserialization?</a></strong></p>
<p><strong>A:</strong> The trust boundary breaks.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-does-prompt-injection-become-more-serious-when-serialization-is-involved/?utm_source=nhimg&amp;utm_medium=NHIForum">Why does prompt injection become more serious when serialization is involved?</a></strong></p>
<p><strong>A:</strong> Prompt injection is more serious when serialization is involved because the attack payload can stop being content and start becoming structure.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/how-can-security-teams-reduce-secret-exposure-in-llm-driven-workflows/?utm_source=nhimg&amp;utm_medium=NHIForum">How can security teams reduce secret exposure in LLM-driven workflows?</a></strong></p>
<p><strong>A:</strong> Security teams should remove secret access from any code path that accepts model output, enforce strict schema validation, and keep environment variables out of deserialization pathways.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Eliminate direct deserialization of model output</strong> Keep LLM responses as inert strings or strictly validated schemas.</li>
<li><strong>Separate secret-bearing runtime paths from AI outputs</strong> Review where environment variables, API keys, and tokens are accessible to workflows that consume model output.</li>
<li><strong>Patch vulnerable LangChain components immediately</strong> Upgrade LangChain to 1.2.5 and LangChain Core to 0.3.81, then verify that all applications and dependent services stop using the vulnerable serialization logic in internet-facing or data-critical deployments.</li>
</ul>
<h2>What's in the full article</h2>
<p>Orca Security's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Version-specific patch guidance for LangChain Core and LangChain deployments affected by CVE-2025-68664</li>
<li>The exact deserialization path and reserved-key handling that enables the `lc` object confusion issue</li>
<li>Examples of impacted applications that accept LLM output metadata and feed it into structured parsing logic</li>
<li>Exposure prioritization based on runtime reachability, internet accessibility, and asset criticality</li>
</ul>
<p>&#x1f449; <strong><a href="https://orca.security/resources/blog/cve-2025-68664-langchain-serialization-flaw/?utm_source=nhimg&amp;utm_medium=NHIForum">Read Orca Security's analysis of the LangChain deserialization vulnerability →</a></strong></p>
<p><em>LangChain CVE-2025-68664: what does it mean for AI workflows?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <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/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-breaches/langchain-cve-2025-68664-what-does-it-mean-for-ai-workflows/</guid>
                    </item>
				                    <item>
                        <title>Agentic AI adaptability: what it means for IAM and security teams</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/agentic-ai-adaptability-what-it-means-for-iam-and-security-teams/</link>
                        <pubDate>Thu, 11 Jun 2026 00:04:45 +0000</pubDate>
                        <description><![CDATA[TL;DR: Agentic AI systems that rely on planning, tool use, and memory often degrade outside controlled environments, and the source article highlights why unreliable tools, weak long-term pl...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Agentic AI systems that rely on planning, tool use, and memory often degrade outside controlled environments, and the source article highlights why unreliable tools, weak long-term planning, and poor generalization can undermine real-world performance according to ZioSec citing Arxiv. The governance gap is structural: current controls assume deterministic behaviour, but agentic systems adapt mid-session and can drift beyond the conditions IAM teams planned for.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by ZioSec: Enhancing Adaptability in Agentic AI: Challenges and Solutions</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-choose-tools-at-runtime/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern agentic AI systems that can change tool use at runtime?</a></strong></p>
<p><strong>A:</strong> Security teams should govern agentic AI as a runtime identity problem, not just a model deployment problem.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-ai-agents-create-more-risk-than-traditional-automation/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do agentic AI systems create more risk than ordinary automation?</a></strong></p>
<p><strong>A:</strong> Agentic systems create more risk because they can choose actions, tools, and timing during execution rather than following a fixed script.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-ai-memory-is-reused-across-multiple-tasks/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when AI memory is reused across multiple tasks?</a></strong></p>
<p><strong>A:</strong> When memory is reused across tasks, stale context, sensitive data, and prior assumptions can carry into new decisions.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Map every agent tool boundary</strong> Document which tools the agent can call, what data each tool can see, and which calls produce side effects.</li>
<li><strong>Bound memory by task and retention class</strong> Separate transient task context from reusable long-term memory, and define what can persist after task completion.</li>
<li><strong>Test for plan drift under changing inputs</strong> Use adversarial and scenario-based testing to see whether the agent changes tool choice or sequence when the environment shifts.</li>
</ul>
<h2>What's in the full article</h2>
<p>ZioSec's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The study’s four adaptation paradigms and how each one changes agent training.</li>
<li>The distinction between tool-adaptation and agent-adaptation in practical deployments.</li>
<li>The role of memory, retrieval, and reinforcement signals in improving agent performance.</li>
<li>The article’s framing of cybersecurity risks when agents depend on external tools.</li>
</ul>
<p>&#x1f449; <strong><a href="https://ziosec.com/blog/enhancing-adaptability-in-agentic-ai-challenges-and-solutions?utm_source=nhimg&amp;utm_medium=NHIForum">Read ZioSec's analysis of adaptability challenges in agentic AI →</a></strong></p>
<p><em>Agentic AI adaptability: what it means for IAM and 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>  |  <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/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/agentic-ai-adaptability-what-it-means-for-iam-and-security-teams/</guid>
                    </item>
				                    <item>
                        <title>Shadow AI governance: what IAM teams need to control now</title>
                        <link>https://nhimg.org/community/nhi-support-guidance-forum/shadow-ai-governance-what-iam-teams-need-to-control-now/</link>
                        <pubDate>Thu, 11 Jun 2026 00:04:35 +0000</pubDate>
                        <description><![CDATA[TL;DR: Eight in 10 employees are using unapproved AI tools, while 44% of U.S. workers use AI without authorization and 45% do so without telling their manager, according to JumpCloud. The go...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Eight in 10 employees are using unapproved AI tools, while 44% of U.S. workers use AI without authorization and 45% do so without telling their manager, according to JumpCloud. The governance gap is now about visibility, policy clarity, and data-flow control, not whether employees will experiment with AI.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by JumpCloud: shadow AI governance and the gap between employee adoption and organisational oversight</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li><a href="https://jumpcloud.com/blog/turning-shadow-ai-into-empowerment-and-innovation?utm_source=nhimg&amp;utm_medium=NHIForum">8 out of 10 employees</a> are using unapproved AI tools.</li>
<li><a href="https://jumpcloud.com/blog/turning-shadow-ai-into-empowerment-and-innovation?utm_source=nhimg&amp;utm_medium=NHIForum">44% of U.S. workers</a> use AI tools without authorization.</li>
<li><a href="https://jumpcloud.com/blog/turning-shadow-ai-into-empowerment-and-innovation?utm_source=nhimg&amp;utm_medium=NHIForum">45% of employees</a> have used AI on the job without informing their manager.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/what-steps-should-security-teams-take-to-prevent-shadow-ai-risks/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern shadow AI in the enterprise?</a></strong></p>
<p><strong>A:</strong> Start by discovering where AI is already being used, including personal accounts, browser extensions, and informal team adoption.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-are-the-risks-associated-with-shadow-ai/?utm_source=nhimg&amp;utm_medium=NHIForum">Why does shadow AI create more risk than ordinary shadow IT?</a></strong></p>
<p><strong>A:</strong> Shadow AI does more than introduce an unapproved application.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-organisations-get-wrong-about-ai-governance-and-identity-controls/?utm_source=nhimg&amp;utm_medium=NHIForum">What do organisations get wrong about AI governance?</a></strong></p>
<p><strong>A:</strong> Many teams assume that a policy document or approved-tool list is enough.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Discover unsanctioned AI usage across the estate</strong> Inventory personal accounts, <a href="https://nhimg.org/nhi-lifecycle-management-guide?utm_source=nhimg&amp;utm_medium=NHIForum">browser extensions</a>, and department-level experimentation so AI use is visible before it becomes embedded in daily work.</li>
<li><strong>Define data classes that cannot enter AI tools</strong> Publish explicit rules for <a href="https://nhimg.org/top-10-non-human-identity-issues?utm_source=nhimg&amp;utm_medium=NHIForum">confidential, regulated, and customer data</a>, and make those rules readable at the point of use rather than buried in policy documents.</li>
<li><strong>Align approval workflows with how employees actually work</strong> Reduce the gap between sanctioned and unsanctioned tools by making <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">approved options faster to access</a>, easier to find, and simpler to use in real workflows.</li>
</ul>
<h2>What's in the full article</h2>
<p>JumpCloud's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>How its shadow AI discovery approach identifies GenAI applications in use across the organisation</li>
<li>How departmental usage patterns and pre-discovery actions support approval or restriction decisions</li>
<li>How to centralise approved resources so employees can find sanctioned tools without bypassing governance</li>
<li>How the vendor frames AI and SaaS management for organisations trying to reduce hidden usage</li>
</ul>
<p>&#x1f449; <strong><a href="https://jumpcloud.com/blog/turning-shadow-ai-into-empowerment-and-innovation?utm_source=nhimg&amp;utm_medium=NHIForum">Read JumpCloud's analysis of shadow AI governance and employee tool use →</a></strong></p>
<p><em>Shadow AI governance: what IAM teams need to control 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>  |  <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/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-support-guidance-forum/shadow-ai-governance-what-iam-teams-need-to-control-now/</guid>
                    </item>
				                    <item>
                        <title>MSP identity security in 2025: what changed for IAM teams?</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/msp-identity-security-in-2025-what-changed-for-iam-teams/</link>
                        <pubDate>Thu, 11 Jun 2026 00:04:24 +0000</pubDate>
                        <description><![CDATA[TL;DR: 2025 exposed three pressures on MSPs: supply-chain attacks on managed service providers, SaaS cost squeeze, and rising compliance demands, while 2026 is expected to bring agentic AI t...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> 2025 exposed three pressures on MSPs: supply-chain attacks on managed service providers, SaaS cost squeeze, and rising compliance demands, while 2026 is expected to bring agentic AI that changes how work gets done, according to JumpCloud. The real shift is that identity, governance, and delegated access now sit at the center of MSP resilience, not the edge.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by JumpCloud: an MSP year-end reflection on 2025 security, compliance, and 2026 agentic AI trends</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-msps-govern-technician-access-across-multiple-client-environments/?utm_source=nhimg&amp;utm_medium=NHIForum">How should MSPs govern technician access across multiple client environments?</a></strong></p>
<p><strong>A:</strong> MSPs should separate identities by customer, task, and privilege tier so one account cannot reach every tenant.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-msps-need-stronger-identity-controls-when-tool-sprawl-increases/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do MSPs need stronger identity controls when tool sprawl increases?</a></strong></p>
<p><strong>A:</strong> Every extra platform adds credentials, delegated roles, secrets, and logging obligations.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-security-teams-get-wrong-about-agentic-ai-security-tools/?utm_source=nhimg&amp;utm_medium=NHIForum">What do security teams get wrong about agentic AI in managed services?</a></strong></p>
<p><strong>A:</strong> They often treat AI agents as workflow shortcuts rather than governed identities.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Segment technician access by customer and function</strong> Separate admin identities by client, support tier, and task type so one compromised credential cannot traverse the entire MSP estate.</li>
<li><strong>Reduce duplicate tools that duplicate privileged access paths</strong> Inventory <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">every platform that creates</a> its own login, API token, service account, or delegated admin role.</li>
<li><strong>Treat AI agents as governed non-human identities</strong> Before deploying agentic workflows, define which tools the agent may call, what actions it may trigger, and what evidence is retained for audit.</li>
</ul>
<h2>What's in the full article</h2>
<p>JumpCloud's full post covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The specific MSP business pressures behind the 2025 recap, including the ticket volume, margin squeeze, and compliance shift described by the vendor.</li>
<li>The discussion of Qilin's supply-chain campaign and why managed service credentials became a central target in downstream attacks.</li>
<li>The vendor's own view of how SaaS pricing changes and tool consolidation affected MSP operating models in 2025.</li>
<li>The 2026 agentic AI outlook and the vendor's framing of how MSPs might use automation to prevent tickets before they appear.</li>
</ul>
<p>&#x1f449; <strong><a href="https://jumpcloud.com/blog/2025-msp-reflections?utm_source=nhimg&amp;utm_medium=NHIForum">Read JumpCloud's 2025 MSP security recap and 2026 outlook →</a></strong></p>
<p><em>MSP identity security in 2025: what changed for IAM 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>  |  <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/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/msp-identity-security-in-2025-what-changed-for-iam-teams/</guid>
                    </item>
				                    <item>
                        <title>Agentic AI and application governance: what changes for IAM teams?</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/agentic-ai-and-application-governance-what-changes-for-iam-teams/</link>
                        <pubDate>Thu, 11 Jun 2026 00:04:14 +0000</pubDate>
                        <description><![CDATA[TL;DR: Business process automation is moving toward systems that can reason, adapt, and act with greater autonomy across disconnected applications as teams push for efficiency and visibility...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Business process automation is moving toward systems that can reason, adapt, and act with greater autonomy across disconnected applications as teams push for efficiency and visibility in 2026, according to Opnova. The real governance change is that application identity and access controls now have to assume more dynamic machine behaviour than traditional workflow automation was built for.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Opnova: Closing the Year With Gratitude and Looking Ahead</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-agentic-ai-in-disconnected-applications/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern agentic AI in disconnected applications?</a></strong></p>
<p><strong>A:</strong> Security teams should govern agentic AI by separating deterministic automation from systems that can choose actions at runtime, then tying entitlement review to the applications they actually touch.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-disconnected-applications-create-more-risk-when-automation-becomes-agenti/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do disconnected applications create more risk when automation becomes agentic?</a></strong></p>
<p><strong>A:</strong> Disconnected applications create more risk because identity state is already fragmented, which makes provisioning and revocation harder to keep consistent.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/when-does-least-privilege-stop-being-reliable-for-autonomous-systems/?utm_source=nhimg&amp;utm_medium=NHIForum">When does least privilege stop being reliable for autonomous systems?</a></strong></p>
<p><strong>A:</strong> Least privilege becomes less reliable when the system can adapt its execution path at runtime.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Inventory automation that is becoming agentic</strong> Separate rule-based workflows from <a href="https://nhimg.org/complete-guide-to-the-2026-owasp-top-10-risks-for-agentic-applications?utm_source=nhimg&amp;utm_medium=NHIForum">systems that can choose actions at runtime</a>, then document where human approval still exists and where it does not.</li>
<li><strong>Trace identity governance across disconnected applications</strong> Map where provisioning, recertification, and revocation depend on <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">manual reconciliation between applications</a>.</li>
<li><strong>Reassess least-privilege assumptions for adaptive systems</strong> Review whether current entitlements still make sense once a system can <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-challenges-and-risks">alter its own execution path</a>, call additional tools, or chain tasks differently from the original design intent.</li>
</ul>
<h2>What's in the full article</h2>
<p>Opnova's full blog covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The vendor’s specific view of how agentic AI is changing business process automation in 2026.</li>
<li>Implementation framing for teams trying to automate disconnected applications faster.</li>
<li>The company’s examples of cross-team collaboration and process transformation.</li>
<li>The closing message about how Opnova positions its work with customer teams.</li>
</ul>
<p>&#x1f449; <strong><a href="https://opnova.ai/blog/closing-the-year-with-gratitude-and-looking-ahead?utm_source=nhimg&amp;utm_medium=NHIForum">Read Opnova's year-end blog on agentic AI and application governance →</a></strong></p>
<p><em>Agentic AI and application governance: what changes for IAM 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>  |  <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/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/agentic-ai-and-application-governance-what-changes-for-iam-teams/</guid>
                    </item>
				                    <item>
                        <title>AI BOMs and agentic risk: what IAM teams are missing</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/ai-boms-and-agentic-risk-what-iam-teams-are-missing/</link>
                        <pubDate>Thu, 11 Jun 2026 00:04:04 +0000</pubDate>
                        <description><![CDATA[TL;DR: Security teams are being pushed to inventory AI systems, but model lists and vendor registers reveal little about actual blast radius. Pillar Security argues that the risk sits in too...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Security teams are being pushed to inventory AI systems, but model lists and vendor registers reveal little about actual blast radius. Pillar Security argues that the risk sits in tools, system prompts, data access, and runtime behaviour, not in the BOM itself.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Pillar Security: Not All AI BOMs Are Created Equal</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/what-breaks-when-ai-teams-rely-on-an-ai-bom-for-security/?utm_source=nhimg&amp;utm_medium=NHIForum">What breaks when AI teams rely on an AI BOM for security?</a></strong></p>
<p><strong>A:</strong> An AI BOM breaks down when teams treat it as a security control instead of a record of what exists.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-agentic-ai-systems-create-more-security-risk-than-standard-chatbots/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do agentic AI systems create a larger access risk than simple chatbots?</a></strong></p>
<p><strong>A:</strong> Agentic AI systems create a larger access risk because they can act through tools, not just generate text.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-reduce-ai-and-nhi-blast-radius/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams reduce AI application blast radius?</a></strong></p>
<p><strong>A:</strong> Security teams should reduce blast radius by separating low-risk conversation workflows from high-impact actions such as code execution, database writes, and external communication.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Inventory effective privilege, not just model names</strong> Document <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-challenges-and-risks">every tool, data source, system prompt</a>, and external connection tied to each AI workload.</li>
<li><strong>Classify AI tools by blast radius</strong> Treat database write, code execution, email sending, and external API access as separate control tiers.</li>
<li><strong>Scan repositories for hidden AI control inputs</strong> Inspect prompts, configuration files, MCP settings, model artifacts, and dependency packages for malicious instructions, unsafe defaults, and serialization risks before approving deployment or upgrades.</li>
</ul>
<h2>What's in the full article</h2>
<p>Pillar Security's full blog covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Examples of repository artefacts that reveal unsafe AI behaviour, including prompts, MCP configurations, and serialized model files</li>
<li>The specific vulnerability patterns behind pickle-based model risk and configuration backdoors in coding assistants</li>
<li>How runtime guardrails are applied to block destructive tool use, data exfiltration, and unsafe external communications</li>
<li>The article's full argument for moving from inventory-led compliance to application-level AI security control</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.pillar.security/blog/not-all-ai-boms-are-created-equal?utm_source=nhimg&amp;utm_medium=NHIForum">Read Pillar Security's analysis of why AI BOMs miss the real risk in agentic AI applications →</a></strong></p>
<p><em>AI BOMs and agentic risk: what IAM teams are missing?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <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/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/ai-boms-and-agentic-risk-what-iam-teams-are-missing/</guid>
                    </item>
				                    <item>
                        <title>Shadow SaaS governance: what should IAM teams do now?</title>
                        <link>https://nhimg.org/community/nhi-support-guidance-forum/shadow-saas-governance-what-should-iam-teams-do-now/</link>
                        <pubDate>Thu, 11 Jun 2026 00:03:54 +0000</pubDate>
                        <description><![CDATA[TL;DR: Shadow IT is not the core problem in 1Password’s analysis of SaaS Manager; the real issue is unmanaged SaaS adoption leaving 34% of applications outside SSO and creating compliance, d...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> Shadow IT is not the core problem in 1Password’s analysis of SaaS Manager; the real issue is unmanaged SaaS adoption leaving 34% of applications outside SSO and creating compliance, data governance, and lifecycle blind spots. The practical lesson is that business-led IT only works when discovery, access review, and offboarding are treated as governance controls, not optional cleanup.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by 1Password: business-led IT and shadow SaaS governance</em></p>
<p><strong>By the numbers:</strong></p>
<ul>
<li>According to IT professionals, <a href="https://1password.com/blog/how-it-teams-can-get-a-handle-on-shadow-it?utm_source=nhimg&amp;utm_medium=NHIForum">34% of applications sit outside</a> of the company’s SSO.</li>
</ul>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-shadow-it-in-saas-environments/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern shadow SaaS without blocking business productivity?</a></strong></p>
<p><strong>A:</strong> Security teams should treat shadow SaaS as a discovery and lifecycle problem, not a prohibition problem.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-unmanaged-saas-apps-create-identity-governance-risk/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do unmanaged SaaS apps create identity governance risk?</a></strong></p>
<p><strong>A:</strong> Unmanaged SaaS apps create risk because they sit outside central visibility, which means IT cannot consistently enforce SSO, review entitlements, or offboard access.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-iam-teams-get-wrong-about-business-led-it/?utm_source=nhimg&amp;utm_medium=NHIForum">What do IAM teams get wrong about business-led IT?</a></strong></p>
<p><strong>A:</strong> The common mistake is assuming business-led IT means losing control.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Create a continuous SaaS discovery process</strong> Inventory applications across business units, then reconcile them against SSO coverage, approved app lists, and procurement records.</li>
<li><strong>Assign lifecycle owners for every business-led app</strong> Require each application to have an accountable owner for onboarding, access review, renewal, and retirement.</li>
<li><strong>Use SSO coverage to prioritise remediation</strong> Target applications outside SSO first, because they are the likeliest to have fragmented authentication, inconsistent offboarding, and weak auditability.</li>
</ul>
<h2>What's in the full article</h2>
<p>1Password's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>How 1Password SaaS Manager maps unmanaged apps into inventory and lifecycle workflows</li>
<li>The specific app discovery and access review steps used to move a tool from shadow status into governed status</li>
<li>Examples of how IT and business teams can standardise overlapping tools without stopping local productivity</li>
<li>The product framing around SaaS Manager's visibility and automated discovery features</li>
</ul>
<p>&#x1f449; <strong><a href="https://1password.com/blog/how-it-teams-can-get-a-handle-on-shadow-it?utm_source=nhimg&amp;utm_medium=NHIForum">Read 1Password's analysis of business-led IT and shadow SaaS governance →</a></strong></p>
<p><em>Shadow SaaS governance: what should IAM teams do 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>  |  <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/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-support-guidance-forum/shadow-saas-governance-what-should-iam-teams-do-now/</guid>
                    </item>
				                    <item>
                        <title>California AI laws and runtime guardrails for user-facing systems</title>
                        <link>https://nhimg.org/community/nhi-support-guidance-forum/california-ai-laws-and-runtime-guardrails-for-user-facing-systems/</link>
                        <pubDate>Thu, 11 Jun 2026 00:03:45 +0000</pubDate>
                        <description><![CDATA[TL;DR: California’s new AI laws take effect on January 1, 2026 and require companion and healthcare-focused systems to prevent self-harm content, avoid misleading medical authority claims, a...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> California’s new AI laws take effect on January 1, 2026 and require companion and healthcare-focused systems to prevent self-harm content, avoid misleading medical authority claims, and intervene in live conversations, according to Lakera. The shift is from policy intent to runtime control, where governance must hold up under user interaction, not just documentation.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by Lakera: California’s AI Laws Are About to Meet Reality</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-govern-user-facing-ai-that-can-change-tone-in-live-con/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams govern user-facing AI that can change tone in live conversations?</a></strong></p>
<p><strong>A:</strong> They should treat the conversation itself as a governed control surface.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-companion-chatbots-create-compliance-risk-even-when-they-do-not-claim-to-/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do companion chatbots create compliance risk even when they do not claim to be human?</a></strong></p>
<p><strong>A:</strong> Because users respond to tone, persistence, and conversational memory, not just explicit identity claims.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-security-teams-get-wrong-about-ai-systems-that-sound-like-clinicians/?utm_source=nhimg&amp;utm_medium=NHIForum">What do security teams get wrong about AI systems that sound like clinicians?</a></strong></p>
<p><strong>A:</strong> They focus on whether the system explicitly says it is a doctor, but that is only part of the problem.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Define runtime response controls</strong> Map every user-facing AI flow to a <a href="https://nhimg.org/top-10-non-human-identity-issues?utm_source=nhimg&amp;utm_medium=NHIForum">response policy</a> that can block, rewrite, or route outputs before they are delivered.</li>
<li><strong>Log intervention events</strong> Record when a guardrail fires, what condition triggered it, and what response the system took.</li>
<li><strong>Review implied-authority language</strong> Audit prompts, templates, and user interface copy for phrases, titles, or visual cues that could make AI outputs feel clinician-guided or human-authored.</li>
</ul>
<h2>What's in the full article</h2>
<p>Lakera's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The specific behaviour rules Lakera describes for self-harm prevention and companion chatbot disclosure.</li>
<li>The practical enforcement model for stopping misleading medical-style outputs at runtime.</li>
<li>The legal and operational implications of California’s January 1, 2026 timeline for teams serving California users.</li>
<li>The executive-order context and why it does not change the immediate state-law implementation window.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.lakera.ai/blog/californias-ai-laws-are-about-to-meet-reality?utm_source=nhimg&amp;utm_medium=NHIForum">Read Lakera’s analysis of California’s AI laws and runtime guardrails →</a></strong></p>
<p><em>California AI laws and runtime guardrails for user-facing systems?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <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/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-support-guidance-forum/california-ai-laws-and-runtime-guardrails-for-user-facing-systems/</guid>
                    </item>
				                    <item>
                        <title>State AI laws in 2026: what changes for governance teams?</title>
                        <link>https://nhimg.org/community/agentic-ai-and-nhis/state-ai-laws-in-2026-what-changes-for-governance-teams/</link>
                        <pubDate>Thu, 11 Jun 2026 00:03:35 +0000</pubDate>
                        <description><![CDATA[TL;DR: State AI laws in Texas, Illinois, California, and Colorado begin taking effect in 2026 with documentation, transparency, bias, and risk-management duties that touch enterprise AI syst...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> State AI laws in Texas, Illinois, California, and Colorado begin taking effect in 2026 with documentation, transparency, bias, and risk-management duties that touch enterprise AI systems, including agents and MCP-connected workflows, according to AppSOC. The compliance question is no longer whether AI needs governance, but whether identity, access, and monitoring controls can prove it.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by AppSOC: Multiple US AI Laws Effective in 2026</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/how-should-security-teams-prepare-for-state-ai-laws-that-require-governance-evid/?utm_source=nhimg&amp;utm_medium=NHIForum">How should security teams prepare for state AI laws that require governance evidence?</a></strong></p>
<p><strong>A:</strong> Security teams should treat AI laws as an evidence problem, not just a policy problem.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-mcp-connected-ai-workflows-create-new-governance-risk/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do MCP-connected AI workflows create new governance risk?</a></strong></p>
<p><strong>A:</strong> MCP-connected workflows expand the identity perimeter because a model can act through tools and data sources rather than only through a human user session.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-organisations-get-wrong-about-ai-transparency-obligations/?utm_source=nhimg&amp;utm_medium=NHIForum">What do organisations get wrong about AI transparency obligations?</a></strong></p>
<p><strong>A:</strong> They often focus on model descriptions and miss the operational evidence underneath them.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Build a regulated AI asset inventory</strong> Catalogue <a href="https://nhimg.org/complete-guide-to-the-2026-owasp-top-10-risks-for-agentic-applications?utm_source=nhimg&amp;utm_medium=NHIForum">models, agents, datasets</a>, pipelines, MCP servers, inference endpoints, and the identities attached to each system so compliance teams can prove scope and ownership.</li>
<li><strong>Tie access evidence to AI governance records</strong> Link <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum">approval trails</a>, service account ownership, tool permissions, and change records to the documentation required for disclosures, risk assessments, and audits.</li>
<li><strong>Review runtime permissions for connected AI systems</strong> Map which <a href="https://nhimg.org/the-ultimate-guide-to-non-human-identities?utm_source=nhimg&amp;utm_medium=NHIForum#key-challenges-and-risks">data sources, APIs</a>, and execution paths each model or agent can reach, then verify that the access matches the declared risk category and use case.</li>
</ul>
<h2>What's in the full article</h2>
<p>AppSOC's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>The specific bill-by-bill breakdown of Texas, Illinois, California, and Colorado requirements.</li>
<li>The law-level distinctions between disclosure, risk-management, and transparency obligations.</li>
<li>The implementation context for AI security posture management and runtime guardrails across AI systems.</li>
<li>The article's own summary of how its platform maps to documentation and monitoring needs.</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.pointguardai.com/blog/multiple-us-ai-laws-effective-in-2026-what-you-need-to-know?utm_source=nhimg&amp;utm_medium=NHIForum">Read AppSOC's analysis of 2026 U.S. state AI laws and compliance impact →</a></strong></p>
<p><em>State AI laws in 2026: what changes for governance 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>  |  <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/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/agentic-ai-and-nhis/state-ai-laws-in-2026-what-changes-for-governance-teams/</guid>
                    </item>
				                    <item>
                        <title>OTP authentication: are your controls still strong enough?</title>
                        <link>https://nhimg.org/community/nhi-support-guidance-forum/otp-authentication-are-your-controls-still-strong-enough/</link>
                        <pubDate>Thu, 11 Jun 2026 00:03:26 +0000</pubDate>
                        <description><![CDATA[TL;DR: OTP authentication remains more secure than static passwords, but it is increasingly bypassed through SIM swapping, SS7 interception, and real-time phishing, according to iProov. For ...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><strong>TL;DR:</strong> OTP authentication remains more secure than static passwords, but it is increasingly bypassed through SIM swapping, SS7 interception, and real-time phishing, according to iProov. For high-assurance access, the control problem is no longer code generation; it is whether the verification method can survive modern interception and relay attacks.</p>
</blockquote>
<p><em>NHIMG editorial — based on content published by iProov: OTP authentication security risks and biometric alternatives</em></p>
<h2>Questions worth separating out</h2>
<p><strong>Q: <a href="https://nhimg.org/faq/when-should-organisations-stop-using-otp-for-authentication/?utm_source=nhimg&amp;utm_medium=NHIForum">When should organisations stop using OTP for authentication?</a></strong></p>
<p><strong>A:</strong> Organisations should stop using OTP when the access decision is high consequence, the user journey is likely to be targeted by phishing, or the recovery flow is especially sensitive.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/why-do-sim-swap-attacks-matter-for-iam-teams/?utm_source=nhimg&amp;utm_medium=NHIForum">Why do SIM swap attacks matter for IAM teams?</a></strong></p>
<p><strong>A:</strong> SIM swap attacks matter because they defeat SMS-based possession checks without breaking the authentication algorithm.</p>
<p><strong>Q: <a href="https://nhimg.org/faq/what-do-security-teams-get-wrong-about-app-based-totp/?utm_source=nhimg&amp;utm_medium=NHIForum">What do security teams get wrong about app-based TOTP?</a></strong></p>
<p><strong>A:</strong> Teams often assume app-based TOTP is inherently phishing resistant because it is not sent over a mobile network.</p>
<h2>Practitioner guidance</h2>
<ul>
<li><strong>Reclassify OTP by risk tier</strong> Use SMS or email OTP only for low-risk access paths where the business impact of account takeover is limited.</li>
<li><strong>Remove OTP from recovery paths</strong> Do not let an OTP channel become the way a user regains access after compromise.</li>
<li><strong>Assume the channel can be compromised</strong> Model SIM swap, mailbox takeover, and relay phishing as expected attack paths rather than edge cases.</li>
</ul>
<h2>What's in the full article</h2>
<p>iProov's full article covers the operational detail this post intentionally leaves for the source:</p>
<ul>
<li>Step-by-step explanation of HOTP, TOTP, SMS OTP, email OTP, and hardware token differences for implementation teams</li>
<li>Attack walkthroughs for SIM swap, SS7 interception, and real-time adversary-in-the-middle phishing against OTP</li>
<li>Detailed comparison of OTP versus biometric face verification for onboarding, recovery, and high-risk re-authentication</li>
<li>Accessibility and user experience considerations tied to OTP and biometric verification choices</li>
</ul>
<p>&#x1f449; <strong><a href="https://www.iproov.com/blog/one-time-passcode-otp-authentication-risks?utm_source=nhimg&amp;utm_medium=NHIForum">Read iProov's analysis of OTP security risks and biometric alternatives →</a></strong></p>
<p><em>OTP authentication: are your controls still strong enough?</em></p>
<blockquote>
<p><strong>Explore further</strong></p>
<p><a href="/community/?utm_source=nhimg&amp;utm_medium=NHIForum">View Full Forum →</a>  |  <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/"></category>                        <dc:creator>NHI Mgmt Group</dc:creator>
                        <guid isPermaLink="true">https://nhimg.org/community/nhi-support-guidance-forum/otp-authentication-are-your-controls-still-strong-enough/</guid>
                    </item>
							        </channel>
        </rss>
		