eslint-watch
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 pattern: eslint-watch passes parent env to eslint subprocess, standard for CLI wrappers. | ai | |
| phantom-deps | phantom-dep:lodash.isequal | AI (phantom-deps): lodash.isequal is listed in dependencies; phantom-dep heuristic false positive for this package. | ai |
Versions (showing 1 of 1)
| Version | Deps | Published |
|---|---|---|
| 8.0.0 | 10 / 15 |
v8.0.0
2 findingsSpreading entire process.env into an object — may capture all secrets Source: https://github.com/rizowski/eslint-watch/blob/59d480912c2cb972d83cab10e7c27bd1a5330e74/src/eslint/index.js#L19 17 | 18 | try { > 19 | const result = await execa('eslint', args, { env: { ...process.env, ...env } }); 20 | 21 | logger.debug(result);
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.