PkgRadar

Package evidence

@dzapio/[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
4
Versions published
2
First published
Apr 2026
Publisher
dzapio

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":["@dzapio/[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":["@dzapio/[email protected]"],"fail_on":"review"}'
Publisherdzapio
Artifact bytes6,560,720
Previous versionnone
Published2026-04-30T05:43:54.892Z
SHA-256f4a630a1f28a090f786e1b72ced956600b8c222549141735d4adf1a486285134

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
30Score
0.0.1Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/deploy.mjsmatched "NPM_TOKEN"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/deploy.mjsmatched "NPM_TOKEN"30
lowLarge Javascript Payloadpackage/dist/app.js19992025 bytes0

Manifest

Package metadata

Scripts9
  • buildnode ./scripts/build.mjs
  • clinode dist/src/cli/index.js
  • deploynode deploy.mjs
  • devts-node src/server/index.ts
  • dockerdocker build --no-cache --platform linux/amd64 -t gcr.io/dzap-production/nlp-ai . && docker run gcr.io/dzap-production/nlp-ai:latest
  • npmPublishnpm run build && npm publish --access public
  • pack:testernpm run build && npm pack
  • startnode dist/src/server/index.js
  • testjest --detectOpenHandles --forceExit
Dependencies15
  • @ai-sdk/google^3.0.29
  • @ai-sdk/openai^3.0.31
  • @alloralabs/allora-sdk^0.1.0
  • @dzapio/sdk2.0.20
  • @google/adk^0.5.0
  • @modelcontextprotocol/sdk1.26.0
  • @mozilla/readability^0.6.0
  • ai^6.0.91
  • better-sqlite3^11.10.0
  • dotenv^16.4.7
  • express^4.21.2
  • jsdom^28.1.0
  • sentiment^5.0.2
  • uuid^11.1.0
  • zod^3.24.2