PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Artifact bytes2,146,360
Previous version0.1.2
Published2026-05-25T04:15:36.609Z
SHA-2563ba9fb0112e75129059b709face33e11a25591430a8ceca9cf0b03a5b5f2cc35

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

high
Last checked
highRisk
63Score
0.1.3Version
Status history (1 event)
  1. newavailable · risk high · score 63 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

brunomesquitac

2 members · evidence strength 56

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/gateway/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/web/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/plugin/opencron.jshigh encoded/escaped-token density12
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/gateway/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/web/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/plugin/opencron.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/cli/index.jsmatched "\\x1b"3
lowObfuscationpackage/dist/gateway/index.jsmatched "\\u2019"3
lowObfuscationpackage/dist/web/index.jsmatched "\\u200E"3
lowObfuscationpackage/dist/worker/index.jsmatched "\\u2019"3
lowObfuscationpackage/dist/plugin/opencron.jsmatched "\\u200E"3

Manifest

Package metadata

Scripts11
  • buildtsup
  • db:generatedrizzle-kit generate
  • db:migratebun run src/core/db/migrate.ts
  • devbun run src/cli/index.ts
  • gatewaybun run src/gateway/index.ts
  • releasecommit-and-tag-version
  • release:majorcommit-and-tag-version --release-as major
  • release:minorcommit-and-tag-version --release-as minor
  • testbun test
  • typechecktsc --noEmit
  • uibun run src/web/index.tsx
Dependencies5
  • commander^13.1.0
  • cron-parser^5.5.0
  • drizzle-orm^0.39.1
  • glob^13.0.0
  • hono^4.7.4