PkgRadar

Package evidence

@haviq/[email protected]

New Account With Lifecycle Hook: package first published 62 day(s) ago, 8 total version(s), has lifecycle hook

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.

Versions published
8
First published
Apr 2026
Publisher
haviqnpm

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":["@haviq/[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":["@haviq/[email protected]"],"fail_on":"high"}'
Publisherhaviqnpm
Artifact bytes105,573
Previous version1.6.0
Published2026-05-27T18:48:50.748Z
SHA-256b6ef357dc14b32de58e9e97ce69ab3f42558da05b364c9654dbbd77c4489e859

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.8.0 vs 1.6.0: "node scripts/postinstall.cjs"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.8.0 vs 1.6.0: "node scripts/postinstall.cjs"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 62 day(s) ago, 8 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.8.0 vs 1.6.0: "node scripts/postinstall.cjs"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 62 day(s) ago, 8 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts9
  • buildtsc
  • devtsx src/index.ts
  • dev:httptsx src/http-server.ts
  • postinstallnode scripts/postinstall.cjs
  • prepublishOnlynpm run build
  • regressiontsx src/regression/runner.ts
  • startnode dist/index.js
  • start:httpnode dist/http-server.js
  • testnode --import tsx --test test/*.test.ts
Dependencies3
  • @modelcontextprotocol/sdk^1.0.0
  • express^5.2.1
  • node-fetch^3.3.2