The modern SaaS supply chain runs on live OAuth grants and AI agents already inside your tenants, not on the vendor questionnaires teams still file once a year.
A SaaS supply chain attack now rides installed OAuth apps, third-party AI agents, and MCP server connections that your platforms already trust, not a shipped software update. - AI agents widened the blast radius. They hold bearer tokens like insiders, act at machine speed, and rarely sit inside any insider risk program. - A vendor questionnaire measures a supplier's posture at one moment. It says nothing about what that supplier's token is doing inside your tenant right now. - Configuration is not reality. An OAuth grant labeled read-only can, through maker mode and action chaining, pull data the invoking user was never authorized to see. - Legacy TPRM and CASB go blind at the SaaS-to-SaaS layer where most agent traffic now lives. - Discovery is the first control. You cannot govern the agents, connectors, and grants that no one has inventoried, which is why the response clock starts before the incident, not after.
A SaaS supply chain attack is a compromise that reaches your data through a third-party application, integration, OAuth grant, or AI agent that your SaaS platforms already trust. The attacker never has to breach you directly. They compromise one node in the trust graph, then use its inherited permissions to move. Salesforce, Google Workspace, or Microsoft 365 sees a valid bearer token, honors the request, and the activity looks identical to normal integration traffic.
The classic software supply chain image is a poisoned update flowing from vendor to customer. The SaaS version looks different. Nothing gets installed on an endpoint. Instead the attacker abuses a credential that a legitimate integration already holds. If your incident response plan assumes the attacker has to authenticate as one of your users, it does not cover this class of attack at all.
The real supply chain today is the set of non-human identities you have already authorized: OAuth apps, service accounts, marketplace add-ons, workflow automations, MCP servers, and agents built inside platforms like Copilot Studio, Agentforce, and Bedrock. Each holds a credential, and each credential carries some slice of your data access. The supply in supply chain is not code anymore. It is authority, handed to a third party through a single consent screen that nobody reviewed closely.
Three shifts define the era:
AI agents widened the blast radius because they hold credentials like insiders, act across multiple SaaS platforms without a human in the loop, and inherit permissions their invokers do not have. One agent, one token, dozens of downstream apps.
Walk through a modern agent chain. A user asks a Copilot Studio agent to summarize sales activity. The agent calls a Salesforce connector running in maker mode under its creator's admin credentials. It then calls an MCP server that queries a Google Drive folder. The user, who has no Salesforce license and no access to that folder, receives the compiled result. Nothing was hacked. Every step was authorized. The user just walked out with data your IAM never granted them. That is machine insider risk, and it happens at machine speed.
A few numbers set the scale. AI agents move roughly 16 times more data than human users across enterprise deployments. Around 90 percent of agents hold more permission than their actual workflow needs. And a single abused bearer-token class in the 2025 Salesloft Drift campaign reached roughly 700 organizations.
The traditional attack compromises code that customers install. The SaaS-to-SaaS attack compromises a live token that customers already trust. Different mechanism, different detection surface, different response clock.
| Dimension | Traditional software | SaaS-to-SaaS |
|---|---|---|
| Attack payload | Malicious code in an update | Stolen or abused bearer token |
| Entry point | Endpoint or build system | OAuth grant, agent connector, MCP server |
| Detection surface | EDR, code signing, SBOM | Runtime agent behavior, token usage |
| Time to impact | Days to weeks | Seconds to minutes |
| Does legacy TPRM help? | Partially | Almost not at all |
That difference reshapes detection. Direct attacks tend to trip authentication alerts: unusual logins, MFA prompts, geo anomalies. A supply chain attack through OAuth tokens and agents looks like ordinary integration activity. The token was issued legitimately, the API call is signed correctly, and your SIEM sees expected traffic. Teams that tune detection around user login anomalies miss it, because the attacker never logs in as a user.
It also separates cause from outcome. A data breach is the outcome. A supply chain compromise is one of the mechanisms that produces it. Every organization caught in the Drift campaign experienced a breach, but the upstream cause was a third-party integration compromise, which is exactly why these events are so often underreported. The company that suffers the loss was not the company that got attacked first.
The effective-access problem is the gap between what an agent, app, or token is configured to do and what it can actually accomplish once it starts calling into your stack. Posture-only tooling sees the configured side. Attackers, and over-privileged agents, exploit the real one.
Make it concrete. A Copilot Studio agent's configuration shows a Salesforce connector with a specific set of OAuth scopes. That is the theoretical configuration. The runtime reality is that the connector runs in maker mode under an administrator's fixed credentials. When a lower-privileged user invokes the agent, the token used against Salesforce carries the admin's authority, and the user reads records they were never provisioned to see. No connector audit catches this. The OAuth scopes were correct. The Salesforce role was correct. The identity substitution happened inside the agent runtime.
This is why the useful signal is not the vendor's theoretical config page but the agent's effective access inside the third-party app. The question that matters is narrow and answerable: when this agent acted, which service account did it use, against which Salesforce objects, tables, or Drive folders, and with which actions. Correlate the invoker to the credential to the objects touched, and you can tell an authorized summary apart from a quiet extraction. Runtime truth beats theoretical configuration every time, because effective authority is the only version an attacker can actually spend.
Legacy third-party risk management goes blind because it evaluates vendors at procurement, not integrations at runtime. CASB goes blind because it inspects user-to-SaaS traffic, not the SaaS-to-SaaS API calls between installed apps. Both predate the OAuth-and-agent stack, and neither was built to answer the operational questions that matter now:
A questionnaire filed two years ago answers none of these. The blindness is structural, not a tuning problem, because the platforms are built to be extended.
The highest-exposure platforms are the ones holding valuable data with the largest extension ecosystems, and where low-code builders let business users create connectors on their own. Risk tracks three factors: data sensitivity, the number of installed OAuth apps, and the presence of maker-style agent builders.
Discovery-first collapses the response clock from months to hours, because you already know which agents, connectors, and grants existed before the incident. Forensics without a pre-existing inventory is archaeology. The Drift case shows it plainly: organizations that kept a current inventory of installed Salesforce-connected apps could scope their exposure the day disclosure landed. Organizations without one spent weeks reassembling the picture from native audit logs.
A workable sequence puts visibility first and keeps the harder controls downstream:
If a compromise is suspected, revoke first and investigate second, and treat the token as the identity. Revoke the suspected integration's OAuth tokens across affected tenants, rotate any service account or connector credentials tied to the vendor, pull the runtime log of every API call that token made, and map which agents and downstream apps depended on it. Standard user-account playbooks miss the machine identity entirely.
Autonomous, inline blocking of agent activity is still emerging, available today only for a narrow set of platforms and on the roadmap for the rest. That is why the near-term work is discovery and governance, not enforcement promises. Obsidian's model is deliberately not an inline gateway sitting in the request path. It is a decision layer, an Intel Inside approach, that gives you a connector-free view of every AI agent, OAuth grant, and MCP server across your SaaS fabric, with effective authority mapped for each. The payoff is what you can tell the board: not we think we are okay, but here is every agent, connector, and token that touched customer data this quarter, and here is what each one did. Configuration is not reality. Runtime is.
No. The supply chain attack is the mechanism and the data breach is the outcome. Every organization caught in the Drift campaign experienced a breach, but the mechanism was a compromise of a trusted third-party integration.
Only marginally. A questionnaire assesses a vendor's posture at one moment in time. It does not tell you what that vendor's token is doing inside your tenant today, which is the exposure that actually gets exploited.
Maker mode is a configuration where an agent uses its creator's credentials on every invocation. Anyone who calls the agent inherits the creator's authority, which quietly bypasses normal IAM checks and is the core of the effective-access problem.
Rarely. Most CASBs inspect user-to-SaaS traffic, while these attacks ride SaaS-to-SaaS API calls that never pass through a user's browser.
MCP servers expose tools that agents can call. A shadow or unknown MCP server expands your attack surface invisibly, so discovering MCP servers and enumerating their tools is a prerequisite for governing them.
They hold long-lived bearer tokens, chain actions across multiple platforms, can be invoked by users who lack the underlying permissions, and multiply faster than any team can inventory them by hand. The agent is the amplifier, not usually the attack itself.