@bifrost-proxy/bifrost
High-performance HTTP/HTTPS/SOCKS5 proxy server written in Rust
12
Versions
MIT
License
Yes
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
gitHead linked
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
hxfdarling
Keywords
proxybifrostwhistlecharlesfiddlermitmproxypostmanhttpsocks5websocketmitmcapturemocknetworkdevtools
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| install-scripts | install-script:postinstall | AI (install-scripts): Postinstall selects and installs platform-specific prebuilt Rust binaries; standard pattern for native binary npm wrappers. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Spreads process.env only to strip npm_config_global before a subprocess call; not exfiltrating secrets. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Loads own package.json via path.join(__dirname, 'package.json'); not loading arbitrary user-controlled modules. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process used in install.js to run npm install for platform binary; expected for native binary distribution. | ai |