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"}'
Publishernorthernman
Artifact bytes66,952
Previous version0.2.3-beta.5
Published2025-12-03T22:23:23.508Z
SHA-2568a30a5fbd4ec7e4bc8ebe276ca68bb6f1d813728584211f093f75ed2a5611f15

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
42Score
0.2.3-beta.6Version
Status history (1 event)
  1. newavailable · risk high · score 42 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

northernman

2 members · evidence strength 52

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/Build and Publish.ymlmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/.github/workflows/Build and Publish.ymlmatched "wget "12

Manifest

Package metadata

Scripts8
  • buildrimraf ./dist && tsc
  • document./gh-md-toc --hide-footer DEVICES.md
  • linteslint --fix src/**.ts
  • oldWatchnpm run build && npm link && nodemon
  • prepublishOnlynpm run lint && npm run build
  • testrimraf ./dist && node --experimental-vm-modules node_modules/.bin/jest --detectOpenHandles
  • test-coveragejest --coverage
  • watchnodemon
Dependencies6
  • debug^4.4.3
  • fakegato-history^0.6.7
  • homebridge-lib^7.1.13
  • mqtt^5.14.1
  • nunjucks^3.2.x
  • semver^7.7.3