If you take a stab at it, and need a tester, let me know. I am very good at finding bugs, limitations and and unintended ways of breaking things.
You and my wife too. I swear. I can give her some very polished piece of tech/code and she will find a way to break it in about 10 minutes or less. It sometimes baffles me because sometimes it seems so obvious but others its just like "Why the fuck would you even try to do that"?
This is why there is a rule/idea in programming to be explicate on everything. I call it "programming out the dumb". If a field should only have numbers, make sure it is impossible to put anything but numbers in it. Stuff like that.