Input

Detection Report

What Is the JavaScript Obfuscation Detector?

This tool scans JavaScript and flags common obfuscation signals such as eval(), generated identifiers, heavy escaped literals, and array indirection. It gives a fast static report to help you prioritize manual review.

Analysis runs in your browser and does not execute the code. For cleanup, use JavaScript Deobfuscator. For packed wrappers, use JavaScript Unpacker.

How to Use the Detector

1

Paste or Upload Script

Insert JavaScript in the input panel or upload a file.

2

Review Risk Report

The tool calculates a heuristic score and lists findings with evidence.

3

Investigate Next

Use the suggested next steps to decode, unpack, or manually inspect suspicious regions.

Example Report

Input

JavaScript

Output

Report

Related Tools