PkgRadar

Package evidence

[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
35
First published
May 2026
Publisher
norvikops

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"}'
Publishernorvikops
Artifact bytes586,656
Previous version1.3.2
Published2026-05-21T11:58:39.730Z
SHA-2563148823ee598a29481fca39873472b3d1ed65f7fa244b4c8c2e77b2dd938a1c4

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
12Score
2.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts5
  • buildesbuild src/cli.ts --bundle --platform=node --format=esm --outfile=dist/cli.js --loader:.tsx=tsx --jsx=automatic --external:ink --external:react --external:react-devtools-core --external:better-sqlite3 --external:sqlite-vec --external:keytar && chmod +x dist/cli.js && esbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --loader:.tsx=tsx --jsx=automatic --external:ink --external:react --external:react-devtools-core --external:better-sqlite3 --external:sqlite-vec --external:keytar && tsc -p tsconfig.dts.json
  • prepublishOnlynpm run build
  • testnode --import tsx/esm --test test/*.test.ts test/*.test.tsx
  • test:watchnode --import tsx/esm --test --watch test/*.test.ts test/*.test.tsx
  • typechecktsc
Dependencies9
  • @anthropic-ai/sdk^0.95.1
  • better-sqlite3^11.10.0
  • ink^6.8.0
  • js-yaml^4.1.0
  • keytar^7.9.0
  • react^19.2.6
  • sqlite-vec^0.1.9
  • zod^4.4.3
  • zod-to-json-schema^3.25.2