Exposed Stashes

If a player buries an exposed stash that they do not own and unburies it. This plugin will send alert. Anyway for this plugin to avoid that?

One simple method is to change the owner of a stash when it is buried, but this introduces another problem; the original owner would then also get a warning when they uncover that stash. A more accurate method is to maintain a list of all players that have visited a particular stash, and to purge that list when the stash is destroyed.

What about automatically burying stashes after X time of being open? This would insure that stashes are always buried. Thoughts?