OK, I think I have a fix in place for this. It's in my repo if you want to get it immediately... otherwise it's in the queue for next week's merge. Give it a try and let me know if you run into any issues.
For those interested: previously, if an item in a {&select} tag started with a + or - and did not follow the pattern for a known criteria (like aura1, bar2, etc), it was considered to be a marker name. Unfortunately, this would catch token ids, as well (-N1234567890abcdef). I now have an explicit test for each entry that includes a regex built from the markers installed to this particular campaign. In order to be considered a marker criteria (ie, "the token must have this marker"), the item in the {&select} tag must match an item from the list of campaign markers (this is case-sensitive).
This comes with the obvious caveat: don't name your characters the same as your installed markers. Don't come complaining that you can't select your character "dead" by name... there's nothing I can do about that. =D