airtap
Run TAP unit tests in 1789+ browsers
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): Intentional: passes env vars to spawned browser/support processes; standard pattern for test runners. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): Test runner legitimately spawns child processes; expected and documented behavior. | ai | |
| phantom-deps | phantom-dep:airtap-default | AI (phantom-deps): Referenced in config files as a plugin/default, not directly imported in JS — stable false positive. | ai |
Versions (showing 1 of 1)
| Version | Deps | Published |
|---|---|---|
| 5.0.0 | 31 / 8 |
v5.0.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/airtap/airtap/blob/96ed561f2415bb5f92496cc782ef54448e1ac517/lib/support-server.js#L36 34 | const vars = { AIRTAP_SUPPORT_PORT: port } 35 | const cmd = Array.isArray(this.cmd) ? this.cmd.slice() : parseCmd(this.cmd, vars) > 36 | const env = { ...process.env, ...vars } 37 | 38 | if (cmd[0].endsWith('.js')) {
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.