> ## Documentation Index
> Fetch the complete documentation index at: https://phalanetwork.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Security & Research Section

> Deep technical analysis of dstack's security architecture for researchers and security engineers

This section offers an in-depth security analysis of dstack's TEE implementation. For general information, refer to the [Core Concepts](/docs/concepts/overview) section.

## For Security Researchers

dstack is built on a foundation of hardware-enforced security primitives. This section provides detailed technical analysis of each security-critical component, including:

* **Source code references** with direct links to implementation
* **Cryptographic protocol analysis** and trust boundaries
* **Attestation flow diagrams** and verification procedures
* **Key management architecture** and secure storage mechanisms

## Core Security Components

<CardGroup cols={2}>
  <Card title="TDX Attestation" icon="fingerprint" href="/docs/security-research/tdx-att/tdx-overview">
    Remote attestation implementation using Intel TDX hardware primitives
  </Card>

  <Card title="VMM Security" icon="server" href="/docs/security-research/vmm/vmm-overview">
    Virtual Machine Manager security boundaries and isolation guarantees
  </Card>

  <Card title="Gateway Protection" icon="shield" href="/docs/security-research/gate/gate-overview">
    Secure ingress/egress with automated certificate management
  </Card>

  <Card title="KMS Architecture" icon="key" href="http://localhost:3000/docs/security-research/kms/kms-overview">
    Decentralized key management with hardware-backed secure storage
  </Card>
</CardGroup>
