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,123Niche · −30% score
- Versions published
- 104
- 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 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":["[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"}'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
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts24
audit:prodnpm audit --omit=dev --audit-level=highbuildnpm run clean && tsupcheck:depsdepcruise src/main --config .dependency-cruiser.cjscheck:exportspublint run --pack npm && npm run check:types-packcheck:knipknipcheck:publintpublint run --pack npmcheck:types-packnode scripts/check-types-pack.mjscleanrimraf distdevnpm run localdev:watchnpm run localformat:checkprettier --check "src/**/*.ts" "examples/smoke-consumer/*.{ts,mjs}" "docs/**/*.md"linteslint .localnode scripts/dev-watch.mjspreparehuskyprepublishOnlynpm run build && npm run type-check && npm run test:consumersize:checknode scripts/check-bundle-size.mjsstartnodemon --watch src/main --ext ts --exec tsx src/main/index.tstestnode --import tsx --test 'src/test/**/*.test.ts'test:consumernpm run build && cd examples/smoke-consumer && npm install && npm run smoketest:consumer:livenpm run build && cd examples/smoke-consumer && npm install && npm run smoke:livetest:coveragec8 node --import tsx --test 'src/test/**/*.test.ts'test:watchnode --import tsx --watch --test 'src/test/**/*.test.ts'type-checktsc --noEmitverifynpm 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 && npm run test:consumer
Dependencies4
axios^1.13.2js-base64^3.7.8js-cookie^3.0.5pako^2.1.0