PkgRadar

Package evidence

[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
546
Versions published
18Established · −30% score
First published
Oct 2025
Publisher
smartledger

Effective trust discount applied: 30% (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":["[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"}'
Publishersmartledger
Artifact bytes3,250,061
Previous version4.0.0
Published2026-05-31T14:41:25.993Z
SHA-2568e4371f8b0096800a125a70d82237f8291a9833e7499f9f444ad9057c0390d6e

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
4.0.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts52
  • buildnpm run build-bsv && npm run build-ecies && npm run build-message && npm run build-mnemonic && npm run build-shamir && npm run build-smartcontract
  • build-advancednpm run build-ltp && npm run build-gdaf
  • build-allnpm run build && npm run build-bundle && npm run build-specialized && npm run build-advanced && npm run build-credentials
  • build-anchorNODE_OPTIONS="--openssl-legacy-provider" webpack anchor-entry.js --config build/webpack.anchor.config.js
  • build-bsvNODE_OPTIONS="--openssl-legacy-provider" webpack index.js --config build/webpack.config.js
  • build-bundleNODE_OPTIONS="--openssl-legacy-provider" webpack bundle-entry.js --config build/webpack.bundle.config.js
  • build-covenantNODE_OPTIONS="--openssl-legacy-provider" webpack covenant-entry.js --config build/webpack.covenant.config.js
  • build-credentialsnpm run build-didweb && npm run build-vcjwt && npm run build-statuslist && npm run build-anchor
  • build-didwebNODE_OPTIONS="--openssl-legacy-provider" webpack didweb-entry.js --config build/webpack.didweb.config.js
  • build-eciesNODE_OPTIONS="--openssl-legacy-provider" webpack ecies/index.js --config build/webpack.subproject.config.js --output-library bsvEcies -o bsv-ecies.min.js
  • build-gdafNODE_OPTIONS="--openssl-legacy-provider" webpack gdaf-entry.js --config build/webpack.gdaf.config.js
  • build-ltpNODE_OPTIONS="--openssl-legacy-provider" webpack ltp-entry.js --config build/webpack.ltp.config.js
  • build-messageNODE_OPTIONS="--openssl-legacy-provider" webpack message/index.js --config build/webpack.subproject.config.js --output-library bsvMessage -o bsv-message.min.js
  • build-mnemonicNODE_OPTIONS="--openssl-legacy-provider" webpack mnemonic/index.js --config build/webpack.subproject.config.js --output-library bsvMnemonic -o bsv-mnemonic.min.js
  • build-script-helperNODE_OPTIONS="--openssl-legacy-provider" webpack script-helper-entry.js --config build/webpack.script-helper.config.js
  • build-securityNODE_OPTIONS="--openssl-legacy-provider" webpack security-entry.js --config build/webpack.security.config.js
  • build-shamirNODE_OPTIONS="--openssl-legacy-provider" webpack shamir-entry.js --config build/webpack.subproject.config.js --output-library bsvShamir -o bsv-shamir.min.js
  • build-smartcontractNODE_OPTIONS="--openssl-legacy-provider" webpack smartcontract-entry.js --config build/webpack.smartcontract.config.js
  • build-specializednpm run build-covenant && npm run build-script-helper && npm run build-security
  • build-statuslistNODE_OPTIONS="--openssl-legacy-provider" webpack statuslist-entry.js --config build/webpack.statuslist.config.js
  • build-vcjwtNODE_OPTIONS="--openssl-legacy-provider" webpack vcjwt-entry.js --config build/webpack.vcjwt.config.js
  • coveragenyc --reporter=text npm run test
  • demonode demos/smart_contract_demo.js
  • demo:basicsnode demos/smart_contract_demo.js --feature basics
  • demo:covenantnode demos/smart_contract_demo.js --feature covenant
  • demo:legacynpm run test:covenants
  • demo:legacy:basicnpm run test:basic
  • demo:legacy:preimageecho '🧠 BIP-143 Preimage Extractor Demo' && node examples/preimage/extract_preimage_bidirectional.js
  • demo:legacy:scriptsnpm run test:scripts
  • demo:preimagenode demos/smart_contract_demo.js --feature preimage
  • …and 22 more.
Dependencies8
  • aes-js^3.1.2
  • bn.js=4.11.9
  • bs58=4.0.1
  • clone-deep^4.0.1
  • elliptic6.6.1
  • hash.js^1.1.7
  • inherits2.0.3
  • unorm1.4.1