@remix-run/cli
Command-line interface for Remix
Supply chain provenance
Status for the latest visible version.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| npm-metadata | suspicious-initial-version | AI (npm-metadata): Explicit placeholder/namespace-reservation package; 0.0.0 is intentional per package.json description. | ai | |
| bogus-package | bogus-package | AI (bogus-package): Intentional CI/OIDC placeholder; tiny payload and no deps are expected for a namespace reservation. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Used in a worker-env builder that copies then filters process.env; not exfiltration, stable pattern for this package. | ai | |
| semgrep | semgrep:api-obfuscation-reflect | AI (semgrep): Reflect.get used to access a named export from a dynamic route module; legitimate pattern, not obfuscation. | ai | |
| typosquat | typosquat.levenshtein:joi | AI (typosquat): Scoped @remix-run namespace; Levenshtein match against 'joi' is a false positive. | ai |
Versions (showing 7 of 7)
| Version | Deps | Published |
|---|---|---|
| 0.3.3 | 3 / 4 | |
| 0.3.2 | 3 / 4 | |
| 0.3.1 | 3 / 4 | |
| 0.3.0 | 3 / 4 | |
| 0.2.0 | 3 / 4 | |
| 0.1.0 | 4 / 4 | |
| 0.0.0 | 0 / 0 |
v0.3.3
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.3.2
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.3.1
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.3.0
1 findingPublished via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.2.0
2 findingsSpreading entire process.env into an object — may capture all secrets 292 | 293 | function createRouteMapWorkerEnv(): NodeJS.ProcessEnv { > 294 | let env = { ...process.env } 295 | 296 | for (let key of Object.keys(env)) {
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.1.0
2 findingsSpreading entire process.env into an object — may capture all secrets 292 | 293 | function createRouteMapWorkerEnv(): NodeJS.ProcessEnv { > 294 | let env = { ...process.env } 295 | 296 | for (let key of Object.keys(env)) {
Published via CI/CD with Sigstore attestation (predicate: https://slsa.dev/provenance/v1). This is the strongest supply chain integrity signal.
v0.0.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.