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
- 1,104Niche · −30% score
- Versions published
- 128Mature · −50% score
- First published
- Feb 2022
- Publisher
- supergiovane
Effective trust discount applied: −50% (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
Scripts23
buildnpm run clean && node -e "setTimeout(()=>{},5000)" && tsc -p tsconfig.build.jsoncleannode -e "const fs=require('fs'), path=require('path'), dir='build'; if(!fs.existsSync(dir)){ fs.mkdirSync(dir,{recursive:true}); } else { for (const e of fs.readdirSync(dir)) fs.rmSync(path.join(dir,e),{recursive:true,force:true}); }"consecutivebetareleaseread -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it --preReleaseexample:bridge:noderedmsgnode -r esbuild-register -e "require('./examples/bridgeTunnelToNodeRedMsg.ts')"example:respondRawnode -r esbuild-register -e "require('./examples/respondRaw.ts')"example:secure:multicastnode -r esbuild-register -e "require('./examples/sampleSecureMulticast.ts')"example:secure:tunnelnode -r esbuild-register -e "require('./examples/sampleSecureTunnelTCP.ts')"example:writeRawnode -r esbuild-register -e "require('./examples/writeRaw.ts')"linteslint --ext .ts .lint-fixeslint --fix --ext .ts .newbetareleaseread -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it minor --preRelease=betaprebuildnpm run lint-fixprepacknpm run build && node scripts/cleanupPackArtifacts.jsrealsamplesnode scripts/realsamples.jsreleaseread -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-itrelease:majornpm run release -- majorrelease:minornpm run release -- minorrelease:patchnpm run release -- patchtestnode -r ./test/setupForceColor -r esbuild-register --test --test-reporter tap test/unit/*.test.ts test/secure/*.test.tstest:allnpm run test && npm run test:dtp && npm run test:integrationtest:coveragenyc npm run testtest:dtpnode -r ./test/setupForceColor -r esbuild-register --test --test-reporter tap test/dtp/*.test.tstest:integrationnode -r ./test/setupForceColor -r esbuild-register --test --test-reporter tap $(find test/integration -name '*.test.ts')
Dependencies4
binary-parser^2.3.0serialport^13.0.0winston^3.17.0xml2js0.6.0