PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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"}'
Artifact bytes59,179
Previous version0.1.6
Published2026-04-26T17:31:27.405Z
SHA-256e26ffc074d1e4246ac9632dc33e06a22081e19a1abd436ce85a429db6983a763

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/io-package.jsonmatched "raw.githubusercontent.com"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/io-package.jsonmatched "raw.githubusercontent.com"12
lowObfuscationpackage/lib/devicemgmt.jsmatched "\\u9999"3
lowObfuscationpackage/lib/statesController.jsmatched "\\u9999"3

Manifest

Package metadata

Scripts8
  • checktsc --noEmit -p tsconfig.check.json
  • linteslint .
  • releaserelease-script
  • testnpm run test:js && npm run test:package
  • test:integrationmocha test/integration --exit
  • test:jsmocha --config test/mocharc.custom.json "{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}"
  • test:packagemocha test/package --exit
  • translatetranslate-adapter
Dependencies10
  • @iobroker/adapter-core^3.3.2
  • @iobroker/dm-utils^3.0.19
  • aedes^0.51.3
  • aedes-persistence-nedb^2.0.3
  • humanize-duration^3.33.2
  • mqtt^5.15.1
  • net^1.0.2
  • node-schedule^2.1.1
  • sharp^0.34.5
  • ws^8.20.0