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
8
First published
Jun 2025
Publisher
n1k1t

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 bytes9,657
Previous version0.0.5
Published2025-06-01T17:37:14.877Z
SHA-2562c28674e1b7154aca94b3d495a1bb554f36b73d8ee2151d5b0f3057d8cb2937e

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts11
  • buildrm -rf lib && npx tsc
  • build:checknpx tsc --noEmit
  • postversionnpm run build && git push && git push --tags
  • preparehusky
  • preversionnpm run build:check && npm test
  • promptkitnpx ts-node src/cli.ts
  • startnode lib/src/index
  • start:devNODE_OPTIONS="-r ts-node/register --no-warnings" node test
  • testNODE_ENV=test jest --silent
  • test:coverageNODE_ENV=test jest --coverage
  • versiongit add -A .
Dependencies9
  • commander9.4.0
  • comment-parser1.4.1
  • dotenv16.4.7
  • glob11.0.2
  • json2md2.0.3
  • lodash4.17.21
  • recast0.23.11
  • reflect-metadata0.2.1
  • yaml2.8.0