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
10
Versions published
13
First published
Jan 2026
Publisher
nanahira

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"}'
Publishernanahira
Artifact bytes218,919
Previous version2.0.0
Published2026-03-14T02:51:25.641Z
SHA-256f15b3613e9c22ae74f99a1fe7e7f5c04209012106fcdbf4a7965367fce49a3dc

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts12
  • buildnest build
  • formatprettier --write "src/**/*.ts" "test/**/*.ts"
  • linteslint "{src,apps,libs,test}/**/*.ts" --fix
  • startnest start
  • start:debugnest start --debug --watch
  • start:devnest start --watch
  • start:prodnode dist/main
  • testjest
  • test:covjest --coverage
  • test:debugnode --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand
  • test:e2ejest --config ./test/jest-e2e.json
  • test:watchjest --watch
Dependencies4
  • aragami^1.2.10
  • argon2^0.44.0
  • crypto-random-string3.3.1
  • nestjs-aragami^1.2.1