PkgRadar

Package evidence

@primuslabs/[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
38Mature · −50% score
First published
Mar 2025
Publisher
primuslabs

Effective trust discount applied: 50% (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":["@primuslabs/[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":["@primuslabs/[email protected]"],"fail_on":"review"}'
Publisherprimuslabs
Artifact bytes47,710
Previous version0.1.33
Published2026-03-06T07:33:04.497Z
SHA-25694ddbb5e6c911bbc86a5d0c61e54160416be69d1c0eed9f5ad3deb7842c080cd

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • buildrm -rf dist && tsup src/index.ts --format esm,cjs --dts
  • build:testrm -rf dist && tsc --build tsconfig.json
  • devtsup src/index.ts --format esm,cjs --watch --dts
  • formatprettier --check --write src/**/*.ts --config .prettierrc
  • linteslint -c .eslintrc --ext .ts src
  • pretest:integrationnpm run build && npm link
  • publishnpm publish --access public
  • testjest
Dependencies9
  • @coral-xyz/anchor^0.31.1
  • @primuslabs/zktls-js-sdk^0.3.9
  • @solana/spl-token^0.4.13
  • @solana/web3.js^1.98.4
  • axios^1.8.1
  • borsh^0.7.0
  • ethers^5.7.2
  • keccak256^1.0.6
  • micro-base58^0.5.1