PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="bun src/postinstall.ts"

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
11
First published
Jun 2026
Publisher
mvisca

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":["[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":["[email protected]"],"fail_on":"high"}'
Publishermvisca
Artifact bytes54,751
Previous version0.6.0
Published2026-06-10T15:39:16.920Z
SHA-25632a14f71e89d92c8e757d9ac51cbc34779b4e442dd0e8594a9b7b0a9390e4cbc

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.6.1 vs 0.6.0: "bun src/postinstall.ts"

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.6.1Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.6.1 vs 0.6.0: "bun src/postinstall.ts"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.6.1 vs 0.6.0: "bun src/postinstall.ts"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="bun src/postinstall.ts"5

Manifest

Package metadata

Scripts9
  • buildbun build src/cli.ts --compile --outfile dist/feinai
  • build:allbun run build:linux-x64 && bun run build:linux-arm64 && bun run build:darwin-x64 && bun run build:darwin-arm64
  • build:darwin-arm64bun build src/cli.ts --compile --target=bun-darwin-arm64 --outfile dist/feinai-darwin-arm64
  • build:darwin-x64bun build src/cli.ts --compile --target=bun-darwin-x64 --outfile dist/feinai-darwin-x64
  • build:linux-arm64bun build src/cli.ts --compile --target=bun-linux-arm64 --outfile dist/feinai-linux-arm64
  • build:linux-x64bun build src/cli.ts --compile --target=bun-linux-x64 --outfile dist/feinai-linux-x64
  • devbun src/cli.ts
  • postinstallbun src/postinstall.ts
  • testbun test