PkgRadar

Package evidence

@jvittechs/[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
865
Versions published
90
First published
Feb 2026
Publisher
jvittechs

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":["@jvittechs/[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":["@jvittechs/[email protected]"],"fail_on":"review"}'
Publisherjvittechs
Artifact bytes575,137
Previous version1.0.99
Published2026-06-05T02:23:11.573Z
SHA-256e6de6b9bb706b4e6e5b5e1e5e291b8f19687a3a888120991f9c0ee96ed88a927

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
1.0.100Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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/dist/cli-main-TWKBTY4I.jsmatched ".npmrc"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts9
  • buildnpm run bundle:guide && tsup src/cli.ts --dts --format esm --target node22 --out-dir dist --sourcemap && npm run copy-web-chat
  • bundle:guidenode scripts/bundle-guide-content.js
  • copy-web-chatmkdir -p dist/web-chat && cp -r src/web-chat/* dist/web-chat/
  • devtsx src/cli.ts --help
  • linteslint .
  • postinstallnode scripts/postinstall.js
  • releasenode scripts/release.js
  • smart-publishnode scripts/smart-publish.js
  • testvitest run
Dependencies31
  • @inquirer/prompts^8.0.2
  • adm-zip^0.5.16
  • bcryptjs^2.4.3
  • boxen^8.0.1
  • chalk^5.6.2
  • cli-progress^3.12.0
  • cli-table3^0.6.5
  • clipboardy^4.0.0
  • commander^12.1.0
  • cronstrue^2.50.0
  • execa^9.6.1
  • figlet^1.9.4
  • gradient-string^3.0.0
  • gray-matter^4.0.3
  • ignore^7.0.5
  • ink^5.0.1
  • ink-spinner^5.0.0
  • ink-text-input^6.0.0
  • marked^12.0.0
  • marked-terminal^7.0.0
  • open^10.1.0
  • ora^9.0.0
  • p-limit^5.0.0
  • p-queue^7.4.1
  • p-retry^6.2.0
  • react^18.3.1
  • slugify^1.6.6
  • terminal-image^4.1.0
  • undici^6.19.5
  • yaml^2.5.0
  • …and 1 more.