TL;DR: Roughly half of MCP server configurations store credentials in plaintext, while one test deleted and hard-deleted 2,550 accounts in eight minutes after a single human instruction, according to Netwrix. The core issue is that AI agents inherit broad access faster than identity controls can observe, constrain, or recover from, so trust assumptions collapse in-session.
NHIMG editorial — here’s why we think this discussion matters
By the numbers:
- 2,550 accounts deleted and hard-deleted in eight minutes.
- 79% of organisations have experienced secrets leaks, with 77% of these incidents resulting in tangible damage.
Questions worth separating out
Q: How should security teams govern AI agents that use shared credentials?
A: Treat shared credentials as high-risk identity material, not just operational convenience.
Q: Why do AI desktop agents increase identity risk compared with normal automation?
A: They increase risk because they can combine broad access, tool use, and rapid execution in a single session.
Practitioner guidance
- Eliminate plaintext MCP secrets from shared configs Move credentials into managed secret stores and stop placing API keys, tokens, or service account material in files that an agent or desktop process can read directly.
- Split agent permissions by task and system Give the AI agent only the smallest set of actions needed for one workflow, then separate directory, file, and administrative permissions so one credential cannot unlock everything.
- Add pre-execution checkpoints for destructive actions Require explicit approval before bulk deletes, privilege changes, or directory-wide changes so the agent cannot complete high-impact operations in a single uninterrupted run.
What to expect at the briefing
Netwrix's full webinar preview covers the operational detail this post intentionally leaves for the source:
- The live demonstration that shows how one instruction can cascade into thousands of account changes.
- The specific free tools Netwrix says help identify and reduce AI-driven identity abuse.
- Speaker guidance on how credentials inside MCP configurations become reuse paths across multiple systems.
- Practical examples of what to watch in audit logs when AI agents touch identity infrastructure.
👉 Register for Netwrix's webinar on AI agents, MCP secrets, and identity risk →
AI desktop agents and plaintext MCP secrets: are controls keeping up?
Explore further
Plaintext MCP credentials create identity blast radius, not just secret exposure. A credential sitting in a server config is not a passive leak when an AI agent can consume it directly. It becomes a reusable identity bridge into multiple systems, which means one error can collapse directory, application, and data boundaries at once. The practitioner lesson is to treat secret placement as a control-plane decision, not a convenience choice.
A few things that frame the scale:
- 79% of organisations have experienced secrets leaks, with 77% of these incidents resulting in tangible damage, according to the Ultimate Guide to NHIs.
- Only 5.7% of organisations have full visibility into their service accounts, which shows how often identity inventory still lags actual access exposure.
A question worth separating out:
Q: Who is accountable when an AI agent deletes or changes accounts without review?
A: Accountability stays with the team that granted the access and defined the workflow, even if the agent executed the action. Governance must therefore assign owners for the secret, the permission scope, and the approval boundary. Without that, audit logs explain the event but do not clarify responsibility.
👉 Read our full editorial: AI desktop agents turn plaintext MCP secrets into identity risk