> 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/english/safety-and-risk-commitment.md).

# Safety & Risk Commitment

**The NoobClaw team publicly commits: NoobClaw's software services are built on an open-source and sandbox mechanism, with a "user safety first" philosophy, to safeguard user information security:**

**1. NoobClaw is a fully trustworthy, open-source, and safe piece of software. All client code is fully auditable and inspectable, safe and virus-free — use it with confidence. Open-source repo:** [**https://github.com/noobclaw**](https://github.com/noobclaw/client)

![](https://1378322139-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMATDFdlLVIaxkQPu7WCe%2Fuploads%2FeqW7H6LD3oFA08ldq1Si%2Fimage.png?alt=media\&token=6f22b30f-ea83-442f-bd34-b0f15ba4308e)

**2. NoobClaw has passed checks by the mainstream security tools at [www.virustotal.com](http://www.virustotal.com) — safe and reliable**

![](https://1378322139-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMATDFdlLVIaxkQPu7WCe%2Fuploads%2FjZc2bRN5ag6vlNG0etRe%2Fimage.png?alt=media\&token=07e48f20-ed82-4906-b279-be609f32bef3)

**3. NoobClaw supports account-password registration/login, social logins such as Google, and Web3 wallet connection. A wallet is used only for the login signature —** <mark style="color:$warning;">**it never touches any of your private keys**</mark>**. It also supports Google/Twitter/Discord/email accounts — safe and virus-free, use with confidence**

![](https://1378322139-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMATDFdlLVIaxkQPu7WCe%2Fuploads%2F4HufWzTWSVZTYuxCq5g8%2Fimage.png?alt=media\&token=d2118a6a-b0e7-46d0-a889-b02effaa9d08)

**4. If, during installation,** <mark style="color:$warning;">**some antivirus software or 360 Security falsely flags a security issue, simply add NoobClaw to the trusted zone.**</mark>

**5. NoobClaw's core principle is to use AI + client + browser extension to simulate a human operating the browser. The entire process is identical to you operating the browser yourself, so compared with traditional solutions, the risk of being flagged by risk-control / getting banned is very low.**

**6. What NoobClaw will NOT do**

* ❌ Save/store your social account passwords
* ❌ Upload your wallet private key (you manage your own wallet; NoobClaw only needs a signature to log in)
* ❌ Upload your browser cookies or passwords
* ❌ Silent background updates (every upgrade shows a version number + changelog)

**7. What NoobClaw WILL do**

* ✅ Use your browser and your accounts to operate the platforms
* ✅ Save each task's prompt + output locally (your privacy never leaves your machine)

**8. Data storage location**

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

Inside you'll find `tasks.json` (task list), `runs/` (run records), and `drafts/` (draft archive). You can open them any time, and back them up or migrate them to another computer.

**9. Contact us**

* **International site**: <https://noobclaw.com>
* **Chinese site**: <https://noobclaw.com/cn>
* **Telegram user group**: <https://t.me/noobclaw>
* **Support email**: <hi@noobclaw.com>
* **Official Twitter**: <https://x.com/noobclaw_com>
* **GitHub**: <https://github.com/noobclaw> (open-source verification / file issues)


---

# 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/english/safety-and-risk-commitment.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.
