PkgRadar

Package evidence

[email protected]

Credential file access: matched "ID_RSA"

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"}'
Publishernstc-wuhan
Artifact bytes45,447,939
Previous version3.1.8
Published2026-05-22T09:58:40.260Z
SHA-256579aa1d08c4c2d82537bff168a6b53d5f327cb6be306307b2b6329a46aeecff3

Why flagged

What the scanner saw

Credential file access: matched "ID_RSA"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

nstc-wuhan

2 members · evidence strength 61

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/plugins/Sign/Itrus/index.jsmatched "ID_RSA"30
highCredential file accesspackage/src/plugins/Sign/Itrus/sign_3720.jsmatched "ID_RSA"30
Show all 14 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/plugins/Sign/Itrus/index.jsmatched "ID_RSA"30
highCredential file accesspackage/src/plugins/Sign/Itrus/sign_3720.jsmatched "ID_RSA"30
lowObfuscationpackage/src/plugins/Sign/kySign/base64.jsmatched "fromCharCode"3
lowObfuscationpackage/src/plugins/Sign/hnca/index.jsmatched "fromCharCode"3
lowObfuscationpackage/src/plugins/Sign/Itrus/index.jsmatched "eval("3
lowObfuscationpackage/src/plugins/Sign/InfosecNetSignCNGAgent.min.jsmatched "eval("3
lowObfuscationpackage/src/plugins/Sign/NetSM3/InfosecNetSignCNGAgent.min.jsmatched "eval("3
lowObfuscationpackage/src/plugins/Sign/netca/netca.base.1.1.0.jsmatched "atob("3
lowObfuscationpackage/src/utils/numberPor.jsmatched "eval("3
lowObfuscationpackage/src/plugins/Print/print-js/src/js/pdf.jsmatched "atob("3
lowObfuscationpackage/src/plugins/Print/print-js/dist/print.jsmatched "atob("3
lowObfuscationpackage/src/plugins/Sign/Itrus/sign_3720.jsmatched "eval("3
lowObfuscationpackage/nstc-g6/directives/VNstcNumber/temp.jsmatched "fromCharCode"3
lowObfuscationpackage/src/plugins/Sign/bjca/XTXSAB.jsmatched "eval("3

Manifest

Package metadata

Scripts8
  • coverageopen coverage/lcov-report/index.html
  • coverallscat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
  • devwebpack --mode development --progress --hide-modules --devtool source-map
  • productionwebpack --mode production --progress --hide-modules
  • standard:fixstandard --fix
  • startwebpack-dev-server --public http://localhost:8080/test/manual --open
  • teststandard && karma start
  • watchwebpack --mode development --watch --progress --hide-modules