Annotations in Kubernetes are widely used across many different resources. As seen in aquasecurity/trivy-checks#374 they can be misused.
We can write a check that checks all resources and their annotations for suspicious and unexpected values. As a part of this check, we can also improve the regex (or take a different approach) as was done here.