PkgRadar

Package evidence

@joinmonolith/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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
34
Versions published
2
First published
May 2026
Publisher
dxffffff

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":["@joinmonolith/[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":["@joinmonolith/[email protected]"],"fail_on":"review"}'
Publisherdxffffff
Artifact bytes22,721,803
Previous versionnone
Published2026-05-09T20:12:03.903Z
SHA-2561aaa77c3fcb30ba6fbb5195d867b6c5512095eef344a9efa0f7f0ac94161761e

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.6.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.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts21
  • buildrun-s build:rust build:ts
  • build:debugrun-s build:rust-debug build:ts
  • build:docstypedoc
  • build:rustpnpm run build:rust-debug --release
  • build:rust-debugcargo build --message-format=json-render-diagnostics > cargo.log
  • build:tstsc -b && cpy index.node dist && cpy index.node js-src && cpy --flat js-src/types.d.ts dist/types
  • changeset:publishchangeset publish
  • cirun-s build:rust-debug build:ts test
  • ci:releasepnpm run build && changeset tag && pnpm publish --access=public --no-git-checks
  • cleanrimraf dist target
  • crosspnpm run cross-build --release
  • cross-buildcross build --message-format=json-render-diagnostics > cross.log
  • debugpnpm run cargo-build --
  • lintcargo clippy && pnpm eslint
  • postbuild:rust-debugneon dist < cargo.log
  • postcross-buildneon dist -m /target < cross.log
  • postinstallnode scripts/postinstall.cjs
  • releaserun-s build changeset:publish
  • testpnpm build:debug && vitest run
  • test:uipnpm build:debug && vitest --ui
  • test:watchpnpm build:debug && vitest
Dependencies9
  • cargo-cp-artifact^0.1.9
  • cli-progress^3.12.0
  • debug^4.4.3
  • fs-extra^11.3.4
  • mkdirp^3.0.1
  • node-fetch^3.3.2
  • pkg-dir^8.0.0
  • pretty-bytes^6.1.1
  • unzipper^0.10.14