> ## Documentation Index
> Fetch the complete documentation index at: https://www.oplane.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to Oplane threat modeling

> Oplane is a threat modeling platform that helps development teams identify and address security risks in their architecture — in minutes, not weeks.

Oplane is a threat modeling platform that helps development teams identify and address security risks in their architecture — in minutes, not weeks.

## What Oplane does

Oplane analyses how your systems interact and where data flows, identifying potential security threats at the architectural level. Unlike scanners that look for code-level vulnerabilities, Oplane focuses on design-level risks: broken access control, insecure data flows, missing authentication boundaries.

Every finding includes a specific security requirement and implementation guidance tailored to your codebase.

<Frame>
  <img src="https://mintcdn.com/oplane-6a173d70/Njzrsx6j6_XIFc26/images/introduction/architecture-diagram.webp?fit=max&auto=format&n=Njzrsx6j6_XIFc26&q=85&s=dd4d8c55d32d2bd410ac837e89025122" alt="Example architecture diagram showing how Oplane analyses system components and data flows" width="1531" height="1044" data-path="images/introduction/architecture-diagram.webp" />
</Frame>

## How it fits your workflow

#### While you code

Connect Oplane to your IDE via MCP. Describe what you're building and get security requirements in real time — before you even open a PR.

<Frame>
  <img src="https://mintcdn.com/oplane-6a173d70/Njzrsx6j6_XIFc26/images/introduction/mcp-workflow.webp?fit=max&auto=format&n=Njzrsx6j6_XIFc26&q=85&s=683c3805e2c112e7fb81f5aae388c2f4" alt="Threat modeling in the IDE via MCP" width="1505" height="788" data-path="images/introduction/mcp-workflow.webp" />
</Frame>

<Card title="MCP setup" icon="terminal" href="/docs/mcp-agent">
  Connect Oplane to your IDE for in-editor threat modeling.
</Card>

#### On every PR & MR

Connect your GitHub or GitLab repositories. Oplane reviews every pull request and posts security requirements as inline comments on the affected lines.

<Frame>
  <img src="https://mintcdn.com/oplane-6a173d70/Njzrsx6j6_XIFc26/images/introduction/pr-review.webp?fit=max&auto=format&n=Njzrsx6j6_XIFc26&q=85&s=ed757f63e1f5e22ed68b850eaee2f579" alt="Oplane PR review with inline security requirements" width="2200" height="1112" data-path="images/introduction/pr-review.webp" />
</Frame>

<Card title="PR reviews" icon="git-pull-request" href="/docs/github-prs">
  Learn how Oplane reviews your pull requests and merge requests.
</Card>

## Organisation security posture

Beyond individual requirements, Oplane gives you a bird's-eye view of your organisation's security posture. The analytics dashboard tracks:

* **PR resolution rate** — how quickly security requirements get addressed across your repositories
* **Requirements completion** — percentage of security requirements implemented vs. outstanding
* **Team adoption** — which teams are actively using Oplane and how engagement trends over time
* **Threat model coverage** — breakdown of sources (automated PR reviews vs. manual/MCP) and scope coverage

Filter by time period, workspace, or team to drill into specific areas. Export data for compliance reporting or security audits.

<Card title="Analytics dashboard" icon="chart-bar" href="/docs/analytics">
  View your organisation's security posture and adoption metrics.
</Card>

## Get started

Ready to try it? The Quick Start guide walks you through both paths in under 5 minutes.

<Card title="Go to Quick Start" icon="rocket" href="/docs/quick-start">
  Get security threat modeling running in your workflow in under 5 minutes.
</Card>
