← Home

@just-every/code

Lightweight coding agent that runs in your terminal - fork of OpenAI Codex

4
Versions
Apache-2.0
License
Yes
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures gitHead linked

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

zemaj

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
typosquat typosquat.levenshtein:cors AI (typosquat): Scoped package @just-every/code; not a typosquat of cors. ai
typosquat typosquat.levenshtein:zod AI (typosquat): Scoped package @just-every/code; not a typosquat of zod. ai
semgrep semgrep:env-spread AI (semgrep): env-spread is passing process.env to a spawned child binary — standard CLI wrapper pattern. ai
install-scripts install-script:preinstall AI (install-scripts): Preinstall script supports platform binary setup; consistent with optional-dep binary distribution pattern. ai
install-scripts install-script:postinstall AI (install-scripts): Postinstall fetches/links prebuilt platform binaries via optional deps; documented pattern for this CLI tool. ai

Versions (showing 4 of 4)

Version Deps Published
0.6.97 0 / 1
0.6.96 0 / 1
0.6.86 0 / 1
0.4.5 0 / 1

v0.6.97

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.6.96

5 findings
HIGH Package has 'preinstall' script install-scripts

Script: node scripts/preinstall.js

HIGH Package has 'postinstall' script install-scripts

Script: node postinstall.js

HIGH env-spread: bin/coder.js:402 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/just-every/code/blob/28b7c64f83300a2068ed2cd1479703bc519cacf5/bin/coder.js#L402 400 | const child = spawn(binaryPath, process.argv.slice(2), { 401 | stdio: "inherit", > 402 | env: { ...process.env, CODER_MANAGED_BY_NPM: "1", CODEX_MANAGED_BY_NPM: "1", CODE_BINARY_PATH: binaryPath }, 403 | }); 404 |

HIGH env-spread: bin/codex.js:145 semgrep

Spreading entire process.env into an object — may capture all secrets Source: https://github.com/just-every/code/blob/28b7c64f83300a2068ed2cd1479703bc519cacf5/bin/codex.js#L145 143 | const child = spawn(binaryPath, process.argv.slice(2), { 144 | stdio: "inherit", > 145 | env: { ...process.env, PATH: updatedPath, CODEX_MANAGED_BY_NPM: "1" }, 146 | }); 147 |

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.

v0.6.86

1 finding
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.

v0.4.5

1 finding
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.