← Home

@refinedev/cli

2
Versions
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures No source commit

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

omerfarukaplakpankodbotaliemirsenwillicoalicanerdurmaz

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): Intentional env passthrough in CLI script runner; stable pattern for this package. ai
semgrep semgrep:base64-decode AI (semgrep): Encode/decode utility; not a payload obfuscation pattern. ai
semgrep semgrep:dynamic-require AI (semgrep): Documented swizzle config loader; stable pattern for this CLI tool. ai
typosquat typosquat.levenshtein:joi AI (typosquat): Scoped package @refinedev/cli; Levenshtein match to 'joi' is purely incidental. ai
phantom-deps phantom-dep:tslib AI (phantom-deps): tslib is a known implicit runtime dependency for TypeScript compiled packages. ai
phantom-deps phantom-dep:node-emoji AI (phantom-deps): Referenced in config files; stable false positive for this package. ai
phantom-deps phantom-dep:node-env-type AI (phantom-deps): Referenced in config files; stable false positive for this package. ai

Versions (showing 2 of 2)

Version Deps Published
2.16.52 36 / 23
2.16.51 36 / 23

v2.16.52

2 findings
HIGH env-spread: src/commands/runner/runScript.ts:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | stdio: "pipe", 24 | windowsHide: false, > 25 | env: { 26 | FORCE_COLOR: "true", 27 | REFINE_NO_TELEMETRY: ENV.REFINE_NO_TELEMETRY,

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v2.16.51

2 findings
HIGH env-spread: src/commands/runner/runScript.ts:25 semgrep

Spreading entire process.env into an object — may capture all secrets 23 | stdio: "pipe", 24 | windowsHide: false, > 25 | env: { 26 | FORCE_COLOR: "true", 27 | REFINE_NO_TELEMETRY: ENV.REFINE_NO_TELEMETRY,

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.