PkgRadar

Package evidence

@coolwallet/[email protected]

no findings

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
54
Versions published
27Mature · −50% score
First published
Jun 2020
Publisher
coolwallet-team

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@coolwallet/[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":["@coolwallet/[email protected]"],"fail_on":"review"}'
Artifact bytes55,747
Previous version2.0.3
Published2026-06-10T03:21:05.718Z
SHA-2561178d78e084d14bd59d8167e772742874863eafa56bb3e49c34586a98461f03d

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.0.4-beta.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • buildnpm run build:types && npm run build:ts
  • build:tsbabel src --out-dir lib --extensions ".ts,.tsx" --source-maps inline
  • build:typestsc --emitDeclarationOnly
  • ci-testNODE_ENV=production jest --runInBand
  • ci-test-goNODE_ENV=production CARD=go jest --runInBand
  • ci-test-reportNODE_ENV=production jest --no-bail --runInBand --reporters=default --reporters=jest-junit --testResultsProcessor=jest-junit
  • publish-singlerm -rf node_modules && npm install && npm run build && npm publish
  • testNODE_ENV=development jest --runInBand
  • test-goNODE_ENV=development CARD=go jest --runInBand
Dependencies6
  • @coolwallet/core^2.0.0
  • @types/node^13.11.1
  • base-x^3.0.7
  • ripple-binary-codec^2.7.0
  • rlp^3.0.0
  • typescript^3.8.3