Help me add the edge-case tests my code is missing.
CODE / FUNCTION:
```
[[CODE]]
```
TEST FRAMEWORK: [[FRAMEWORK]]
EXISTING TESTS COVER: [[EXISTING_COVERAGE]]
Deliver:
1. The edge cases I'm probably not testing (empty, null, huge, boundary, malformed, concurrent…)
2. A prioritized list (most likely to break first)
3. Written tests for the top cases
4. Any input that suggests a real bug in the code itself
5. What's still risky and worth a manual check