Overview of Hoppscotch JavaScript Sandbox
mainThe hoppscotch-js-sandbox package provides a secure environment for executing security-sensitive external JavaScript scripts. It is designed to isolate and run code that would otherwise pose a risk to the main application environment.
It currently powers the following Hoppscotch features:
- Hoppscotch Test Scripts: Scripts used to validate API responses.
- Hoppscotch Pre Request Scripts: Scripts used to modify requests before they are sent.