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
- 270
- Versions published
- 86
- First published
- Feb 2026
- Publisher
- jvittechs
Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cli-main-NCBRGX6X.js | matched ".npmrc" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="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-chatbundle:guidenode scripts/bundle-guide-content.jscopy-web-chatmkdir -p dist/web-chat && cp -r src/web-chat/* dist/web-chat/devtsx src/cli.ts --helplinteslint .postinstallnode scripts/postinstall.jsreleasenode scripts/release.jssmart-publishnode scripts/smart-publish.jstestvitest run
Dependencies31
@inquirer/prompts^8.0.2adm-zip^0.5.16bcryptjs^2.4.3boxen^8.0.1chalk^5.6.2cli-progress^3.12.0cli-table3^0.6.5clipboardy^4.0.0commander^12.1.0cronstrue^2.50.0execa^9.6.1figlet^1.9.4gradient-string^3.0.0gray-matter^4.0.3ignore^7.0.5ink^5.0.1ink-spinner^5.0.0ink-text-input^6.0.0marked^12.0.0marked-terminal^7.0.0open^10.1.0ora^9.0.0p-limit^5.0.0p-queue^7.4.1p-retry^6.2.0react^18.3.1slugify^1.6.6terminal-image^4.1.0undici^6.19.5yaml^2.5.0- …and 1 more.