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