PkgRadar

Package evidence

@kikobeats/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"kikobeats","burst_same_day":5,"burst_week":50,"lure":{"kind":"token_affix","target":"type"},"version_anomaly":false}

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
2
First published
Jun 2026
Publisher
kikobeats

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":["@kikobeats/[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":["@kikobeats/[email protected]"],"fail_on":"review"}'
Publisherkikobeats
Artifact bytes3,391
Previous versionnone
Published2026-06-11T18:26:17.859Z
SHA-25688902ba64d35c2ad98d81238246c1ac07cfb2a83a7cc21b335169f424be74def

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"kikobeats","burst_same_day":5,"burst_week":50,"lure":{"kind":"token_affix","target":"type"},"version_anomaly":false}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"kikobeats","burst_same_day":5,"burst_week":50,"lure":{"kind":"token_affix","target":"type"},"version_anomaly":false}10

Manifest

Package metadata

Scripts14
  • cleanrm -rf node_modules
  • contributors(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true
  • coveragec8 report --reporter=text-lcov > coverage/lcov.info
  • lintstandard
  • postreleasepnpm release:tags && pnpm release:github && (ci-publish || pnpm publish --access=public)
  • pretestpnpm lint
  • releasepnpm release:version && pnpm release:changelog && pnpm release:commit && pnpm release:tag
  • release:changelogconventional-changelog -p conventionalcommits -i CHANGELOG.md -s
  • release:commitgit add package.json CHANGELOG.md && git commit -m "chore(release): $(node -p "require('./package.json').version")"
  • release:githubgithub-generate-release
  • release:taggit tag -a v$(node -p "require('./package.json').version") -m "v$(node -p "require('./package.json').version")"
  • release:tagsgit push origin HEAD:master --follow-tags
  • release:versionstandard-version --skip.changelog --skip.commit --skip.tag
  • testc8 ava
Dependencies1
  • file-type~22.0.1