PkgRadar

Package evidence

@realtimex/[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,638Niche · −30% score
Versions published
219
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@realtimex/[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":["@realtimex/[email protected]"],"fail_on":"review"}'
Artifact bytes696,818
Previous version0.219.0
Published2026-06-18T00:51:34.168Z
SHA-2568b399292c977d6c845b219889f7685c07f8f4196b0ed5eef13c71ad895966939

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/cli/utils/resolveNpmrcConfig.jsmatched ".npmrc"10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/cli/utils/resolveNpmrcConfig.jsmatched ".npmrc"10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./dist/cli/cli.js postinstall"5

Manifest

Package metadata

Scripts28
  • addPostinstallScriptnpm pkg set scripts.postinstall="node ./dist/cli/cli.js postinstall"
  • buildtsc --build tsconfig.json --force && npm run build:packTemplates
  • build:packTemplatesvite-node scripts/packTemplates.ts
  • cleanrm -rf ./node_modules ./dist ./tsconfig.tsbuildinfo ./test/.models ./docs/api ./docs/api-overrides ./templates/packed
  • cmake-js-llamacd llama && cmake-js
  • dev:buildnpm run build && node ./dist/cli/cli.js source build --noUsageExample
  • dev:setupnpm run build && node ./dist/cli/cli.js source download --noUsageExample && npm run docs:generateTypedoc && npm run dev:setup:downloadAllTestModels
  • dev:setup:downloadAllTestModelsvite-node test/utils/scripts/downloadAllTestModels.ts
  • docs:buildnpm run docs:generateTypedoc && vitepress build
  • docs:devnpm run docs:generateTypedoc && vitepress dev --cors
  • docs:generateTypedoctypedoc && rimraf ./docs/api/index.md ./docs/api/globals.md ./docs/api/functions/LlamaText.md
  • docs:previewnpm run docs:generateTypedoc && vitepress preview
  • formatnpm run lint:eslint -- --fix
  • lintnpm run lint:eslint
  • lint:eslinteslint --report-unused-disable-directives .
  • postinstallnode ./dist/cli/cli.js postinstall
  • postversionvite-node scripts/postVersion.ts
  • prebuildrimraf ./dist ./tsconfig.tsbuildinfo
  • preparenode --experimental-require-module -e "process.env.CI !== 'true' && console.log(require('husky').default())"
  • prewatchrimraf ./dist ./tsconfig.tsbuildinfo
  • testnpm run test:typescript && npm run lint:eslint && npm run test:vitest
  • test:modelDependentvitest run ./test/modelDependent
  • test:modelDependent:interactivevitest watch ./test/modelDependent
  • test:standalonevitest run ./test/standalone
  • test:standalone:interactivevitest watch ./test/standalone
  • test:typescripttsc --noEmit --project tsconfig.json
  • test:vitestvitest run ./test
  • watchtsc --build tsconfig.json --watch --force
Dependencies28
  • @huggingface/jinja^0.5.6
  • async-retry^1.3.3
  • bytes^3.1.2
  • chalk^5.6.2
  • chmodrp^1.0.2
  • cmake-js^8.0.0
  • cross-spawn^7.0.6
  • env-var^7.5.0
  • filenamify^6.0.0
  • fs-extra^11.3.4
  • ignore^7.0.4
  • ipull^3.9.5
  • is-unicode-supported^2.1.0
  • lifecycle-utils^3.1.1
  • log-symbols^7.0.1
  • nanoid^5.1.6
  • node-addon-api^8.6.0
  • ora^9.3.0
  • pretty-ms^9.3.0
  • proper-lockfile^4.1.2
  • semver^7.7.1
  • simple-git3.33.0
  • slice-ansi^8.0.0
  • stdout-update^4.0.1
  • strip-ansi^7.2.0
  • validate-npm-package-name^7.0.2
  • which^6.0.1
  • yargs^17.7.2
Optional dependencies13
  • @realtimex/node-llama-cpp-linux-arm640.220.0
  • @realtimex/node-llama-cpp-linux-armv7l0.220.0
  • @realtimex/node-llama-cpp-linux-x640.220.0
  • @realtimex/node-llama-cpp-linux-x64-cuda0.220.0
  • @realtimex/node-llama-cpp-linux-x64-cuda-ext0.220.0
  • @realtimex/node-llama-cpp-linux-x64-vulkan0.220.0
  • @realtimex/node-llama-cpp-mac-arm64-metal0.220.0
  • @realtimex/node-llama-cpp-mac-x640.220.0
  • @realtimex/node-llama-cpp-win-arm640.220.0
  • @realtimex/node-llama-cpp-win-x640.220.0
  • @realtimex/node-llama-cpp-win-x64-cuda0.220.0
  • @realtimex/node-llama-cpp-win-x64-cuda-ext0.220.0
  • @realtimex/node-llama-cpp-win-x64-vulkan0.220.0