+1
Since HTML code below is not Malware, it would be miss recognition of that product.
<div style="position:absolute; left:-9999px; top:-9999px;">
However, malware frequently hide embedded code with absolute position (-9999px). Therefore, I think this code should be improved.
qa-include/qa-theme-base.php::body_hidden()
Before:
<div style="position:absolute; left:-9999px; top:-9999px;">
After:
<div style="position:absolute; display:none;">