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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="npm run build-rust" | 5 |
Manifest
Package metadata
Scripts26
buildnpm run build-rust-release && npm run build-nodebuild-nodetsc -p .build-rustcargo-cp-artifact --artifact cdylib shardus_net shardus-net.node -- cargo build --message-format=json-render-diagnosticsbuild-rust-debugnpm run build-rust --build-rust-releasenpm run build-rust -- --releasebuild:rustcargo build --workspace && npm run postbuild-cargocleancargo cleancompilenpm run build-nodeformat-checkprettier --check "**/*.{js,jsx,ts,tsx,json}"format-fixprettier --write "**/*.{js,jsx,ts,tsx,json}"it-testnpm run test:cargoit-test2ts-node test/test_lru.ts -p 44001 -c 2linteslint "./src/**/*.ts"postbuild-cargonode scripts/copy-rename.jspostinstallnpm run build-rustprepacknpm run build-nodepreparenpm run buildrelease:majornpm run prepare && npm version major && git push --follow-tags && npm publishrelease:minornpm run prepare && npm version minor && git push --follow-tags && npm publishrelease:patchnpm run prepare && npm version patch && git push --follow-tags && npm publishrelease:premajornpm run prepare && npm version premajor --preid=prerelease && git push --follow-tags && npm publish --tag prereleaserelease:preminornpm run prepare && npm version preminor --preid=prerelease && git push --follow-tags && npm publish --tag prereleaserelease:prepatchnpm run prepare && npm version prepatch --preid=prerelease && git push --follow-tags && npm publish --tag prereleaserelease:prereleasenpm run prepare && npm version prerelease --preid=prerelease && git push --follow-tags && npm publish --tag prereleasetestjesttest:cargocargo test
Dependencies2
cargo-cp-artifact0.1uuid3.3.2