Package evidence
@jerome-benoit/[email protected]
Install-time lifecycle script: postinstall="patch-package"
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
- 43
- First published
- Jan 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@jerome-benoit/[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":["@jerome-benoit/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
New Lifecycle Script Vs Previous: postinstall added in 4.7.0 vs 4.6.9: "patch-package"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (2 events)
- available → available · risk high · score 45 · status available -> available, risk high -> high, score 90 -> 45
- new → available · risk high · score 90 · status changed
Evidence
Static findings
1 static · 1 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 4.7.0 vs 4.6.9: "patch-package" | 40 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | New Lifecycle Script Vs Previous | package.json | postinstall added in 4.7.0 vs 4.6.9: "patch-package" | 40 |
| low | Install-time lifecycle script | package.json | postinstall="patch-package" | 5 |
Manifest
Package metadata
Scripts29
buildtsupbuild:v2tsup --config tsup.config.v2.tsbuild:v2:watchtsup --config tsup.config.v2.ts --watchbuild:watchtsup --watchcheck-buildls -la dist/ && test -f dist/index.js && test -f dist/index.cjs && test -f dist/index.d.tscheck-build:v2ls -la dist/ && test -f dist/index-v2.js && test -f dist/index-v2.cjs && test -f dist/index-v2.d.tscleanrm -rf distlintnpm run lint:md:all && eslint . --cachelint-fixnpm run lint:md:fix && eslint . --fix --cachelint:mdmarkdownlint-cli2 '**/*.md'lint:md:allnpm run lint:md && npm run lint:md:toc && npm run lint:md:mermaidlint:md:fixmarkdownlint-cli2 --fix '**/*.md'lint:md:linksfind . -name '*.md' -not -path './node_modules/*' -exec markdown-link-check -c .markdown-link-check.json {} \;lint:md:mermaidfind . -name '*.md' -not -path './node_modules/*' -exec mermaid-validate validate-md {} \; 2>&1 | grep -v 'No Mermaid code blocks'lint:md:toctsx scripts/check-toc.tspostinstallpatch-packagepreparelefthook installprepare:v2tsx scripts/prepare-v2-package.tsprepublishOnlyif [ "$AI_SDK_VERSION" = "v2" ]; then npm run build:v2 && npm run check-build:v2 && npm run prepare:v2; else npm run build && npm run check-build; fiprettier-checkprettier --cache --check .prettier-fixprettier --cache --write .sandcastletsx .sandcastle/main.tstestvitest runtest:coveragevitest run --coveragetest:edgevitest --config vitest.edge.config.ts --runtest:nodevitest --config vitest.node.config.ts --runtest:node:watchvitest --config vitest.node.config.tstest:watchvitesttype-checktsc --noEmit
Dependencies5
@ai-sdk/provider^3.0.10@ai-sdk/provider-utils^4.0.27@sap-ai-sdk/foundation-models^2.11.0@sap-ai-sdk/orchestration^2.11.0zod^4.4.3