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,182Niche · −30% score
- Versions published
- 15Established · −30% score
- First published
- Mar 2025
- Publisher
- shakacode-justin
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
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["[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":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts13
buildrm -rf dist tsconfig.tsbuildinfo && yarn run tscbuild-if-neededtest -f dist/client.browser.js -a -f dist/client.node.js -a -f dist/server.node.js -a -f dist/flight-server.js -a -f dist/flight-server.browser.js -a -f dist/flight-server.edge.js -a -f dist/flight-server.node.js -a -f dist/flight-server.node.unbundled.js -a -f dist/RSCReferenceDiscoveryPlugin.js -a -f dist/RSCReferenceDiscoveryPlugin.d.ts -a -f dist/react-server-dom-rspack/plugin.js -a -f dist/react-server-dom-rspack/loader.js -a -f dist/webpack/RSCWebpackPlugin.js || (yarn run build && test -f dist/client.browser.js -a -f dist/client.node.js -a -f dist/server.node.js -a -f dist/flight-server.js -a -f dist/flight-server.browser.js -a -f dist/flight-server.edge.js -a -f dist/flight-server.node.js -a -f dist/flight-server.node.unbundled.js -a -f dist/RSCReferenceDiscoveryPlugin.js -a -f dist/RSCReferenceDiscoveryPlugin.d.ts -a -f dist/react-server-dom-rspack/plugin.js -a -f dist/react-server-dom-rspack/loader.js -a -f dist/webpack/RSCWebpackPlugin.js)prepackyarn run build-if-neededprepareyarn run build-if-neededprepublishOnlyyarn run buildreleasebash scripts/release.shrelease:dry-runbash scripts/release.sh --dry-runtestyarn test:rsc && yarn test:non-rsctest:e2ebash scripts/e2e/run.shtest:e2e:downstreambash scripts/e2e/downstream.shtest:non-rscjest tests --testPathIgnorePatterns=".*\.rsc\.test\..*"test:rscNODE_CONDITIONS=react-server jest tests/*.rsc.test.*verify:artifactsbash scripts/verify-release.sh
Dependencies4
acorn-loose^8.3.0neo-async^2.6.1react-server-dom-webpack~19.2.7webpack-sources^3.2.0