PkgRadar

Package evidence

@kkcompany/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
64Established · −30% score
First published
Sep 2025
Publisher
kksweb

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@kkcompany/[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":["@kkcompany/[email protected]"],"fail_on":"review"}'
Publisherkksweb
Artifact bytes1,255,464
Previous version1.15.34
Published2025-09-10T06:55:06.569Z
SHA-256ee6aafbd9643c8fc98a837d9c361b9b633658b83d7ffe42341a801315bfc8d2e

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.9.20Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/index.mjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/react.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts11
  • buildrollup -c && cp types/* dist/
  • build-samplerollup -c && next build && next export
  • build:cleanrm -rf dist/ sdk.esm.js sdk.js react.js plugins.js modules.js core.js npm/*d.ts npm/*.js
  • developnext
  • docstypedoc --plugin typedoc-plugin-markdown --plugin typedoc-plugin-missing-exports --out api-docs src/sdk/index.tsx && sh organize-docs.sh && mkdir -p upload && concat-md --file-name-as-title --hide-anchor-links api-docs > upload/api-refs.md
  • install:huskyhusky install
  • now-buildmv next-build .next || echo 'Not a next build, skip moving'
  • releasestandard-version -a
  • startnext start
  • testjest --coverage
  • watch:testjest --watch
Dependencies10
  • @emotion/css^11.9.0
  • @emotion/react^11.9.3
  • @juggle/resize-observer^3.3.1
  • axios<1
  • dlv^1.1.3
  • mitt^3.0.0
  • react-cool-dimensions^2.0.7
  • react-cool-onclickoutside1.7.0
  • shaka-player^4.2.2
  • ua-parser-js^1.0.37