> cat /dev/github | grep security-tools
discovered 03 Aug 2026

javascript-deobfuscator

via awesome-list
→ View on GitHub
The JavaScript Deobfuscator is a versatile tool designed to reverse common obfuscation techniques applied to JavaScript code. It features capabilities such as unpacking arrays of literals, simplifying expressions and string concatenations, and renaming unreadable identifiers to enhance code readability. This tool can be installed via npm and is particularly useful for security professionals and developers looking to analyze and understand obfuscated JavaScript.