PkgRadar

Package evidence

@shardus/[email protected]

Install-time lifecycle script: postinstall="npm run build-rust"

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
5
Versions published
2
First published
Dec 2025
Publisher
thantsintoe

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":["@shardus/[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":["@shardus/[email protected]"],"fail_on":"review"}'
Publisherthantsintoe
Artifact bytes67,147
Previous versionnone
Published2025-12-04T04:32:05.737Z
SHA-25687c99f2ea7c52301cc3c823d1f459a998da865111e61803cd26eee9ad2d01b60

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm run build-rust"

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.6.2Version
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="npm run build-rust"5

Manifest

Package metadata

Scripts26
  • buildnpm run build-rust-release && npm run build-node
  • build-nodetsc -p .
  • build-rustcargo-cp-artifact --artifact cdylib shardus_net shardus-net.node -- cargo build --message-format=json-render-diagnostics
  • build-rust-debugnpm run build-rust --
  • build-rust-releasenpm run build-rust -- --release
  • build:rustcargo build --workspace && npm run postbuild-cargo
  • cleancargo clean
  • compilenpm run build-node
  • format-checkprettier --check "**/*.{js,jsx,ts,tsx,json}"
  • format-fixprettier --write "**/*.{js,jsx,ts,tsx,json}"
  • it-testnpm run test:cargo
  • it-test2ts-node test/test_lru.ts -p 44001 -c 2
  • linteslint "./src/**/*.ts"
  • postbuild-cargonode scripts/copy-rename.js
  • postinstallnpm run build-rust
  • prepacknpm run build-node
  • preparenpm run build
  • release:majornpm run prepare && npm version major && git push --follow-tags && npm publish
  • release:minornpm run prepare && npm version minor && git push --follow-tags && npm publish
  • release:patchnpm run prepare && npm version patch && git push --follow-tags && npm publish
  • release:premajornpm run prepare && npm version premajor --preid=prerelease && git push --follow-tags && npm publish --tag prerelease
  • release:preminornpm run prepare && npm version preminor --preid=prerelease && git push --follow-tags && npm publish --tag prerelease
  • release:prepatchnpm run prepare && npm version prepatch --preid=prerelease && git push --follow-tags && npm publish --tag prerelease
  • release:prereleasenpm run prepare && npm version prerelease --preid=prerelease && git push --follow-tags && npm publish --tag prerelease
  • testjest
  • test:cargocargo test
Dependencies2
  • cargo-cp-artifact0.1
  • uuid3.3.2