Join our Newsletter — 33% off our NHI Course

Why do proxy-based CASBs often fall short in modern SaaS and GenAI environments?

Proxy-based CASBs can miss cloud-native exposures because they inspect traffic inline rather than the data and permissions inside the platform. That limits visibility into stored content, external sharing, OAuth risk, and post-access changes. API-based controls are better suited to continuous discovery, policy enforcement, and remediation across SaaS, cloud, and GenAI services.

Why This Matters for Security Teams

Proxy-based CASBs were designed around a traffic checkpoint model: observe sessions, inspect content in transit, and block or log risky activity. That approach still has value, but it is not enough for SaaS platforms where data, sharing rules, tokens, and app-to-app relationships change after the session is established. For GenAI environments, the gap is wider because prompts, responses, connectors, and embedded agents can move sensitive information outside the proxy’s field of view. Current guidance suggests treating CASB as one layer in a broader control stack rather than as a complete cloud visibility strategy.

Security teams often get misled by the appearance of coverage. A proxy may show that a user connected to a service, yet it can miss whether the same account later granted third-party access, created a public link, or reused a token in a new workflow. That is why governance needs to extend beyond the edge of the session and into the identity and data plane. The identity dimension is especially important when a user, service account, or AI agent can all act inside the same SaaS tenant under different privileges. For identity assurance principles, NIST SP 800-63 Digital Identity Guidelines remains a useful reference point for trust and authentication expectations.

In practice, many security teams encounter the real failure only after an OAuth grant, public share, or GenAI connector has already exposed data rather than through intentional preventive review.

How It Works in Practice

Proxy-based CASBs inspect web traffic as it flows between the user and the SaaS application. They can enforce access policies, apply DLP rules, and record some inline events. The problem is structural: once content is inside the SaaS tenant, the proxy no longer sees how that content is stored, copied, shared, or accessed through APIs, service accounts, and integrated workflows. In modern environments, those post-session events matter more than the initial request.

API-based controls address this by connecting directly to the SaaS or GenAI service and querying configuration, objects, permissions, and audit logs. That enables discovery of stale sharing, overbroad app consent, risky mailbox rules, embedded secrets, and abnormal access paths. For GenAI, the same model applies to prompt logs, connector scope, model outputs, and data retention settings. NIST’s NIST AI 600-1 GenAI Profile is useful here because it pushes organisations to manage generative AI risks through governance, mapping, measurement, and controls rather than only network inspection.

  • Use the proxy for session interception, user steering, and coarse blocking at the edge.
  • Use API integrations for continuous inventory, entitlement review, and post-access remediation.
  • Correlate SaaS audit logs with identity signals, OAuth consents, and admin actions.
  • Apply separate policy logic for human users, service accounts, and AI agents with tool access.
  • Validate whether the control can see stored data, not just traffic.

This guidance tends to break down in highly federated SaaS estates with many unmanaged tenants and shadow IT, because the API connection model cannot monitor services that the organisation has not onboarded.

Common Variations and Edge Cases

Tighter inspection often increases administrative overhead, requiring organisations to balance stronger visibility against connector maintenance, API throttling, and permissions sprawl. That tradeoff is manageable in well-governed SaaS estates, but it becomes harder when a business unit can adopt a new AI app or collaboration tool without central review. In those cases, proxy controls may still reduce obvious exfiltration, but they will not provide reliable governance over the full lifecycle of the data.

There is no universal standard for this yet, especially for GenAI. Some services expose rich APIs for audit and policy enforcement, while others provide limited telemetry or delayed logs. That means best practice is evolving toward a layered model: proxy controls for front-door enforcement, API-based CASB for continuous review, identity governance for token and consent hygiene, and separate controls for AI connectors and agentic workflows. For operational alignment, organisations should also consider whether non-human identities are allowed to create shares, call APIs, or act on behalf of users without separate approval. The moment an AI assistant or automation service can persist access beyond a session, the proxy-only model becomes too narrow for effective risk management.

Security teams should treat proxy blind spots as a design limitation, not a product defect, and choose controls based on where the real risk lives: in transit, in the tenant, or in the permissions that survive the session.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF, NIST AI 600-1 and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 DE.CM Continuous monitoring is needed when proxy views miss SaaS and GenAI state changes.
NIST AI RMF GOVERN GenAI risk governance requires controls beyond network inspection.
NIST AI 600-1 The GenAI profile highlights risks from prompts, connectors, and output handling.
OWASP Agentic AI Top 10 Agentic workflows can reuse permissions and bypass proxy-only assumptions.
NIST SP 800-63 AAL Identity assurance matters when SaaS and AI actions hinge on tokens and federated access.

Combine inline and API telemetry so you can detect risky SaaS and AI changes after session start.