PkgRadar

Package evidence

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

Weekly downloads
164
Versions published
10
First published
May 2026
Publisher
gmkr

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@codevector/[email protected]"],"fail_on":"high"}'

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":["@codevector/[email protected]"],"fail_on":"high"}'
Publishergmkr
Artifact bytes393,081
Previous version0.3.4
Published2026-05-26T05:00:07.228Z
SHA-2564151b221aaa1d064c0c344fbf7386bd61e35870ce3975f8ad98eacbcaa98121a

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.4.0 vs 0.3.4: "node scripts/postinstall.mjs"

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

Availability ledger

available

high
Last checked
highRisk
69Score
0.4.0Version
Status history (2 events)
  1. availableavailable · risk high · score 69 · status available -> available, risk high -> high, score 81 -> 69
  2. newavailable · risk high · score 81 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.4.0 vs 0.3.4: "node scripts/postinstall.mjs"40
mediumRemote Payloadpackage/dist/hooks/acceptance.shmatched "curl "12
mediumRemote Payloadpackage/src/hooks/acceptance.shmatched "curl "12
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 35 day(s) ago, 10 total version(s), has lifecycle hook10
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.4.0 vs 0.3.4: "node scripts/postinstall.mjs"40
mediumRemote Payloadpackage/dist/hooks/acceptance.shmatched "curl "12
mediumRemote Payloadpackage/src/hooks/acceptance.shmatched "curl "12
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 35 day(s) ago, 10 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts6
  • buildtsup
  • devtsx src/index.ts
  • postinstallnode scripts/postinstall.mjs
  • testvitest run
  • test:watchvitest
  • type-checktsc --noEmit
Dependencies4
  • @clack/prompts1.4.0
  • citty^0.2.2
  • hono4.12.16
  • smol-toml^1.6.1