PkgRadar

Package evidence

@arvinn/[email protected]

Install-time lifecycle script: postinstall="pnpm run build:typegen"

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
176
Versions published
13Established · −30% score
First published
Apr 2024
Publisher
pinky-pig

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@arvinn/[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":["@arvinn/[email protected]"],"fail_on":"high"}'
Publisherpinky-pig
Artifact bytes3,145,705
Previous version0.0.4
Published2025-06-22T03:53:22.238Z
SHA-25622d83065f54033bfa6e5a0b41e10a58300ec41bdaf4d9f38ba26d40924f3199f

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.0.5 vs 0.0.4: "pnpm run build:typegen"

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

Availability ledger

available

high
Last checked
highRisk
45Score
0.0.5Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.0.5 vs 0.0.4: "pnpm run build:typegen"40
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.0.5 vs 0.0.4: "pnpm run build:typegen"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="pnpm run build:typegen"5
lowLarge Javascript Payloadpackage/dist/index.js15772173 bytes0

Manifest

Package metadata

Scripts7
  • buildpnpm run build:typegen && tsdown
  • build:typegentsx scripts/typegen.ts
  • devnpx @eslint/config-inspector@latest
  • linteslint .
  • lint:fixpnpm run lint --fix
  • postinstallpnpm run build:typegen
  • releasebumpp && pnpm publish
Dependencies14
  • @unocss/eslint-plugin^0.59.4
  • eslint-plugin-antfu^2.7.0
  • eslint-plugin-command^0.1.9
  • eslint-plugin-eslint-comments^3.2.0
  • eslint-plugin-markdown^5.1.0
  • eslint-plugin-n^17.20.0
  • eslint-plugin-perfectionist^2.11.0
  • eslint-plugin-prettier^5.5.0
  • eslint-plugin-unicorn^52.0.0
  • eslint-plugin-vue^9.33.0
  • globals^15.15.0
  • local-pkg^0.5.1
  • prettier^3.5.3
  • typescript-eslint^7.18.0