PkgRadar

Package evidence

@kne/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"lingtong","burst_same_day":2,"burst_week":2,"lure":{"kind":"token_affix","target":"react"},"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
6
First published
Jun 2026
Publisher
lingtong

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":["@kne/[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":["@kne/[email protected]"],"fail_on":"review"}'
Publisherlingtong
Artifact bytes107,421
Previous version1.0.4
Published2026-06-12T05:56:21.423Z
SHA-2567786732e1e38ac3b9a7c123ce9e8447b79929cf68b470af531fb4fa7a05ff5db

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"lingtong","burst_same_day":2,"burst_week":2,"lure":{"kind":"token_affix","target":"react"},"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
1.0.5Version
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":"lingtong","burst_same_day":2,"burst_week":2,"lure":{"kind":"token_affix","target":"react"},"version_anomaly":false}10

Manifest

Package metadata

Scripts19
  • buildrun-s build:lib build:md build:example
  • build:examplecd example && npm run build
  • build:librun-s build:locale build:lib-main copy:types
  • build:lib-mainmicrobundle --no-compress --format modern,cjs --jsxImportSource react --jsx React.createElement --jsxFragment React.Fragment
  • build:localemicrobundle src/locale/*.js -o dist/locale --no-compress --format modern,cjs
  • build:mdnpx @kne/md-doc
  • copy:typescp src/index.d.ts dist/index.d.ts
  • inithusky && npm run init-example
  • init-examplemodules-dev-libs-init
  • lint-stagednpx lint-staged
  • prettierprettier --config .prettierrc --write '{src/**/*,index,prompts}.{js,jsx,ts,tsx,json,css,scss}'
  • startrun-p start:lib start:md start:example
  • start:examplecd example && npm run start
  • start:libmicrobundle watch --no-compress --format modern,cjs --jsxImportSource react --jsx React.createElement --jsxFragment React.Fragment
  • start:mdnpx @kne/md-doc --watch
  • test:buildrun-s build
  • test:linteslint .
  • test:unitjest
  • test:watchjest --watch
Dependencies3
  • @kne/form-info^0.1.9
  • @kne/react-intl^0.1.9
  • @kne/use-control-value^0.1.9