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,877,998
Previous version4.54.2-beta.16
Published2023-12-11T13:28:49.346Z
SHA-2566e85a77a88d1bf83d619fab6768b3d39172952f0330b6622b00aeb7a2da54631

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.17Version
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.js7743891 bytes0
lowLarge Javascript Payloadpackage/public/assets/monaco/min/vs/editor/editor.main.js3054044 bytes0
lowObfuscation Densitypackage/public/assets/monaco/min/vs/basic-languages/freemarker2/freemarker2.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/public/main.236eec4ca4d58d0b.js3941364 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.js8337522 bytes0
lowLarge Javascript Payloadpackage/public/assets/monaco/dev/vs/language/typescript/tsWorker.js8611250 bytes0
lowLarge Javascript Payloadpackage/public/assets/monaco/min/vs/language/typescript/tsWorker.js4720883 bytes0

Manifest

Package metadata

Scripts17
  • build-websitets-node ./build/website && npm run typedoc
  • deps-all-installts-node ./build/npm/installAll
  • deps-all-removets-node ./build/npm/removeAll
  • 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