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.

Versions published
67Mature · −50% score
First published
Sep 2021
Publisher
1aerostorm

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 promoting

Mixed 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":["[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":["[email protected]"],"fail_on":"review"}'
Publisher1aerostorm
Artifact bytes1,552,119
Previous version0.9.82
Published2026-06-05T20:44:28.251Z
SHA-25680cab8450630bd4f427966413525fd2a1155c5d27ec37cca40762cdaff3cddf7

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

review
Last checked
reviewRisk
2Score
0.9.83Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/check_integrity.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts8
  • buildnode ./include_core.js && npm run build-browser && npm run build-node && npm run check-integrity
  • build-browserrm -rf dist && NODE_ENV=production webpack && gzip -k -f ./dist/*.js && du -h ./dist/*
  • build-nodemkdir -p ./lib && cp -r ./src/* ./lib/ && babel ./src --out-dir ./lib
  • check-integritynode check_integrity.js
  • disable-test-prepublishnpm run test && npm run build
  • testmocha -t 20000 --recursive --require @babel/register
  • test-authnpm test -- --grep 'golos.auth'
  • test-messagesnpm test -- --watch --grep 'golos.messages'
Dependencies21
  • abort-controller^3.0.0
  • assert^2.0.0
  • bigi^1.4.2
  • browserify-aes^1.0.6
  • bs58^6.0.0
  • buffer^6.0.3
  • bytebuffer^5.0.1
  • core-js^3.41.0
  • create-hash^1.1.2
  • create-hmac^1.1.4
  • cross-fetch^4.1.0
  • debug^2.6.8
  • detect-node^2.0.3
  • ecurve^1.0.5
  • events^3.3.0
  • lodash^4.17.21
  • process^0.11.10
  • regenerator-runtime^0.14.1
  • secure-random^1.1.1
  • stream-browserify^3.0.0
  • ws^8.18.1