Package evidence
@paycorr/[email protected]
Install-time lifecycle script: preinstall="npx only-allow pnpm"
Recommended action
Block this updateStatic 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"}'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
Latest scanner note: HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40paycorr%2Fharness)
Status history (2 events)
- available → scan_error · risk none · score — · HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/%40paycorr%2Fharness)
- new → available · risk high · score 45 · status changed
Related candidates
Linked campaigns and clusters
Install-time lifecycle script — preinstall="npx only-allow pnpm"
21 members · evidence strength 90paycorr
2 members · evidence strength 55Evidence
Static findings
6 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | preinstall="npx only-allow pnpm" | 30 |
Show all 6 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | preinstall="npx only-allow pnpm" | 30 |
| low | Obfuscation | package/scripts/check.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/scripts/init.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/scripts/release.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/scripts/sync-all.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/scripts/sync.js | matched "\\x1b" | 3 |
Manifest
Package metadata
Scripts23
biome:checkbiome checkbiome:check:fixbiome check --writebiome:cibiome cichecknode scripts/check.jsformatbiome formatformat:fixbiome format --writeinitnode scripts/init.jslintbiome lintlint:fixbiome lint --writeprecommitbiome check --writepreinstallnpx only-allow pnpmreleasenode scripts/release.jsrelease:alphanode scripts/release.js --type alpharelease:betanode scripts/release.js --type betarelease:dry-runnode scripts/release.js --dry-runrelease:majornode scripts/release.js --type majorrelease:minornode scripts/release.js --type minorrelease:patchnode scripts/release.js --type patchrelease:rcnode scripts/release.js --type rcrelease:skip-publishnode scripts/release.js --type patch --skip-publishrelease:versionnode scripts/release.js --set-versionsyncnode scripts/sync.jssync-allnode scripts/sync-all.js