PkgRadar

Package evidence

@lukso/[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.

Versions published
7
First published
Aug 2021
Publisher
rryter

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":["@lukso/[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":["@lukso/[email protected]"],"fail_on":"review"}'
Publisherrryter
Artifact bytes86,537
Previous version0.1.3
Published2021-11-01T11:26:54.294Z
SHA-2566c93f8d7d5943ec01de70ea64b3085afe201173490fe8e63765a0cdc410d12e0

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
0.2.2Version
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
  • buildnpx hardhat compile
  • cleanrm -rf build && rm -rf types
  • generate-typesrun-p generate-types:*
  • generate-types:etherstypechain --target=ethers-v5 'build/contracts/*.json'
  • generate-types:web3typechain --target=web3-v1 'build/contracts/*.json'
  • packagenpx hardhat prepare-package
  • releaserun-s clean build package && npx standard-version
  • remixdremixd -s . --remix-ide
  • testNODE_NO_WARNINGS=1 jest