> For the complete documentation index, see [llms.txt](https://docs.rome.builders/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rome.builders/zh/an-quan/responsible-disclosure.md).

# 负责任披露

如果您在 Rome Protocol 中发现安全漏洞，请以负责任的方式报告。

## 报告方式

邮箱 <rome@romeprotocol.com>，或在 [Rome Discord](https://discord.gg/vZ9rnCdNSB) 中提交工单，以便私下联系核心团队。

**应包含内容：**

* 漏洞描述
* 复现步骤
* 潜在影响评估
* 用于后续跟进的联系信息

## 指导原则

* 请 **不要** 在修复部署之前公开披露该漏洞
* 请 **不要** 对该漏洞进行超出证明其存在所必需范围的利用
* 请 **不要** 访问或修改属于其他用户的数据
* 请给予团队合理时间来调查并修复该问题

## 范围

范围内：

* Rome EVM 链上程序
* Rome Proxy 和 Hercules 服务
* Rome Solidity SDK 和合约库
* Oracle Gateway 适配器
* 跨链桥合约（ERC20SPL、Factory）

范围外：

* 第三方依赖项（请向其维护者报告）
* 社会工程攻击
* 针对测试网/开发网基础设施的拒绝服务攻击
* 已弃用或已归档仓库中的问题

## 社区

* [Discord](https://discord.gg/vZ9rnCdNSB) — 一般问题与支持
* [Telegram](https://t.me/+tdnr-M6kcngxYzhk) — 社区更新
* [GitHub](https://github.com/rome-protocol) — 代码与问题跟踪


---

# 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.rome.builders/zh/an-quan/responsible-disclosure.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.
