> For the complete documentation index, see [llms.txt](https://doc-hub.xcavate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc-hub.xcavate.io/protocol/property-governance-pallet/fuzzer/safety-considerations.md).

# Safety Considerations

1. Fuzzed proposals should **not bypass access control or business logic**.
2. Output must always **fail safely** (i.e., reject invalid input, not panic).
3. Storage should remain **consistent and recoverable** post-test.
4. Chain weight and fee calculation must remain within expected bounds.
