PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

Recommended action

Block this update

Static 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"}'
Publishersupergiovane
Artifact bytes295,891
Previous version5.5.7
Published2026-05-24T07:29:13.396Z
SHA-25694b42e8499c779d14ffa71a5853167d3fa025ba42135dd2b0a3f2bca4d684019

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

high
Last checked
highRisk
48Score
5.5.8Version
Status history (1 event)
  1. newavailable · risk high · score 48 · status changed

Evidence

Static findings

7 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched "GITHUB_TOKEN"30
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched "GITHUB_TOKEN"30
lowObfuscationpackage/build/protocol/DeviceInfo.jsmatched "fromCharCode"3
lowObfuscationpackage/build/dptlib/dpt4.jsmatched "fromCharCode"3
lowObfuscationpackage/build/secure/keyring.jsmatched "Buffer.from(trimmed, 'base64"3
lowObfuscationpackage/src/protocol/DeviceInfo.tsmatched "fromCharCode"3
lowObfuscationpackage/src/dptlib/dpt4.tsmatched "fromCharCode"3
lowObfuscationpackage/src/secure/keyring.tsmatched "Buffer.from(trimmed, 'base64"3

Manifest

Package metadata

Scripts23
  • buildnpm run clean && node -e "setTimeout(()=>{},5000)" && tsc -p tsconfig.build.json
  • cleannode -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 --preRelease
  • example: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=beta
  • prebuildnpm run lint-fix
  • prepacknpm run build && node scripts/cleanupPackArtifacts.js
  • realsamplesnode scripts/realsamples.js
  • releaseread -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it
  • release:majornpm run release -- major
  • release:minornpm run release -- minor
  • release:patchnpm run release -- patch
  • testnode -r ./test/setupForceColor -r esbuild-register --test --test-reporter tap test/unit/*.test.ts test/secure/*.test.ts
  • test:allnpm run test && npm run test:dtp && npm run test:integration
  • test:coveragenyc npm run test
  • test:dtpnode -r ./test/setupForceColor -r esbuild-register --test --test-reporter tap test/dtp/*.test.ts
  • test:integrationnode -r ./test/setupForceColor -r esbuild-register --test --test-reporter tap $(find test/integration -name '*.test.ts')
Dependencies4
  • binary-parser^2.3.0
  • serialport^13.0.0
  • winston^3.17.0
  • xml2js0.6.0