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

# 数据、隐私与安全

> 了解 DeepSeek Harness Desktop 的数据位置与联网边界。

Harness 服务监听回环地址 `127.0.0.1`，桌面端嵌入该本地 Web 界面。会话和 Profile 保存在本机，
但模型供应商与已安装插件可能有各自的网络行为。

## 数据边界

| 数据           | 正式版位置或边界                   |
| ------------ | -------------------------- |
| Harness 用户数据 | `~/.dsh`（`DSH_HOME`）       |
| Profile      | `~/.dsh/profiles/<id>`     |
| 托管运行时与内核     | 操作系统应用数据目录                 |
| 桌面设置         | 应用数据中的 `.store.dat`        |
| Harness 服务日志 | 应用数据中的 `logs/dsh-web.log`  |
| 服务地址         | 默认 `http://127.0.0.1:3080` |

## 联网行为

应用在以下情况下需要网络：下载 Node.js、pnpm、辅助工具或内核；检查桌面端和内核更新；
从 npm/GitHub 安装插件；调用模型供应商；运行访问远程服务的插件或工具。

<Warning>
  Harness 会执行工具与代码。应用级 Profile 不是沙箱；请根据风险使用操作系统隔离、最小权限凭据、
  经审查的插件和可信工作区。
</Warning>

## 备份或重置

移动 Profile 或破坏性修复前备份 `~/.dsh`。发布日志前移除 API 密钥、用户名、本地路径、提示和仓库内容。
开发构建使用独立的 `~/.dsh.dev`、`.store.dev.dat` 和 `logs/dsh-web.dev.log`。
