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
- 10
- First published
- May 2026
- Publisher
- 02laky
Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | preinstall="npx only-allow pnpm" | 5 |
Manifest
Package metadata
Scripts26
action:smokepnpm build && node action/run.mjs --policy policies/agent-gate.json --static-root . --manifest tools/manifest.jsonbench:smokenode scripts/bench-smoke.mjsbuildtsupcookbook:check-examplesnode scripts/check-cookbook-examples.mjs --checkdiagrams:buildnode scripts/build-diagrams.mjsdoc:check-linksnode scripts/check-doc-links.mjs --checkexamples:smokepnpm build && node examples/minimal-node/smoke.mjsexamples:typecheckpnpm build && pnpm exec tsc --noEmit -p examples/tsconfig.jsonfixtures:audit-policy-registrynode scripts/audit-policy-fixture-registry.mjs --checkfixtures:audit-registrynode scripts/audit-fixture-registry.mjs --checkfixtures:audit-tools-registrynode scripts/audit-tools-fixture-registry.mjs --checkfixtures:check-policiesnode scripts/check-policy-fixtures.mjsfixtures:check-redactionnode scripts/check-redaction-fixtures.mjs --checkfixtures:generate-phase9node scripts/generate-phase9-fixtures.mjsformatprettier --check .format:fixprettier --write .preinstallnpx only-allow pnpmrelease:prepnode scripts/release-prep.mjssmoke:packagenode scripts/smoke-package.mjstestvitest runtest:count-gatenode scripts/test-count-gate.mjs --check --min 4000test:coverage-mapnode scripts/audit-test-coverage-map.mjs --check --min 2test:timingnode scripts/test-timing-smoke.mjs --warn-onlytypechecktsc --noEmit -p tsconfig.json && tsc --noEmit -p tsconfig.test.jsonverifypnpm verify:deps && pnpm format && pnpm doc:check-links && pnpm typecheck && pnpm build && pnpm test && pnpm test:count-gate && pnpm test:coverage-map && 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:packageverify:depsnode scripts/verify-zero-deps.mjs