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.
- Weekly downloads
- 2,207Niche · −30% score
- Versions published
- 194Mature · −50% score
- First published
- Nov 2018
- Publisher
- zxdong262
Effective trust discount applied: −50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Review before promotingMixed 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":["@electerm/[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":["@electerm/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".ssh/"
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 review · score 15 · status changed
Evidence
Static findings
28 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 28 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cjs/ar_ar.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/de_de.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/en_us.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/es_es.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/fr_fr.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/id_id.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/ja_jp.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/ko_kr.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/pl_pl.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/pt_br.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/ru_ru.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/tr_tr.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/zh_cn.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cjs/zh_tw.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/ar_ar.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/de_de.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/en_us.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/es_es.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/fr_fr.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/id_id.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/ja_jp.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/ko_kr.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/pl_pl.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/pt_br.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/ru_ru.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/tr_tr.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/zh_cn.mjs | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/esm/zh_tw.mjs | matched ".ssh/" | 5 |
Manifest
Package metadata
Scripts6
buildnode bin/build.jsfixstandard --fixlintstandardpre-pushnpm run lint && npm run testpubnpm run build && npm publish --access publictestnpm run build && node --test tests/*.spec.js