PkgRadar

Package evidence

[email protected]

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 8 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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.

Weekly downloads
9,120Niche · −30% score
Versions published
225Mature · −50% score
First published
Feb 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 bytes11,307
Previous version1.1.221
Published2025-08-13T11:06:56.041Z
SHA-25620c436c91c192dd8b2a91dfe927095ba845ad4617413ab639ee3193b5d6caabb

Why flagged

What the scanner saw

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 8 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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

Availability ledger

available

review
Last checked
reviewRisk
6Score
1.1.222Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 8 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 8 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall"5

Manifest

Package metadata

Scripts17
  • cleanrm -rf node_modules
  • contributors(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true
  • cronjobnpm run update:top-sites && npm run healthcheck
  • healthcheckcurl -fsS -m 10 --retry 5 -o /dev/null https://hc-ping.com/89d119ec-eafe-4953-aeea-04eeb33d5e5c
  • lintstandard-markdown README.md && standard
  • postinstallnode scripts/postinstall
  • postreleasenpm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)
  • prereleasenpm run update:check && npm run contributors && npm run cronjob
  • pretestnpm run lint
  • prettyprettier-standard index.js {core,test,bin}/**/*.js --single-quote
  • releasegit-authors-cli && git add package.json && standard-version -a
  • release:githubgithub-generate-release
  • release:tagsgit push --follow-tags origin HEAD:master
  • testc8 ava
  • updatencu -u
  • update:checkncu -- --error-level 2
  • update:top-sites(npm run postinstall && git add top-sites.json && git commit -m 'build(cron): update top-sites' --no-verify && git push) || true
Dependencies8
  • cheerio~1.1.0
  • got~11.8.6
  • lodash~4.17.21
  • p-any~3.0.0
  • p-cancelable2.1.1
  • papaparse~5.5.0
  • parse-decimal-number~1.0.0
  • write-json-file~4.3.0