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 bytes2,090,778
Previous version0.1.1
Published2026-05-24T22:52:10.682Z
SHA-256c38f3bc21484d521986c62d5cef12bb069a7643e6829f088261d4942f5bcadf9

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli/index.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/plugin/opencron.jshigh encoded/escaped-token density12
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/cli/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