Skip to lesson
Exit
Security, Governance & Architecture1 / 3

1 min lesson

Mapping Cursor into their topology

Describe what "The heart of the review is placing Cursor into four existing planes the customer already runs" changes in practice.

Step 1 of 3

Mapping Cursor into their topology

The heart of the review is placing Cursor into four existing planes the customer already runs. Do it as a table they can paste into their own doc.

Learn more

Advanced table

Their plane

Their plane
SDLC
Where Cursor slots in
Author step upstream of PR review and CI; agent produces scoped diffs
What you must confirm
Branch protection and review gates stay mandatory
Their plane
Identity
Where Cursor slots in
SSOSingle Sign-On. One company login (usually via SAML or OIDC) instead of a separate password per tool. Press Enter for the full definition. (SAMLSecurity Assertion Markup Language. The XML-era enterprise standard that powers single sign-on: your identity provider vouches for you to each app. Older than OIDC but still what many enterprise tools speak. Press Enter for the full definition./OIDCOpenID Connect. The modern single sign-on standard, built as an identity layer on top of OAuth 2.0. Where SAML is XML and enterprise-legacy, OIDC is JSON and what newer tools implement first. Press Enter for the full definition.) + SCIMSystem for Cross-domain Identity Management. A standard for automatically creating and removing user accounts when people join or leave. Press Enter for the full definition. against their IdP; RBACRole-Based Access Control. Granting permissions by role rather than configuring each person individually. Press Enter for the full definition. for admin
What you must confirm
Which IdP; SCIMSystem for Cross-domain Identity Management. A standard for automatically creating and removing user accounts when people join or leave. Press Enter for the full definition. group-to-team mapping
Their plane
Network
Where Cursor slots in
Developer traffic to Cursor over TLS through their proxy, with Cursor's domains allowlisted and excluded from SSL inspection; PrivateLinkAn AWS connection Cursor uses for private Git provider and repository-origin traffic; it does not cover model-provider traffic. Press Enter for the full definition. / Cloudflare Tunnel if their Git provider is private
What you must confirm
Proxy supports HTTP/2 streaming (or the HTTP/1.1 fallback); whether the Git provider is reachable from the public internet
Their plane
CI/CDContinuous Integration / Continuous Delivery. The automated pipeline that builds, tests and ships code so changes reach production safely and often. Press Enter for the full definition.
Where Cursor slots in
Unchanged; same SASTStatic Application Security Testing. Scanning source code for vulnerabilities without running it. In AI-heavy workflows it is the automated gate that reads every generated diff before a human does. Press Enter for the full definition./DASTDynamic Application Security Testing. Probing a running application for vulnerabilities from the outside, the way an attacker would. Complements SAST, which reads the code instead of poking the app. Press Enter for the full definition./SCASoftware Composition Analysis. Scanning third-party dependencies for known vulnerabilities and license problems. Press Enter for the full definition./secrets gates run on the diff
What you must confirm
Existing gates remain; nothing weakened