PkgRadar

Package evidence

@nirikshaai/[email protected]

Credential file access: matched "NPM_TOKEN"

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
129
Versions published
6
First published
May 2026
Publisher
vbhadauriya

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@nirikshaai/[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":["@nirikshaai/[email protected]"],"fail_on":"review"}'
Publishervbhadauriya
Artifact bytes410,569
Previous version0.0.1-dev.ede5837
Published2026-05-27T06:28:41.075Z
SHA-25668bc2809aed4d360e8d189a103dc61a8a28e7c1b665f8313c8c7ca621892876e

Why flagged

What the scanner saw

Credential file access: matched "NPM_TOKEN"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
6Score
0.0.2Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/.github/workflows/dev-release.ymlmatched "NPM_TOKEN"3
lowCredential file accesspackage/.github/workflows/release.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts8
  • buildtsup src/index.ts --format cjs,esm --dts
  • formatprettier --write src
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies7
  • @opentelemetry/exporter-logs-otlp-grpc~0.52.0
  • @opentelemetry/exporter-metrics-otlp-grpc~0.52.0
  • @opentelemetry/exporter-trace-otlp-grpc~0.52.0
  • @opentelemetry/resources~1.25.0
  • @opentelemetry/sdk-logs~0.52.0
  • @opentelemetry/sdk-metrics~1.25.0
  • @opentelemetry/semantic-conventions~1.25.0