> 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/id/keamanan/responsible-disclosure.md).

# Pengungkapan yang Bertanggung Jawab

Jika Anda menemukan kerentanan keamanan di Rome Protocol, harap laporkan secara bertanggung jawab.

## Pelaporan

Buka tiket di [Rome Discord](https://discord.gg/vZ9rnCdNSB) — gunakan saluran tiket untuk menghubungi tim inti secara pribadi.

**Yang perlu disertakan:**

* Deskripsi kerentanan
* Langkah-langkah untuk mereproduksi
* Penilaian dampak potensial
* Informasi kontak Anda untuk tindak lanjut

## Panduan

* Lakukan **jangan** mengungkapkan kerentanan secara publik sebelum perbaikan diterapkan
* Lakukan **jangan** memanfaatkan kerentanan melebihi yang diperlukan untuk mendemonstrasikannya
* Lakukan **jangan** mengakses atau mengubah data milik pengguna lain
* Berikan waktu yang wajar bagi tim untuk menyelidiki dan memperbaiki masalah ini

## Ruang lingkup

Dalam cakupan:

* Program on-chain Rome EVM
* Layanan Rome Proxy, Hercules, Rhea
* SDK Solidity Rome dan pustaka kontrak
* Adaptor Oracle Gateway
* Meta-Hook Router
* Kontrak jembatan (ERC20SPL, Factory, Registry)

Di luar cakupan:

* Dependensi pihak ketiga (laporkan kepada pengelolanya)
* Serangan rekayasa sosial
* Penolakan layanan terhadap infrastruktur testnet/devnet
* Masalah di repositori yang sudah usang atau diarsipkan

## Komunitas

* [Discord](https://discord.gg/vZ9rnCdNSB) — pertanyaan umum dan dukungan
* [Telegram](https://t.me/+tdnr-M6kcngxYzhk) — pembaruan komunitas
* [GitHub](https://github.com/rome-labs) — kode dan pelacakan masalah


---

# 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/id/keamanan/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.
