PkgRadar

Package evidence

@supatype/[email protected]

New Account With Lifecycle Hook: package first published 87 day(s) ago, 3 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.

Weekly downloads
9
Versions published
3
First published
Mar 2026
Publisher
supatype_nic

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":["@supatype/[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":["@supatype/[email protected]"],"fail_on":"review"}'
Publishersupatype_nic
Artifact bytes287,412
Previous version0.1.0-alpha.6
Published2026-05-21T21:02:32.464Z
SHA-2567e7c048e90d6033791a690021b8f845f327c5cb473799059ec2156debbae0055

Why flagged

What the scanner saw

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

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.1.0-alpha.7Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 87 day(s) ago, 3 total version(s), has lifecycle hook10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 87 day(s) ago, 3 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node --input-type=module --eval \"import{existsSync}from'node:fs';import{resolve}from'node:path';import{pathToFileURL}from'node:url';const f=resolve(process.cwd(),'dist/scripts/postinstall.js');if(existsSync(f))await import(pathToFileURL(f).href)\""5

Manifest

Package metadata

Scripts6
  • buildtsc --project tsconfig.json
  • cleanrm -rf dist *.tsbuildinfo
  • devtsc --project tsconfig.json --watch
  • postinstallnode --input-type=module --eval "import{existsSync}from'node:fs';import{resolve}from'node:path';import{pathToFileURL}from'node:url';const f=resolve(process.cwd(),'dist/scripts/postinstall.js');if(existsSync(f))await import(pathToFileURL(f).href)"
  • testvitest run
  • typechecktsc --project tsconfig.json --noEmit
Dependencies4
  • commander^12.1.0
  • pg^8.13.0
  • ts-morph^28.0.0
  • tsx^4.19.2