PkgRadar

Package evidence

[email protected]

Remote Payload: matched "github.com/homebridge/plugin-repo/releases/download"

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
11,403Mainstream · −50% score
Versions published
2,728Mature · −50% score
First published
Dec 2017
Publisher
supereg

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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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"}'
Publishersupereg
Artifact bytes16,479,304
Previous version4.54.2-beta.17
Published2023-12-11T14:23:14.324Z
SHA-256d0e8a3ea35bdec2ca455f2b7802708ccf54ccd6b2280f1de27a94529c424399f

Why flagged

What the scanner saw

Remote Payload: matched "github.com/homebridge/plugin-repo/releases/download"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
4.54.2-beta.18Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/plugin-upgrade-install.shmatched "github.com/homebridge/plugin-repo/releases/download"12
mediumRemote Payloadpackage/upgrade-install.shmatched "curl "12
Show all 12 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/plugin-upgrade-install.shmatched "github.com/homebridge/plugin-repo/releases/download"12
mediumRemote Payloadpackage/upgrade-install.shmatched "curl "12
lowCredential file accesspackage/dist/modules/backup/backup.service.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/main.jsmatched ".npmrc"5
lowLarge Javascript Payloadpackage/public/assets/monaco/dev/vs/editor/editor.main.js7361228 bytes0
lowLarge Javascript Payloadpackage/public/assets/monaco/min/vs/editor/editor.main.js2917518 bytes0
lowObfuscation Densitypackage/public/assets/monaco/min/vs/basic-languages/freemarker2/freemarker2.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/public/main.3db29aaca7e9c5df.js3941319 bytes0
lowObfuscation Densitypackage/public/assets/monaco/esm/vs/base/common/marked/marked.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/public/assets/monaco/esm/vs/language/typescript/ts.worker.js8335797 bytes0
lowLarge Javascript Payloadpackage/public/assets/monaco/dev/vs/language/typescript/tsWorker.js8609469 bytes0
lowLarge Javascript Payloadpackage/public/assets/monaco/min/vs/language/typescript/tsWorker.js4727185 bytes0

Manifest

Package metadata

Scripts15
  • build-websitets-node ./build/website && npm run typedoc
  • import-typescriptts-node ./build/importTypescript
  • package-for-smoketest-esbuildts-node ./test/smoke/package-esbuild
  • playwright-installnode ./node_modules/playwright/install.js
  • playwright-install-depsplaywright install-deps
  • prettierprettier --write .
  • prettier-checkprettier --check .
  • pretty-quickpretty-quick --staged
  • releasets-node ./build/build && ts-node ./build/release
  • simpleserverts-node ./build/simpleserver
  • smoketestnode ./test/smoke/runner.js
  • smoketest-debugnode ./test/smoke/runner.js --debug-tests
  • testmocha test/unit/all.js
  • typedoccd website/typedoc && "../../node_modules/.bin/typedoc" --options ./typedoc.json
  • watchtsc -w -p ./src