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

# 安全与隐私

> 多层防护与数据安全保障，让 AI 编码安全可控。

## 多层防护

<CardGroup cols={2}>
  <Card title="沙箱隔离" icon="box">
    代码在隔离环境中执行。
  </Card>

  <Card title="命令审批" icon="circle-check">
    危险命令需要你确认。
  </Card>

  <Card title="网络管控" icon="network-wired">
    可限制网络访问。
  </Card>

  <Card title="审计日志" icon="clipboard-list">
    所有操作可追溯。
  </Card>
</CardGroup>

## 数据安全保障

<CardGroup cols={2}>
  <Card title="本地处理" icon="house-laptop">
    敏感代码在本地处理。
  </Card>

  <Card title="加密存储" icon="lock">
    会话数据加密保存。
  </Card>

  <Card title="密钥保护" icon="key">
    API 密钥存于系统钥匙串。
  </Card>

  <Card title="全程 HTTPS" icon="shield-halved">
    传输全程 HTTPS 加密。
  </Card>
</CardGroup>
