PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: preinstall="npx only-allow pnpm"

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"}'
Publisherhossam7amdy
Artifact bytes4,962
Previous versionnone
Published2026-05-17T19:29:01.367Z
SHA-25678594c9e92c23e0800803a77e275f2f05a495b5ed7171c99f7a5ee615053566b

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="npx only-allow pnpm"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"30

Manifest

Package metadata

Scripts7
  • buildtsc -p tsconfig.build.json
  • checkbiome check .
  • check:fixbiome check . --write
  • cleanrm -rf dist
  • preinstallnpx only-allow pnpm
  • prepublishOnlypnpm run clean && pnpm run check && pnpm run test && pnpm run build
  • testnode --test 'src/__tests__/**/*.test.ts'