@kie-tools/playwright-base
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to
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
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| install-scripts | install-script:install | AI (install-scripts): Install script compiles TS and installs Playwright deps — standard for this Playwright base package. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): env-spread is in a subprocess env-merge utility; expected pattern for a test runner wrapper. | ai |
v10.2.0
3 findingsScript: pnpm install:cli && pnpm install:deps
Spreading entire process.env into an object — may capture all secrets 102 | 103 | function mergeEnv(overrides: EnvMap = {}): NodeJS.ProcessEnv { > 104 | return { ...process.env, ...basePlaywrightEnv(), ...overrides }; 105 | } 106 |
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v10.1.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.