PkgRadar

Package evidence

@aztec/[email protected]

Obfuscation Density: high encoded/escaped-token density

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,959Niche · −30% score
Versions published
886Mature · −50% score
First published
Apr 2025
Publisher
charlielye

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

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":["@aztec/[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":["@aztec/[email protected]"],"fail_on":"review"}'
Publishercharlielye
Artifact bytes21,342,961
Previous version4.4.0-nightly.20260527
Published2026-05-28T07:13:25.026Z
SHA-2562d3c37db4669c70739b364025bb0620abed2fb78eb8f4aeb225327bbeb4d5d2a

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

review
Last checked
reviewRisk
6Score
4.4.0-nightly.20260528Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/artifacts/avm_gadgets_test_contract-AvmGadgetsTest.jsonhigh encoded/escaped-token density12

Manifest

Package metadata

Scripts8
  • buildyarn clean && yarn generate
  • build:dev../scripts/tsc.sh --watch
  • cleanrm -rf ./dest .tsbuildinfo ./artifacts ./src ./codegenCache.json
  • formattingrun -T prettier --check ./src && run -T eslint ./src
  • formatting:fixrun -T eslint --fix ./src && run -T prettier -w ./src
  • generateyarn generate:noir-contracts
  • generate:noir-contracts./scripts/generate-types.sh
  • testNODE_NO_WARNINGS=1 node --experimental-vm-modules ../node_modules/.bin/jest --passWithNoTests --maxWorkers=${JEST_MAX_WORKERS:-8}
Dependencies2
  • @aztec/aztec.js4.4.0-nightly.20260528
  • tslib^2.4.0