PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
2,241Niche · −30% score
Versions published
55Established · −30% score
First published
Dec 2025
Publisher
veerareddyvishal56

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"}'
Artifact bytes1,167,445
Previous version9.4.5
Published2026-06-08T07:32:57.842Z
SHA-2560273cdfc46ba713306f85c1af2344717f792d9dac6f8b5c689e9c44ffa96b46a

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
20Score
9.4.6Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/routing/model-registry.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/benchmark-configs/portkey-docker.shmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/routing/model-registry.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/benchmark-configs/portkey-docker.shmatched "curl "12
lowCredential file accesspackage/src/training/trajectory-compressor.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts13
  • devnodemon index.js
  • linteslint src index.js
  • prestartnode -e "if(process.env.HEADROOM_ENABLED==='true'&&process.env.HEADROOM_DOCKER_ENABLED!=='false'){process.exit(0)}else{process.exit(1)}" && docker compose --profile headroom up -d --build headroom 2>/dev/null || echo 'Headroom skipped (disabled or Docker not running)'
  • startnode index.js 2>&1 | npx pino-pretty --sync
  • stopnode -e "if(process.env.HEADROOM_ENABLED==='true'&&process.env.HEADROOM_DOCKER_ENABLED!=='false'){process.exit(0)}else{process.exit(1)}" && docker compose --profile headroom down || echo 'Headroom skipped (disabled or Docker not running)'
  • testnpm run test:unit && npm run test:performance
  • test:allnpm run test:unit && npm run test:performance && npm run test:benchmark
  • test:benchmarkDATABRICKS_API_KEY=test-key DATABRICKS_API_BASE=http://test.com node test/performance-benchmark.js
  • test:memoryDATABRICKS_API_KEY=test-key DATABRICKS_API_BASE=http://test.com node --test test/memory/store.test.js test/memory/surprise.test.js test/memory/extractor.test.js test/memory/search.test.js test/memory/retriever.test.js
  • test:new-featuresDATABRICKS_API_KEY=test-key DATABRICKS_API_BASE=http://test.com node --test test/passthrough-mode.test.js test/openrouter-error-resilience.test.js test/format-conversion.test.js
  • test:performanceDATABRICKS_API_KEY=test-key DATABRICKS_API_BASE=http://test.com node test/hybrid-routing-performance.test.js && DATABRICKS_API_KEY=test-key DATABRICKS_API_BASE=http://test.com node test/performance-tests.js
  • test:quickDATABRICKS_API_KEY=test-key DATABRICKS_API_BASE=http://test.com node --test test/routing.test.js
  • test:unitDATABRICKS_API_KEY=test-key DATABRICKS_API_BASE=http://test.com node --test test/routing.test.js test/hybrid-routing-integration.test.js test/web-tools.test.js test/passthrough-mode.test.js test/openrouter-error-resilience.test.js test/format-conversion.test.js test/azure-openai-config.test.js test/azure-openai-format-conversion.test.js test/azure-openai-routing.test.js test/azure-openai-streaming.test.js test/azure-openai-error-resilience.test.js test/azure-openai-integration.test.js test/openai-integration.test.js test/toon-compression.test.js test/llamacpp-integration.test.js test/resilience.test.js test/telemetry-routing.test.js test/memory/store.test.js test/memory/surprise.test.js test/memory/extractor.test.js test/memory/search.test.js test/memory/retriever.test.js test/distill.test.js test/large-payload.test.js test/code-mode.test.js test/prompt-cache-injection.test.js test/risk-analyzer.test.js test/interaction-block.test.js test/preflight.test.js
Dependencies19
  • @azure/openai^2.0.0
  • @babel/parser^7.29.0
  • @babel/traverse^7.29.0
  • @toon-format/toon^2.1.0
  • cockatiel^3.2.1
  • compression^1.7.4
  • diff^5.2.0
  • dotenv^16.4.5
  • express^5.1.0
  • express-rate-limit^8.2.1
  • fast-glob^3.3.2
  • hnswlib-node^3.0.0
  • js-tiktoken^1.0.20
  • js-yaml^4.1.1
  • openai^6.14.0
  • pino^8.17.2
  • pino-http^8.6.0
  • pino-roll^4.0.0
  • undici^6.22.0
Optional dependencies6
  • better-sqlite3^12.6.2
  • dockerode^4.0.2
  • tree-sitter^0.21.1
  • tree-sitter-javascript^0.21.0
  • tree-sitter-python^0.21.0
  • tree-sitter-typescript^0.21.0