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

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"}'
Artifact bytes399,898
Previous version0.10.47
Published2026-05-24T19:18:47.901Z
SHA-2561e4d791127bf41e7b034aba1ef7171a08ec4eb3defd0ad67797cda333ca62bc6

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/io-package.jsonmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/python/solixapi/session.pymatched "curl "12
Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/io-package.jsonmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/python/solixapi/session.pymatched "curl "12
lowObfuscationpackage/build/lib/curtailmentRunner.jsmatched "\\u2013"3
lowObfuscationpackage/build/lib/curtailmentStates.jsmatched "\\xF7"3
lowObfuscationpackage/build/lib/entities.jsmatched "\\xB0"3
lowObfuscationpackage/build/main.jsmatched "\\u2013"3
lowObfuscationpackage/build/lib/pythonBridge.jsmatched "\\u2013"3
lowObfuscationpackage/python/solixapi/api.pymatched "\\u20ac"3
lowObfuscationpackage/python/solixapi/apibase.pymatched "\\u662f"3
lowObfuscationpackage/python/solixapi/energy.pymatched "\\u00a3"3
lowObfuscationpackage/python/solixapi/hesapi.pymatched "\\u20ac"3
lowObfuscationpackage/python/solixapi/mqtttypes.pymatched "\\x00"3
lowObfuscationpackage/python/solixapi/schedule.pymatched "\\u20ac"3

Manifest

Package metadata

Scripts16
  • buildbuild-adapter ts
  • build:tsbuild-adapter ts
  • checktsc --noEmit
  • formatprettier --write "src/**/*.ts" "tools/*.js"
  • linteslint -c eslint.config.mjs .
  • prebuildrimraf build
  • prebuild:tsrimraf build
  • releaserelease-script
  • testnpm run build && npm run test:ts && npm run test:package
  • test:integrationmocha test/integration --exit
  • test:packagemocha test/package --exit
  • test:tsmocha --config test/mocharc.custom.json src/**/*.test.ts
  • translatetranslate-adapter
  • verify:buildnpm run build && git diff --exit-code build/
  • watchbuild-adapter ts --watch
  • watch:tsbuild-adapter ts --watch
Dependencies1
  • @iobroker/adapter-core^3.3.2