PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
3,442Niche · −30% score
Versions published
97
First published
Mar 2026
Publisher
slz.xzq

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["[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"}'
Publisherslz.xzq
Artifact bytes146,508
Previous version1.1.29-beta.4
Published2026-06-15T07:34:38.034Z
SHA-256da712cf3bc72df7c2e46edcebb4d11077fff23e157b3b3fa19f494f28a6f863c

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

review
Last checked
reviewRisk
7Score
1.1.29-beta.5Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5
lowObfuscation Densitypackage/dist/chunk-TVHODPID.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts6
  • buildnode scripts/write-defaults.mjs --env production && tsup && node scripts/copy-skill-assets.mjs --env production
  • build:prodnode scripts/write-defaults.mjs --env production && tsup && node scripts/copy-skill-assets.mjs --env production
  • build:testnode scripts/write-defaults.mjs --env test && tsup && node scripts/copy-skill-assets.mjs --env test
  • postinstallnode scripts/postinstall.mjs
  • startnode dist/index.js
  • typechecktsc --noEmit -p tsconfig.json
Dependencies5
  • @azure/storage-blob^12.31.0
  • cli-table3^0.6.5
  • commander^12.1.0
  • image-size^2.0.2
  • proper-lockfile^4.1.2