PkgRadar

Package evidence

[email protected]

no findings

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
4,205Niche · −30% score
Versions published
111
First published
Feb 2026
Publisher
manabdigitalwoods

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"}'
Artifact bytes192,311
Previous version4.0.7-dev.4
Published2026-06-13T06:39:08.458Z
SHA-2569417cdf138d32050bd9b25f7e57ebd5c5493117c6f21f3564cb2f60d1ff70574

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
4.0.7-dev.5Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts25
  • audit:prodnpm audit --omit=dev --audit-level=high
  • buildnpm run clean && tsup
  • check:depsdepcruise src/main --config .dependency-cruiser.cjs
  • check:exportspublint run --pack npm && npm run check:types-pack
  • check:knipknip
  • check:publintpublint run --pack npm
  • check:types-packnode scripts/check-types-pack.mjs
  • cleanrimraf dist
  • devnpm run local
  • dev:watchnpm run local
  • format:checkprettier --check "src/**/*.ts" "examples/smoke-consumer/*.{ts,mjs}" "docs/**/*.md"
  • linteslint .
  • localnode scripts/dev-watch.mjs
  • preparehusky
  • prepublishOnlynpm run build && npm run type-check && npm run test:consumer
  • size:checknode scripts/check-bundle-size.mjs
  • startnodemon --watch src/main --ext ts --exec tsx src/main/index.ts
  • testnode --import tsx --import ./src/test/register-test-hooks.ts --test 'src/test/**/*.test.ts'
  • test:consumercd examples/smoke-consumer && (npm ci || npm install) && npm run smoke
  • test:consumer:livenpm run build && cd examples/smoke-consumer && npm ci && npm run smoke:live
  • test:coveragec8 node --import tsx --test 'src/test/**/*.test.ts'
  • test:watchnode --import tsx --import ./src/test/register-test-hooks.ts --watch --test 'src/test/**/*.test.ts'
  • type-checktsc --noEmit
  • verifynpm run type-check && npm run lint && npm run format:check && npm test && npm run build && npm run size:check && npm run check:exports && npm run check:deps
  • verify:fullnpm run verify && npm run test:consumer
Dependencies4
  • axios^1.13.2
  • js-base64^3.7.8
  • js-cookie^3.0.5
  • pako^2.1.0