PkgRadar

Package evidence

[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"kahveciderin","burst_same_day":2,"burst_week":2,"lure":null,"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
3
First published
Jun 2026
Publisher
kahveciderin

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"}'
Publisherkahveciderin
Artifact bytes701,470
Previous version0.6.0
Published2026-06-11T22:34:51.622Z
SHA-256e35d498faf3d6e67b6eb2d638ec0eedd4491629aaa879e1f912c877f04ef6cdd

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"kahveciderin","burst_same_day":2,"burst_week":2,"lure":null,"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.6.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":"kahveciderin","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false}10

Manifest

Package metadata

Scripts17
  • buildrm -rf dist && tsc -p tsconfig.json && tsc-alias -p tsconfig.json --resolve-full-paths
  • example:buildtsc -p example/tsconfig.json && tsc-alias -p example/tsconfig.json
  • example:db:pushdrizzle-kit push
  • example:devpnpm build && (pnpm example:frontend:build || true) && tsx watch --tsconfig example/tsconfig.json example/src/main.ts
  • example:frontend:buildcd example/frontend && pnpm build
  • example:frontend:devcd example/frontend && pnpm dev
  • example:frontend:installcd example/frontend && pnpm install
  • example:serverpnpm build && tsx watch --tsconfig example/tsconfig.json example/src/main.ts
  • example:setuppnpm build && pnpm example:frontend:install && pnpm example:frontend:build
  • example:startnode example/dist/main.js
  • example:typegentsx example/scripts/typegen.ts
  • linteslint 'src/**/*.ts'
  • prepublishOnlynpm run build && npm run test
  • startnode dist/index.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
Dependencies7
  • @hono/node-server^2.0.4
  • @opensearch-project/opensearch^3.5.1
  • cron-parser^5.4.0
  • drizzle-zod^0.8.3
  • hono^4.12.25
  • jsonwebtoken^9.0.3
  • uuid^13.0.0