JavaScript analysis scanner for gossan (secret detection, prototype pollution, WASM inspection) (part of the Santh security research ecosystem).
Part of [gossan](https://github.com/santhreal/gossan).
```rust
```rust
use gossan_js::JsScanner;
// Analyzes JavaScript for endpoints and secrets
```
```
MIT