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
669
Versions published
28Established · −30% score
First published
Oct 2025
Publisher
nearlcrews

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"}'
Publishernearlcrews
Artifact bytes416,728
Previous version1.7.2
Published2026-06-11T15:13:10.391Z
SHA-256803e3e33df8904d02bae3c7fc00e4ab23ff33f98e2f5d1b152fedf0e87c1157b

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts23
  • buildnpm run clean && npm run build:types && npm run build:bundle && npm run build:panel
  • build:bundlenode esbuild.config.js
  • build:panelwebpack
  • build:typestsc --noEmit false --declaration --emitDeclarationOnly --outDir dist
  • cleannode scripts/clean.mjs
  • create-releasegh release create v$npm_package_version --generate-notes
  • devtsx watch src/index.ts
  • formatbiome format --write .
  • hookshusky
  • lintbiome check .
  • lint:fixbiome check --write .
  • mutation-teststryker run
  • prepublishOnlynpm run validate && npm run build
  • releasegit rev-parse "v$npm_package_version" >/dev/null 2>&1 && { echo "tag v$npm_package_version already exists"; exit 1; } ; git tag v$npm_package_version && git push --tags && git push && npm run create-release
  • security-auditnpm audit --audit-level=moderate
  • testvitest run
  • test:coveragevitest run --coverage
  • test:runvitest run
  • test:uivitest --ui
  • test:watchvitest
  • type-checktsc --noEmit && npm run type-check:panel
  • type-check:paneltsc -p tsconfig.panel.json --noEmit
  • validatenpm run type-check && npm run lint && npm run test:run