Is obfuscated JavaScript always malicious?
No. Minifiers and commercial code-protection tools obfuscate legitimate scripts to reduce size or deter copying, so obfuscation alone is not proof of an attack. The security signal is what the code does at runtime, not how unreadable it looks. Judging scripts by behaviour avoids blocking benign vendor bundles.