It seems like the plugin doesn't know about the key-value version of every, as it complains about the `,`. ```rego allow { every key, val in input { key == val } } ```