PkgRadar

Package evidence

@paycorr/[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":["@paycorr/[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":["@paycorr/[email protected]"],"fail_on":"high"}'
Publisherpaycorr
Artifact bytes94,541
Previous versionnone
Published2026-05-24T18:20:09.101Z
SHA-2564b08dc11d45beffdc0f1da01acc462419387390926f93a0314dac18d6a790f0d

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

scan error

status
Last checked
noneRisk
Score
1.0.0Version

Latest scanner note: HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40paycorr%2Fharness)

Status history (2 events)
  1. availablescan_error · risk none · score · HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40paycorr%2Fharness)
  2. newavailable · risk high · score 45 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

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

21 members · evidence strength 90
Publisher / release actor burststale

paycorr

2 members · evidence strength 55

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"30
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"30
lowObfuscationpackage/scripts/check.jsmatched "\\x1b"3
lowObfuscationpackage/scripts/init.jsmatched "\\x1b"3
lowObfuscationpackage/scripts/release.jsmatched "\\x1b"3
lowObfuscationpackage/scripts/sync-all.jsmatched "\\x1b"3
lowObfuscationpackage/scripts/sync.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts23
  • biome:checkbiome check
  • biome:check:fixbiome check --write
  • biome:cibiome ci
  • checknode scripts/check.js
  • formatbiome format
  • format:fixbiome format --write
  • initnode scripts/init.js
  • lintbiome lint
  • lint:fixbiome lint --write
  • precommitbiome check --write
  • preinstallnpx only-allow pnpm
  • releasenode scripts/release.js
  • release:alphanode scripts/release.js --type alpha
  • release:betanode scripts/release.js --type beta
  • release:dry-runnode scripts/release.js --dry-run
  • release:majornode scripts/release.js --type major
  • release:minornode scripts/release.js --type minor
  • release:patchnode scripts/release.js --type patch
  • release:rcnode scripts/release.js --type rc
  • release:skip-publishnode scripts/release.js --type patch --skip-publish
  • release:versionnode scripts/release.js --set-version
  • syncnode scripts/sync.js
  • sync-allnode scripts/sync-all.js