What APIs appear
The static rules identify recognizable network, storage, form, HTML-writing, navigation, clipboard, encoding, download, and DOM-editing patterns.
Decode and review a bookmarklet without running it. See the readable source and the browser capabilities that deserve manual inspection.
Accepts readable JavaScript or an encoded URL beginning with javascript:. Analysis happens locally and the code is never executed.
Static pattern checks only; this is not a safety certification.
The static rules identify recognizable network, storage, form, HTML-writing, navigation, clipboard, encoding, download, and DOM-editing patterns.
Each result explains the capability in context. A network call is not automatically malicious, but its destination and payload require review.
Results include a focused manual question so you can trace the data, destination, selector, or decoded payload in the visible source.
Static pattern matching cannot certify code as safe. Behavior may be split across variables, hidden in custom encodings, triggered only on certain pages, or depend on a server response. A finding is a prompt for review; the absence of a finding is not approval.