PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall"

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
330Mature · −50% score
First published
Jun 2018
Publisher
kikobeats

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Publisherkikobeats
Artifact bytes10,845
Previous version2.24.2
Published2026-06-07T16:49:39.289Z
SHA-2567908a6d6d71caee54def72081a0eeadc26eb671e0398f0e3b616f0c74344b870

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
1Score
2.24.3Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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.jsonpostinstall="node scripts/postinstall"5

Manifest

Package metadata

Scripts10
  • cleanrm -rf node_modules
  • contributors(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true
  • lintstandard
  • postinstallnode scripts/postinstall
  • postreleasenpm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)
  • pretestnpm run lint
  • releasestandard-version -a
  • release:githubgithub-generate-release
  • release:tagsgit push --follow-tags origin HEAD:master
  • testc8 ava
Dependencies19
  • @kikobeats/time-span~1.0.5
  • @metascraper/helpers~5.50.0
  • cheerio~1.2.0
  • content-type~1.0.5
  • css-url-regex~4.0.0
  • debug-logfmt~1.4.0
  • execall~2.0.0
  • got~11.8.6
  • html-encode~2.1.7
  • html-urls~2.4.62
  • is-html-content~1.0.0
  • is-local-address~2.3.0
  • lodash~4.18.1
  • mri~1.2.0
  • null-prototype-object~1.2.0
  • p-cancelable~2.1.0
  • p-retry~4.6.0
  • tinyspawn~1.5.0
  • top-sites~1.1.220