PkgRadar

Package evidence

[email protected]

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

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
9
First published
May 2026
Publisher
02laky

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisher02laky
Artifact bytes273,616
Previous version0.7.0
Published2026-05-29T00:38:13.898Z
SHA-256baddf3524ddc90c75e7feacc896f884297517b3f0551c82df30caadff8d972c3

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

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"5

Manifest

Package metadata

Scripts21
  • action:smokepnpm build && node action/run.mjs --policy policies/agent-gate.json --static-root . --manifest tools/manifest.json
  • bench:smokenode scripts/bench-smoke.mjs
  • buildtsup
  • cookbook:check-examplesnode scripts/check-cookbook-examples.mjs --check
  • diagrams:buildnode scripts/build-diagrams.mjs
  • examples:smokepnpm build && node examples/minimal-node/smoke.mjs
  • examples:typecheckpnpm build && pnpm exec tsc --noEmit -p examples/tsconfig.json
  • fixtures:audit-policy-registrynode scripts/audit-policy-fixture-registry.mjs --check
  • fixtures:audit-registrynode scripts/audit-fixture-registry.mjs --check
  • fixtures:audit-tools-registrynode scripts/audit-tools-fixture-registry.mjs --check
  • fixtures:check-policiesnode scripts/check-policy-fixtures.mjs
  • fixtures:check-redactionnode scripts/check-redaction-fixtures.mjs --check
  • formatprettier --check .
  • format:fixprettier --write .
  • preinstallnpx only-allow pnpm
  • release:prepnode scripts/release-prep.mjs
  • smoke:packagenode scripts/smoke-package.mjs
  • testvitest run
  • typechecktsc --noEmit -p tsconfig.json && tsc --noEmit -p tsconfig.test.json
  • verifypnpm verify:deps && pnpm format && pnpm typecheck && pnpm build && pnpm test && pnpm fixtures:check-redaction && pnpm fixtures:audit-registry && pnpm fixtures:check-policies && pnpm fixtures:audit-policy-registry && pnpm fixtures:audit-tools-registry && pnpm examples:typecheck && pnpm cookbook:check-examples && pnpm examples:smoke && pnpm action:smoke && pnpm smoke:package
  • verify:depsnode scripts/verify-zero-deps.mjs