Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":"high"}'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":"high"}'Why flagged
What the scanner saw
Credential file access: matched "GITHUB_TOKEN"
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 high · score 48 · status changed
Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/package.json | matched "GITHUB_TOKEN" | 30 |
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/package.json | matched "GITHUB_TOKEN" | 30 |
| low | Obfuscation | package/build/protocol/DeviceInfo.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/build/dptlib/dpt4.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/build/secure/keyring.js | matched "Buffer.from(trimmed, 'base64" | 3 |
| low | Obfuscation | package/src/protocol/DeviceInfo.ts | matched "fromCharCode" | 3 |
| low | Obfuscation | package/src/dptlib/dpt4.ts | matched "fromCharCode" | 3 |
| low | Obfuscation | package/src/secure/keyring.ts | matched "Buffer.from(trimmed, 'base64" | 3 |
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