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
- 11,756Mainstream · −50% score
- Versions published
- 319Established · −30% score
- First published
- Oct 2025
- Publisher
- cjnoname
Effective trust discount applied: −50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["@cj-tech-master/[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":["@cj-tech-master/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 2600475 bytes
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/dist/iife/excelts.iife.js | 2600475 bytes | 0 |
Manifest
Package metadata
Scripts23
analyze:browserrimraf dist && node --input-type=module -e "import { execSync } from 'node:child_process'; process.env.ANALYZE='true'; execSync('rolldown -c rolldown.config.ts', { stdio: 'inherit' });"benchmarkrimraf dist && pnpm build && node --expose-gc scripts/benchmark.tsbenchmark:compressrimraf dist && pnpm build && node --expose-gc scripts/benchmark-compress.tsbuildpnpm generate:csv-worker && rimraf dist && concurrently "pnpm build:esm" "pnpm build:cjs" "pnpm build:browser" "pnpm build:browser:bundle" && pnpm build:verifybuild:browsertsc --project tsconfig.browser.json && node scripts/fix-esm-imports.ts --dist dist/browser --types dist/browser && node scripts/fix-browser-imports.ts --dir dist/browserbuild:browser:bundlerolldown -c rolldown.config.tsbuild:cjstsc --project tsconfig.cjs.json && node scripts/fix-cjs-imports.tsbuild:esmtsc --project tsconfig.esm.json && node scripts/fix-esm-imports.tsbuild:verifytsc --noEmit --ignoreConfig --module NodeNext --moduleResolution NodeNext --lib ESNext --types node dist/types/index.d.ts dist/types/modules/archive/index.d.ts dist/types/modules/csv/index.d.ts dist/types/modules/formula/index.d.ts dist/types/modules/markdown/index.d.ts dist/types/modules/pdf/index.d.ts dist/types/modules/stream/index.d.ts dist/types/modules/xml/index.d.ts dist/types/modules/word/index.d.ts dist/types/modules/word/html.d.ts dist/types/modules/word/crypto.d.ts dist/types/modules/word/markdown.d.ts dist/types/modules/word/excel.d.tscheckconcurrently --raw "pnpm type" "pnpm lint" "pnpm format"cleanpnpm dlx --reporter=silent rimraf "**/node_modules" pnpm-lock.yaml "**/dist" -g && pnpm icompatibility:reportnode scripts/compatibility-report.tsexamplenode scripts/run-examples.tsformatoxfmtgenerate:csv-workernode scripts/generate-csv-worker-script.tslintoxlintlint:fixoxlint --fixpreversionpnpm check && pnpm build && pnpm testtestvitest run && pnpm test:browser --test:browserpnpm generate:csv-worker && rimraf dist && pnpm build:browser:bundle && vitest run --config vitest.browser.config.tstest:watchvitesttypetsgo --noEmitverify:treeshakenode scripts/treeshake-verify.ts