PkgRadar

Package evidence

@ttthree/[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":["@ttthree/[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":["@ttthree/[email protected]"],"fail_on":"review"}'
Publisherttthree
Artifact bytes318,448
Previous version0.2.6
Published2026-05-25T03:10:55.796Z
SHA-256e8f6a1dcf594af6418066106662cc0d9cd92a01d45c33cd9b5ec21f08a871e31

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/web/assets/index-DgM5m48q.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/core/pricing.jsmatched "raw.githubusercontent.com"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/web/assets/index-DgM5m48q.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/dist/core/pricing.jsmatched "raw.githubusercontent.com"12
lowObfuscationpackage/dist/cli/commands/collect.jsmatched "\\x1b"3
lowObfuscationpackage/dist/web/assets/index-DgM5m48q.jsmatched "\\u00C0"3

Manifest

Package metadata

Scripts18
  • buildtsc -p tsconfig.build.json && vite build && chmod +x dist/cli/index.js
  • build:webvite build
  • cleannode -e "require('node:fs').rmSync('dist',{recursive:true,force:true})"
  • corpus:build-edgetsx tests/corpus/build-edge/build-edge.ts --out tests/corpus/snapshots/2026-04-edge
  • corpus:regenerate-goldentsx tests/corpus/regenerate-golden.ts --corpus tests/corpus/snapshots/2026-04-default
  • corpus:sampletsx src/cli/index.ts corpus sample --out tests/corpus/snapshots/2026-04-default
  • corpus:verifytsx src/cli/index.ts corpus verify tests/corpus/snapshots/2026-04-default
  • corpus:verify:allnpm run corpus:verify && npm run corpus:verify:edge
  • corpus:verify:edgetsx src/cli/index.ts corpus verify tests/corpus/snapshots/2026-04-edge
  • devtsx src/cli/index.ts
  • dev:alltsx scripts/dev-all.ts
  • dev:webvite
  • prepublishOnlynpm run clean && npm run build
  • testnpm run test:unit && npm run test:corpus
  • test:corpusvitest run tests/corpus
  • test:e2eplaywright test
  • test:unitvitest run tests/unit tests/e2e
  • test:watchvitest
Dependencies10
  • @tailwindcss/typography^0.5.19
  • @types/better-sqlite3^7.6.13
  • better-sqlite3^12.9.0
  • commander^13.1.0
  • express^5.1.0
  • minimatch^10.0.3
  • react^19.1.0
  • react-dom^19.1.0
  • react-markdown^10.1.0
  • recharts^2.15.3