PkgRadar

Package evidence

@just-every/[email protected]

Install-time lifecycle script: preinstall="node scripts/preinstall.js"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
2,030Niche · −30% score
Versions published
353Established · −30% score
First published
Aug 2025
Publisher
zemaj

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["@just-every/[email protected]"],"fail_on":"review"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["@just-every/[email protected]"],"fail_on":"review"}'
Publisherzemaj
Artifact bytes21,791
Previous version0.6.118
Published2026-06-16T21:49:17.608Z
SHA-25612da54fd39645427abe82a3fbb692c4e21b73730ab85d6fcf523ae46b1ed5d4a

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node scripts/preinstall.js"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
7Score
0.6.119Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/preinstall.js"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node postinstall.js"5

Manifest

Package metadata

Scripts3
  • postinstallnode postinstall.js
  • preinstallnode scripts/preinstall.js
  • prepublishOnlynode -e "const fs=require('fs'),path=require('path'); const repoGit=path.join(__dirname,'..','.git'); const inCi=process.env.GITHUB_ACTIONS==='true'||process.env.CI==='true'; if(fs.existsSync(repoGit) && !inCi){ console.error('Refusing to publish from codex-cli. Publishing happens via release.yml.'); process.exit(1);} else { console.log(inCi ? 'CI publish detected.' : 'Publishing staged package...'); }"
Optional dependencies5
  • @just-every/code-darwin-arm640.6.119
  • @just-every/code-darwin-x640.6.119
  • @just-every/code-linux-arm64-musl0.6.119
  • @just-every/code-linux-x64-musl0.6.119
  • @just-every/code-win32-x640.6.119