PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 2268940 bytes

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
114
Versions published
64Established · −30% score
First published
Aug 2025
Publisher
grasilife

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No 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":["[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"}'
Publishergrasilife
Artifact bytes633,281
Previous version0.1.3
Published2025-08-20T10:25:37.376Z
SHA-2569352948784f2b9c0681c9af2e53bfb2bc72343cfc4ac4f087686c89db2326a24

Why flagged

What the scanner saw

Large Javascript Payload: 2268940 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
0.1.4Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.js2268940 bytes0

Manifest

Package metadata

Scripts26
  • benchmarkbun run benchmarks/performance.ts
  • benchmark:comprehensivebun run benchmarks/comprehensive-benchmark.ts
  • benchmark:quickbun run benchmarks/quick-benchmark.ts
  • benchmark:ultimatebun run benchmarks/ultimate-performance-test.ts
  • benchmark:ultrabun run benchmarks/ultra-performance-test.ts
  • benchmark:validatorsbun run benchmarks/validators-benchmark.ts
  • buildbun build src/index.ts --outdir dist --target bun
  • build:typestsc --declaration --emitDeclarationOnly --outDir dist
  • devbun --watch index.ts
  • docs:buildbun run docs:build
  • docs:devbun run docs:serve
  • docs:servebun run docs:serve
  • formatprettier --write src/**/*.ts tests/**/*.ts benchmarks/**/*.ts
  • format:checkprettier --check src/**/*.ts tests/**/*.ts benchmarks/**/*.ts
  • linteslint src/**/*.ts tests/**/*.ts benchmarks/**/*.ts
  • lint:fixeslint src/**/*.ts tests/**/*.ts benchmarks/**/*.ts --fix
  • postbuildrimraf src/**/*.d.ts
  • releasebun run type-check && bun run build && bun run test:run && bumpp && bun publish
  • startbun run dist/index.js
  • testvitest
  • test:coveragevitest --coverage
  • test:integrationvitest tests/integration/
  • test:runvitest run
  • test:uivitest --ui
  • test:unitvitest tests/unit/
  • type-checktsc --noEmit
Dependencies8
  • @sinclair/typebox^0.34.39
  • @vue/server-renderer^3.5.18
  • bun^1.2.15
  • cookie^1.0.2
  • qs^6.14.0
  • react^19.1.1
  • react-dom^19.1.1
  • vue^3.5.18