react-native-test-runner
Supply chain provenance
Status for the latest visible version.
Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:env-spread | AI (semgrep): Spreading process.env into child process env is standard for CLI tools invoking xcodebuild; not a data exfiltration risk. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Loads metro modules from user-configured testAppModulesPath; expected pattern for a React Native test runner. | ai | |
| phantom-deps | phantom-dep:chai | AI (phantom-deps): Referenced in config files for test framework support; not a direct import by design. | ai | |
| phantom-deps | phantom-dep:patch-package | AI (phantom-deps): Referenced in config/scripts context; stable false positive for this package. | ai | |
| phantom-deps | phantom-dep:metro-react-native-babel-preset | AI (phantom-deps): Platform-specific preset loaded by convention in React Native tooling. | ai | |
| phantom-deps | phantom-dep:@babel/plugin-proposal-async-generator-functions | AI (phantom-deps): Framework-scoped Babel plugin loaded by convention; stable false positive. | ai | |
| phantom-deps | phantom-dep:babel-plugin-transform-inline-environment-variables | AI (phantom-deps): Referenced in babel config files; stable false positive for this package. | ai |
Versions (showing 1 of 1)
| Version | Deps | Published |
|---|---|---|
| 5.0.0 | 22 / 21 |
v5.0.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/acostalima/react-native-test-runner/blob/1ef22ba26a70689c5dcff407d495e3169809e28a/cli/run-ios.js#L164 162 | const buildProcess = execa('xcodebuild', xcodebuildArgs, { 163 | cwd: testAppRoot, > 164 | env: { 165 | ...process.env, 166 | RCT_NO_LAUNCH_PACKAGER: true,
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.