> For the complete documentation index, see [llms.txt](https://docs.noobclaw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.noobclaw.com/zhong-wen-ban/an-quan-feng-xian-cheng-nuo.md).

# 安全风险承诺

**NoobClaw团队公开承诺，NoobClaw软件服务基于开源和沙盒机制，以用户安全至上的理念，保障用户信息安全：**

**1.Noobclaw是完全可信的开源的安全的软件，所有客户端代码完全可审计可查，安全无毒，放心使用，开源地址**[**https://github.com/noobclaw**](https://github.com/noobclaw/client)

<figure><img src="/files/QV7o6A9D661lLVaMdQUq" alt=""><figcaption></figcaption></figure>

**2.NoobClaw通过了www\.virustotal.com主流安全工具的检查，安全可靠**

<figure><img src="/files/To5RI8a0vnHaVip93md8" alt=""><figcaption></figcaption></figure>

<mark style="color:$warning;">在软件安装过程中，可能会遇到部分杀毒软件或360卫士误报安全问题，把NoobClaw添加到信任区即可。</mark>

<figure><img src="/files/7BcZCDzMSUZUyQwBr1SJ" alt=""><figcaption></figcaption></figure>

**3.Nooclaw支持账号密码注册登录，支持谷歌等社交账号登录，Web3钱包连接，仅登录签名需要，**<mark style="color:$warning;">**不接触用户任何私钥**</mark>**，同时支持谷歌/推特/discode/邮箱账号，安全无毒放心使用**

<figure><img src="/files/3QWfWA2HkHiRHcUhmWJu" alt=""><figcaption></figcaption></figure>

**4.如您**<mark style="color:$warning;">**在安装过程中，可能会遇到部分杀毒软件或360卫士误报安全问题，把NoobClaw添加到信任区即可。**</mark>

**5.NoobClaw主要原理通过AI+客户端+浏览器插件，模拟人类操作浏览器，整个过程和你自行操作浏览器行为一摸一样，因此和传统解决方案相比，被风控/封号的风险很低。**

**6. NoobClaw 不会做的事**

* ❌ 保存/尚存您的社交账号密码
* ❌ 上传你的钱包私钥（钱包你自己管，NoobClaw 只登录需要用到签名）
* ❌ 上传你的浏览器 cookies、密码
* ❌ 后台静默更新（每次升级都会弹版本号 + changelog）

**7. NoobClaw 会做的事**

* ✅ 用你的浏览器、用你的账号操作平台
* ✅ 把每次任务的 prompt + 输出都存到本地（隐私不出本机）

**8. 数据存储位置**

* **Windows**：`%APPDATA%\noobclaw\`
* **macOS**：`~/Library/Application Support/noobclaw/`

里面有 `tasks.json`（任务列表）、`runs/`（运行记录）、`drafts/`（草稿存档）。可随时打开查看，也可以备份/迁移到另一台电脑。

**9. 联系我们**

* **国际官网**：<https://noobclaw.com>
* **中文官网**：<https://noobclaw.com/cn>
* **Telegram 用户群**：<https://t.me/noobclaw>
* **客服邮箱**：<hi@noobclaw.com>
* **Twitter 官号**：<https://x.com/noobclaw_com>
* **GitHub**：<https://github.com/noobclaw> （开源认证 / 提 issue）


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.noobclaw.com/zhong-wen-ban/an-quan-feng-xian-cheng-nuo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
