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.

Versions published
316
First published
Feb 2026
Publisher
jinzd005

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"}'
Publisherjinzd005
Artifact bytes1,897,637
Previous version0.4.186
Published2026-06-12T15:58:42.656Z
SHA-25675b4f3c9a771d599ed67ce3f521336e695aecb57f46ea91a8cb1f2a632413166

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/chunk-Q6BSUIDV.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/electron-server.jsmatched ".npmrc"5
lowObfuscation Densitypackage/dist/chunk-OJL3PY36.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/chunk-Q3ZUDA6S.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/hub-CHE7JDIH.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/task-orchestrator-DC7NGBQA.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts21
  • buildtsup
  • devtsx src/index.ts
  • electronnpm run build && electron electron/main.cjs
  • electron:build-allnpm run build && electron-builder --win --mac --linux
  • electron:build-linuxnpm run build && electron-builder --linux
  • electron:build-macnpm run build && electron-builder --mac
  • electron:build-winnpm run build && electron-builder --win
  • electron:develectron electron/main.cjs
  • linteslint src
  • pack:allnpm run build && npm run patch && npx pkg dist-cjs/index.cjs --target node22-win-x64,node22-macos-arm64,node22-linux-x64 --out-path release --compress GZip --options no-deprecation
  • pack:linuxnpm run build && npm run patch && npx pkg dist-cjs/index.cjs --target node22-linux-x64 --output release/ai-cli-linux --compress GZip --options no-deprecation
  • pack:macnpm run build && npm run patch && npx pkg dist-cjs/index.cjs --target node22-macos-arm64 --output release/ai-cli-mac --compress GZip --options no-deprecation
  • pack:mac-x64npm run build && npm run patch && npx pkg dist-cjs/index.cjs --target node22-macos-x64 --output release/ai-cli-mac-x64 --compress GZip --options no-deprecation
  • pack:winnpm run build && npm run patch && npx pkg dist-cjs/index.cjs --target node22-win-x64 --output release/ai-cli-win.exe --compress GZip --options no-deprecation
  • patchnode scripts/patch-sqlite.mjs
  • prepublishOnlynpm run build
  • releasenode scripts/release.mjs
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2e-webplaywright test
  • test:watchvitest
Dependencies20
  • @anthropic-ai/sdk^0.39.0
  • @google/generative-ai^0.24.0
  • @huggingface/transformers^4.1.0
  • @inquirer/prompts^7.0.0
  • chalk^5.4.1
  • commander^13.0.0
  • express^5.2.1
  • openai^4.77.0
  • tree-sitter-cpp^0.23.4
  • tree-sitter-go^0.25.0
  • tree-sitter-java^0.23.5
  • tree-sitter-javascript^0.25.0
  • tree-sitter-python^0.25.0
  • tree-sitter-rust^0.24.0
  • tree-sitter-typescript^0.23.2
  • undici^7.24.0
  • uuid^14.0.0
  • web-tree-sitter^0.26.8
  • ws^8.19.0
  • zod^3.24.1