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