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.

Weekly downloads
23
Versions published
15
First published
Apr 2026
Publisher
cuongntr

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"}'
Publishercuongntr
Artifact bytes204,273
Previous version0.8.3
Published2026-04-24T10:16:08.683Z
SHA-256fd99a60e5aa35c59d03461f0de4a6844d07c3ce3cfc093c65df1796b0fdafabf

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
0.8.4Version
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

Scripts8
  • buildbun build ./src/index.ts --target bun --format esm --outfile ./dist/index.js
  • checkbiome check src test && bun run test:unit && bun run test:e2e
  • formatbiome format --write src test
  • lintbiome lint src test
  • prepublishOnlybun run build
  • testbun test test/*.test.ts test/**/*.test.ts --path-ignore-patterns 'test/e2e/**'
  • test:e2eBYTES_TEST_DETERMINISTIC=1 bun test test/e2e/
  • test:unitbun test test/*.test.ts test/**/*.test.ts --path-ignore-patterns 'test/e2e/**' --coverage
Dependencies4
  • @opencode-ai/plugin^1.4.7
  • @opencode-ai/sdk^1.4.7
  • jsonc-parser^3.3.1
  • zod^4.3.6