detox
6
Versions
—
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
d4vidiwix.mobileyaroslavsasafkorem
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| dependencies | unvetted-dep:jest-environment-emit | AI (dependencies): Jest environment utility; expected for detox's jest integration. | ai | |
| dependencies | unvetted-dep:node-ipc | AI (dependencies): Pinned to 9.2.1 (pre-sabotage era is resolved); used for IPC in detox test runner. | ai | |
| dependencies | unvetted-dep:funpermaproxy | AI (dependencies): Small utility; consistent with detox's existing dep set. | ai | |
| dependencies | unvetted-dep:@wix-pilot/core | AI (dependencies): Wix-owned package; expected for detox AI pilot integration. | ai | |
| dependencies | unvetted-dep:trace-event-lib | AI (dependencies): Tracing utility; consistent with detox's profiling features. | ai | |
| dependencies | unvetted-dep:@wix-pilot/detox | AI (dependencies): Wix-owned package; expected for detox AI pilot integration. | ai | |
| dependencies | unvetted-dep:multi-sort-stream | AI (dependencies): Stream utility; consistent with detox's log-merging features. | ai | |
| dependencies | unvetted-dep:bunyan-debug-stream | AI (dependencies): Logging utility; consistent with detox's bunyan-based logging. | ai | |
| dependencies | unvetted-dep:caf | AI (dependencies): Established async-flow library; stable dep for detox across versions. | ai | |
| provenance | no-provenance | AI (provenance): Established Wix package; absence of Sigstore provenance is low risk given package history. | ai | |
| semgrep | semgrep:child-process-spawn | AI (semgrep): Spawning test runner commands is core functionality of Detox CLI. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require used to load jest internals from user-configured jest location; documented plugin pattern. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process use is inherent to a mobile E2E test runner that spawns simulators and test processes. | ai | |
| bogus-package | bogus-package | AI (bogus-package): wix.mobile publishes many Wix-internal packages; mass-production signal is a false positive for this org. | ai | |
| install-scripts | install-script:postinstall | AI (install-scripts): Detox postinstall is a documented setup step for native mobile testing; stable across versions. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Base64 decode in encoding.js is a utility for device communication, not payload hiding. | ai |