PkgRadar

Package evidence

@newton-xyz/[email protected]

Install-time lifecycle script: preinstall="npx only-allow pnpm"

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.

Versions published
2
First published
Jun 2026
Publisher
jhwon0820

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":["@newton-xyz/[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":["@newton-xyz/[email protected]"],"fail_on":"review"}'
Publisherjhwon0820
Artifact bytes91,434
Previous version1.0.0--canary.159.27075395518.0
Published2026-06-06T22:21:59.500Z
SHA-2565a8d7a232260d61622f060be524017a6a00836a1e30eae3e1c001ef800a1f4e0

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="npx only-allow pnpm"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"5

Manifest

Package metadata

Scripts22
  • buildrollup -c rollup.config.mjs
  • check:allpnpm check:exports && pnpm check:size && pnpm check:types-resolution
  • check:exportspublint
  • check:sizesize-limit
  • check:types-resolutionattw --pack . --entrypoints . --ignore-rules=unexpected-module-syntax
  • check:unusedknip
  • cleanrimraf dist && rimraf node_modules
  • docs:broken-linkscd site && mintlify broken-links
  • docs:check./scripts/check-docs-twoslash.sh
  • docs:devcd site && mintlify dev
  • formatbiome format --write src/
  • format:checkbiome format src/
  • lintbiome check src/
  • lint:fixbiome check --write src/
  • preinstallnpx only-allow pnpm
  • preparesimple-git-hooks
  • sync-abis./scripts/sync-abis.sh
  • testvitest run --passWithNoTests
  • test:coveragevitest run --coverage
  • test:typecheckvitest --config vitest.typecheck.config.ts --passWithNoTests
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies7
  • @hpke/chacha20poly1305^1.7.1
  • @hpke/core^1.8.0
  • @hpke/dhkem-x25519^1.7.0
  • @noble/curves^2.0.1
  • eventemitter3^4.0.4
  • jose^6.0.13
  • viem^2.35.1