PkgRadar

Package evidence

[email protected]

Large Javascript Payload: 4403320 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.

Versions published
153Mature · −50% score
First published
Apr 2025
Publisher
piascikj

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 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"}'
Publisherpiascikj
Artifact bytes6,992,935
Previous version0.70.2
Published2026-05-29T12:43:20.740Z
SHA-2561cddb0eadee47d5250514146b432a9756f3717c84280bf4f165c0be7f78ad80f

Why flagged

What the scanner saw

Large Javascript Payload: 4403320 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.71.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/index.cjs4403320 bytes0
lowLarge Javascript Payloadpackage/dist/index.min.cjs2272263 bytes0

Manifest

Package metadata

Scripts16
  • build./build.sh
  • build-bundlenpm run clean && node esbuild.config.js && cp -R public/ dist/ && cp README.md dist/ && cp CHANGELOG.md dist/ && cp src/adapters/jwt-public.pem dist/
  • build:no-backlogSKIP_TESTS=1 SKIP_BACKLOG_COPY=1 ./build.sh
  • build:no-testSKIP_TESTS=1 ./build.sh
  • cleanrm -rf dist/
  • coveragevitest --run --coverage
  • install:globalnpm run build:no-test && npm install -g .
  • linknpm link ../../imdone-core ../../imdone-api
  • pack:sharenpm run build:no-test && npm pack && node scripts/show-install-command.mjs
  • pack:share:no-backlognpm run build:no-backlog && npm pack && node scripts/show-install-command.mjs
  • prepublishOnlynpm --prefix ../ install && npm i && npm run build
  • testvitest --run
  • test-civitest --run
  • version:majornpm version major --no-git-tag-version && git -C .. add cli-package/package.json cli-package/package-lock.json && git -C .. commit -m "Update version"
  • version:minornpm version minor --no-git-tag-version && git -C .. add cli-package/package.json cli-package/package-lock.json && git -C .. commit -m "Update version"
  • version:patchnpm version patch --no-git-tag-version && git -C .. add cli-package/package.json cli-package/package-lock.json && git -C .. commit -m "Update version"
Dependencies15
  • @inquirer/prompts^7.10.1
  • chalk^5.4.1
  • commander^13.1.0
  • dotenv16.4.5
  • execa^9.5.3
  • find-up-simple^1.0.1
  • imdone-core^2.1.11
  • js-yaml^4.1.0
  • jsonwebtoken^9.0.2
  • markdownlint^0.38.0
  • open^9.1.0
  • ora^8.2.0
  • semver^7.7.2
  • simple-git^3.27.0
  • yaml^2.8.1