PkgRadar

Package evidence

@verii/[email protected]

Remote Payload: matched "cUrl "

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@verii/[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":["@verii/[email protected]"],"fail_on":"review"}'
Artifact bytes5,841
Previous version1.2.0-pre.1778726748
Published2026-05-19T01:43:54.855Z
SHA-2569bbb0bb9d88e4026f9241a1ea508bcb071f6f049cbf3e2b3ab4682b7493ac9a2

Why flagged

What the scanner saw

Remote Payload: matched "cUrl "

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
1.2.0-pre.1779154793Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/deploy-contracts.jsmatched "cUrl "12

Manifest

Package metadata

Scripts5
  • deploynode ./index.js
  • linteslint .
  • lint:cieslint . --format json >> eslint-results.json
  • lint:fixeslint --fix .
  • testcross-env NODE_ENV=test node --test --test-concurrency=1 --experimental-test-module-mocks --experimental-test-coverage **/*.test.js --passWithNoTests
Dependencies4
  • @verii/contract-permissions1.2.0-pre.1779154793
  • @verii/crypto1.2.0-pre.1779154793
  • @verii/metadata-registration1.2.0-pre.1779154793
  • ethers^6.16.0