wp_query returns match with no criteria

After digging into this for a big, what I discovered by reviewing the actual SQL via $the_query->request was that if no meta value identified it will return true simply because the query eliminates it.

The solution was to simply include the the meta as an array and use the “compare” operator.