> 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/nft-marketplace/fuzzer/safety-considerations.md).

# Safety Considerations

1. Ensure **no panic or storage corruption** on malformed listings or actions.
2. Input validation must gracefully reject malformed NFTs or price values.
3. Protect against **integer overflows** in pricing or fee logic.
4. Simulate extreme volume to test **weight-based rejection** or throttling.
