PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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"}'
Artifact bytes109,241
Previous version0.4.0
Published2026-05-24T11:59:30.354Z
SHA-2566cda6234d46c527599eee2b68e667cabaaa8f9a8f18b56a07cbb17018c347ba8

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
lowInstall-time lifecycle scriptpackage.jsonprepare="husky"4
lowObfuscationpackage/dist/cli.jsmatched "\\u672A"3
lowObfuscationpackage/dist/index.jsmatched "\\u2026"3

Manifest

Package metadata

Scripts15
  • buildtsup
  • changesetchangeset
  • devtsup --watch
  • formatbiome format src --write
  • lintbiome check src
  • lint:fixbiome check src --write
  • preparehusky
  • prepublishOnlynpx tsc --noEmit && npx biome check src && npx vitest run && npx tsup
  • releasepnpm build && changeset publish
  • startnode bin/lark-kiro-bridge.mjs run
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
  • versionchangeset version
Dependencies9
  • @larksuiteoapi/node-sdk^1.65.0
  • commander^14.0.3
  • execa^9.5.2
  • p-queue^8.0.1
  • pino^10.3.1
  • pino-pretty^11.3.0
  • proper-lockfile^4.1.2
  • qrcode-terminal^0.12.0
  • zod^3.23.8