PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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 bytes244,367
Previous version0.1.3
Published2026-05-24T17:43:30.673Z
SHA-256e65c38038ae8dbf1832d7a1293318b085b4a96e823a1f4eb5e088e2e49f48797

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/io-package.jsonmatched ".npmrc"30
mediumRemote Payloadpackage/io-package.jsonmatched "raw.githubusercontent.com"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/io-package.jsonmatched ".npmrc"30
mediumRemote Payloadpackage/io-package.jsonmatched "raw.githubusercontent.com"12
lowObfuscationpackage/build/main.jsmatched "Buffer.from(msg.data, \"base64"3

Manifest

Package metadata

Scripts14
  • buildbuild-adapter ts
  • build:tsbuild-adapter ts
  • checktsc --noEmit
  • linteslint -c eslint.config.mjs .
  • prebuildrimraf build
  • prebuild:tsrimraf build
  • releaserelease-script
  • testnpm 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
  • watchbuild-adapter ts --watch
  • watch:tsbuild-adapter ts --watch
Dependencies19
  • @eslint/eslintrc^3.3.5
  • @eslint/js^10.0.1
  • @iobroker/adapter-core^3.3.2
  • @iobroker/types^7.1.0
  • @marsaud/smb2^0.18.0
  • basic-ftp^6.0.1
  • eslint^10.4.0
  • eslint-config-prettier^10.1.8
  • eslint-plugin-import^2.32.0
  • eslint-plugin-jsdoc^62.9.0
  • eslint-plugin-prettier^5.5.5
  • eslint-plugin-react^7.37.5
  • eslint-plugin-react-hooks^7.1.1
  • eslint-plugin-unicorn^64.0.0
  • globals^17.6.0
  • prettier^3.8.3
  • ssh2-sftp-client^12.1.1
  • typescript-eslint^8.59.3
  • webdav^5.10.0