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
21
Versions published
220Mature · −50% score
First published
Feb 2018
Publisher
farhan.naysee

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"}'
Publisherfarhan.naysee
Artifact bytes359,326
Previous version12.6.8-snapshot.0
Published2026-01-05T07:59:12.517Z
SHA-256e559d8ef7ee9e78fc6460310ee5ac030539e1cb44639d02196811b546dc74f38

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
12.6.8Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts10
  • buildnode _buildInfo.js && npm run wait && npm run build:npm
  • build:npmbabel src -d dist/node --copy-files
  • commitVersionChangesgit add . && git commit -m "Version" && npm run wait
  • publish:releasenpm run version:release && npm run build && npm run commitVersionChanges && npm publish
  • publish:snapshotnpm run version:snapshot && npm publish --tag snapshot
  • testmocha --reporter spec --exit
  • version:releasenpm version 12.6.8
  • version:snapshotnpm version prerelease --preid snapshot
  • waitnode -e "setTimeout(() => process.exit(0), 100)"
  • watchnpm-watch build
Dependencies15
  • @babel/cli^7.17.6
  • @babel/core^7.17.9
  • @babel/plugin-transform-runtime^7.17.10
  • @babel/preset-env^7.16.11
  • crypto-js^4.2.0
  • dompurify^2.3.3
  • faker^4.1.0
  • form-data^2.5.0
  • image-size^0.8.3
  • jsdom^18.0.0
  • mime^2.4.4
  • podasync2.8.4
  • query-string^6.8.1
  • request^2.88.0
  • xss^1.0.14