PkgRadar

Package evidence

@lukso/[email protected]

Remote Dependency Spec: devDependencies.forge-std="github:foundry-rs/forge-std#v1.9.7"

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
2
First published
Aug 2025
Publisher
lukso-network

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":["@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"}'
Publisherlukso-network
Artifact bytes766,345
Previous versionnone
Published2025-08-01T08:42:42.780Z
SHA-25676a6650b5c8e03d3e7f2baaff3b454c9ec1531dfe5e1be07d0eb6ceb8c1fcf1b

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.forge-std="github:foundry-rs/forge-std#v1.9.7"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.forge-std="github:foundry-rs/forge-std#v1.9.7"8

Manifest

Package metadata

Scripts15
  • buildforge build
  • build:artifactsbash script/packageArtifacts.sh
  • build:jstsup
  • build:packagebash script/buildPackage.sh
  • build:typechaintypechain --target=ethers-v5 --out-dir typechain ./artifacts/*.json
  • build:wagmiwagmi generate
  • cleanrm -rf cache out artifacts typechain dist abi.ts build.log
  • lintbun run lint:sol && bun run prettier:check
  • lint:solforge fmt --check && bun solhint {script,src,test}/**/*.sol
  • prettier:checkprettier --check "**/*.{json,md,yml}" --ignore-path ".prettierignore"
  • prettier:writeprettier --write "**/*.{json,md,yml}" --ignore-path ".prettierignore"
  • testforge test
  • test:coverageforge coverage
  • test:coverage:reportforge coverage --report lcov && genhtml lcov.info --branch-coverage --output-dir coverage
  • test:gasforge test --gas-report
Dependencies4
  • @erc725/smart-contracts-v8npm:@erc725/[email protected]
  • @hyperlane-xyz/core^8.1.1
  • @lukso/lsp7-contracts^0.16.8
  • @lukso/lsp8-contracts^0.16.7