PkgRadar

Package evidence

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

Weekly downloads
4
Versions published
3
First published
Dec 2025
Publisher
miraldev

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":["@veilnyx-sdk/[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":["@veilnyx-sdk/[email protected]"],"fail_on":"review"}'
Publishermiraldev
Artifact bytes11,077
Previous version1.1.0
Published2026-06-04T10:41:32.259Z
SHA-2563426cb7cf0e244107acc1ece9ecc673b90d8bb912eb9ba167271bc5df01d5dfc

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts10
  • buildpnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types
  • build:cjstsc --module commonjs --outDir ./dist/cjs/ && printf '{"type": "commonjs"}' > ./dist/cjs/package.json
  • build:esmtsc --module es2015 --outDir ./dist/esm/ && printf '{"type": "module","sideEffects":false}' > ./dist/esm/package.json
  • build:typestsc --module esnext --declarationDir ./dist/types/ --emitDeclarationOnly --declaration --declarationMap
  • cleanrimraf ./dist
  • prepublishpnpm run build
  • publish:majorpnpm version major && pnpm publish
  • publish:minorpnpm version minor && pnpm publish
  • publish:patchpnpm version patch && pnpm publish
  • testjest .*.test.ts
Dependencies11
  • @nebrazkp/upa^2.0.3
  • @veilnyx-sdk/account*
  • @veilnyx-sdk/babyjubjub*
  • @veilnyx-sdk/services*
  • @veilnyx-sdk/shared-types*
  • @veilnyx-sdk/transaction*
  • @veilnyx-sdk/utils*
  • @veilnyx-sdk/zk-prover*
  • ethers^6.13.5
  • fixed-merkle-tree^0.7.3
  • viem^2.18.2