PkgRadar

Package evidence

@kablewy/[email protected]

Suspicious Publish Context: {"package_age_days":2,"publisher":"kablewy","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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
71
Versions published
5
First published
Jun 2026
Publisher
kablewy

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":["@kablewy/[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":["@kablewy/[email protected]"],"fail_on":"review"}'
Publisherkablewy
Artifact bytes85,036
Previous version0.1.3
Published2026-06-17T01:56:35.233Z
SHA-256df875839bf306713faddff7fd0fcde015c6f1ec789b4959ece4890bf0bfe0579

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":2,"publisher":"kablewy","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}

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.1.4Version
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":2,"publisher":"kablewy","burst_same_day":1,"burst_week":1,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts20
  • buildtsc
  • demonpm run build && node dist/cli.js --help
  • devtsc --watch
  • formatprettier --write src/**/*.ts tests/**/*.ts
  • format:checkprettier --check src/**/*.ts tests/**/*.ts
  • linteslint src/**/*.ts tests/**/*.ts
  • lint:fixeslint src/**/*.ts tests/**/*.ts --fix
  • preflight:npmnode scripts/preflight-npm-scope.mjs
  • prepacknpm run build
  • prepublishOnlynpm run build && npm run test:ci
  • smoke:tarballnode scripts/tarball-smoke.mjs
  • startnode dist/cli.js
  • testvitest
  • test:allnpm run test:unit && npm run test:integration && npm run test:e2e
  • test:civitest --run --coverage
  • test:coveragevitest --coverage
  • test:e2evitest tests/e2e
  • test:integrationvitest tests/integration
  • test:unitvitest tests/unit
  • test:watchvitest --watch
Dependencies17
  • boxen^7.0.1
  • chalk^5.3.0
  • commander^11.1.0
  • conf^11.0.2
  • dotenv^16.3.1
  • figlet^1.6.0
  • form-data^4.0.6
  • glob^13.0.6
  • gradient-string^2.0.2
  • ink4.4.1
  • ink-text-input5.0.1
  • inquirer^9.3.8
  • js-yaml^4.2.0
  • ora^7.0.1
  • react^18.3.1
  • table^6.8.1
  • undici^6.24.0