PkgRadar

Package evidence

@n1k1t/[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.

Versions published
103Mature · −50% score
First published
Oct 2024
Publisher
n1k1t

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":["@n1k1t/[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":["@n1k1t/[email protected]"],"fail_on":"review"}'
Publishern1k1t
Artifact bytes604,689
Previous version1.1.1
Published2026-06-11T12:21:16.778Z
SHA-256dee6e8fee444b524ff7585e59566a5e1d16cfdb4cdd11704c88da9a6bdeab017

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts13
  • buildnpm run server:build && npm run gui:build
  • build:checknpm run server:build:check && npm run gui:build:check
  • gui:buildnpx vite build --mode production
  • gui:build:checknpx tsc --noEmit --project src/gui/app
  • postversionnpm run build && git push && git push --tags
  • preparenpx husky
  • preversionnpm test
  • server:buildrm -rf lib && npx tsc
  • server:build:checknpx tsc --noEmit
  • startnode lib/src/index
  • start:devNODE_ENV=development npx concurrently --names vite,server -c gray,cyan "npx vite serve -l error" "npx ts-node test"
  • testNODE_ENV=test TZ=UTC npx jest
  • versiongit add -A .
Dependencies29
  • @faker-js/faker9.2.0
  • @n1k1t/typebox0.31.14
  • @types/lodash4.14.184
  • axios0.27.2
  • body-parser1.20.3
  • colors1.4.0
  • commander9.4.0
  • dayjs1.11.13
  • deepmerge4.3.1
  • fast-xml-parser4.5.0
  • handlebars4.7.7
  • http-encoding2.1.1
  • https-proxy-agent7.0.6
  • ioredis5.4.1
  • jsonpath-plus7.2.0
  • lodash4.17.21
  • mime-types2.1.35
  • minimatch5.1.0
  • mongodb4.12.1
  • node-gzip1.1.2
  • random-animal-name0.1.1
  • reflect-metadata0.2.1
  • rfdc1.3.0
  • rxjs7.8.1
  • socket.io4.5.3
  • socket.io-client4.5.4
  • socket.io-stream0.9.1
  • uuid9.0.0
  • ws8.18.0