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

wakaru

Rust ★ 973 via github-topic
→ View on GitHub
Wakaru is a tool designed to unpack and reverse the minification and transpilation of JavaScript bundles produced by tools like webpack and esbuild, transforming them into readable modern JavaScript code. Its primary use case is to enhance the understandability of compiled code for auditing and debugging purposes by restoring original syntax, removing bundler runtimes, and effectively splitting bundles back into their modular components. Notable features include support for multiple bundler formats, advanced transpiler recovery functions, and various transformation levels to balance between readability and fidelity to the original semantics.