PkgRadar

Package evidence

@avalabs/[email protected]

Remote Dependency Spec: devDependencies.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.

Versions published
5
First published
Jun 2023
Publisher
ceyonur

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":["@avalabs/[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":["@avalabs/[email protected]"],"fail_on":"review"}'
Publisherceyonur
Artifact bytes83,511
Previous version1.2.1
Published2024-06-11T20:01:50.882Z
SHA-25638106c85badfe31321f672f8b980c5044e2ff0b849142f01426131ad05b6f0bf

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.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

review
Last checked
reviewRisk
8Score
1.2.2Version
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.ds-test="https://github.com/dapphub/ds-test.git"8

Remote payloads

Followed remote artifacts

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

Manifest

Package metadata

Scripts7
  • buildrm -rf dist/ && npx hardhat compile && npx tsc -b
  • compilenpx hardhat compile
  • consolenpx hardhat console
  • lintprettier --list-different 'contracts/**/*.sol'
  • prepublishnpm run build
  • release:preparerm -rf ./node_modules && npm install && npm run build
  • testnpx hardhat test
Dependencies2
  • @avalabs/avalanchejs^4.0.5
  • @openzeppelin/contracts^4.9.6