PkgRadar

Package evidence

@nectary/[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
459
Versions published
61
First published
Feb 2026
Publisher
olivercarlsson

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":["@nectary/[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":["@nectary/[email protected]"],"fail_on":"review"}'
Artifact bytes8,023
Previous version1.0.58
Published2026-06-16T12:34:40.418Z
SHA-2567cf8968d5015a337a0a3838ec9832fd5821af325025f331688e60ce259a4c1a3

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts4
  • buildtsc && node scripts/build-registry.mjs
  • build:registrynode scripts/build-registry.mjs
  • prepublishOnlypnpm run build
  • testpnpm run build && node --test test/add.select.smoke.test.mjs
Dependencies3
  • @antfu/ni^0.21.0
  • commander^12.0.0
  • execa^9.0.0