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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 57 · status changed
Evidence
Static findings
13 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/io-package.json | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/python/solixapi/session.py | matched "curl " | 12 |
Show all 13 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/io-package.json | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/python/solixapi/session.py | matched "curl " | 12 |
| low | Obfuscation | package/build/lib/curtailmentRunner.js | matched "\\u2013" | 3 |
| low | Obfuscation | package/build/lib/curtailmentStates.js | matched "\\xF7" | 3 |
| low | Obfuscation | package/build/lib/entities.js | matched "\\xB0" | 3 |
| low | Obfuscation | package/build/main.js | matched "\\u2013" | 3 |
| low | Obfuscation | package/build/lib/pythonBridge.js | matched "\\u2013" | 3 |
| low | Obfuscation | package/python/solixapi/api.py | matched "\\u20ac" | 3 |
| low | Obfuscation | package/python/solixapi/apibase.py | matched "\\u662f" | 3 |
| low | Obfuscation | package/python/solixapi/energy.py | matched "\\u00a3" | 3 |
| low | Obfuscation | package/python/solixapi/hesapi.py | matched "\\u20ac" | 3 |
| low | Obfuscation | package/python/solixapi/mqtttypes.py | matched "\\x00" | 3 |
| low | Obfuscation | package/python/solixapi/schedule.py | matched "\\u20ac" | 3 |
Manifest
Package metadata
Scripts16
buildbuild-adapter tsbuild:tsbuild-adapter tschecktsc --noEmitformatprettier --write "src/**/*.ts" "tools/*.js"linteslint -c eslint.config.mjs .prebuildrimraf buildprebuild:tsrimraf buildreleaserelease-scripttestnpm run build && npm run test:ts && npm run test:packagetest:integrationmocha test/integration --exittest:packagemocha test/package --exittest:tsmocha --config test/mocharc.custom.json src/**/*.test.tstranslatetranslate-adapterverify:buildnpm run build && git diff --exit-code build/watchbuild-adapter ts --watchwatch:tsbuild-adapter ts --watch
Dependencies1
@iobroker/adapter-core^3.3.2