PkgRadar

Package evidence

@avalabs/[email protected]

Remote Dependency Spec: dependencies.ds-test="https://github.com/dapphub/ds-test.git"

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
18
Versions published
5
First published
Jun 2023
Publisher
ceyonur

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@avalabs/[email protected]"],"fail_on":"high"}'

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":["@avalabs/[email protected]"],"fail_on":"high"}'
Publisherceyonur
Artifact bytes28,688
Previous version1.1.0
Published2024-01-29T08:10:34.396Z
SHA-2560497e2496b20d578c97799b5db3ffcce6cc9d6f43149e9074cc9cc33bc517ac1

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.ds-test="https://github.com/dapphub/ds-test.git"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

high
Last checked
highRisk
12Score
1.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highRemote Dependency Specpackage.jsondependencies.ds-test="https://github.com/dapphub/ds-test.git"12

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
dependencies.ds-testhttps://github.com/dapphub/ds-test.giterror0invalid gzip header

Manifest

Package metadata

Scripts7
  • buildrm -rf dist/ && tsc -b && npx hardhat compile
  • compilenpx hardhat compile
  • consolenpx hardhat console
  • lintprettier --list-different 'contracts/**/*.sol'
  • prepublishnpm run build
  • release:preparerm -rf ./dist ./node_modules && npm install && npm run build
  • testnpx hardhat test
Dependencies10
  • @avalabs/avalanchejs^3.17.0
  • @nomiclabs/hardhat-ethers^2.2.3
  • @nomiclabs/hardhat-waffle^2.0.6
  • @openzeppelin/contracts^4.9.5
  • @types/node^16.11.7
  • ds-testhttps://github.com/dapphub/ds-test.git
  • ethers^5.7.2
  • hardhat2.19.4
  • ts-node^10.9.2
  • typescript^5.3.3