PkgRadar

Package evidence

@hypequery/[email protected]

no findings

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
15,951Mainstream · −50% score
Versions published
121Mature · −50% score
First published
Mar 2025
Publisher
lureilly2

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@hypequery/[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":["@hypequery/[email protected]"],"fail_on":"review"}'
Publisherlureilly2
Artifact bytes96,695
Previous version0.0.0-canary-20260619184647
Published2026-06-19T18:58:49.916Z
SHA-25612d750bf5fa3a165268b561de94643810e9a8db05ec255f5ed4e7f68ae04d1fc

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.0.0-canary-20260619185843Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • buildnpm run build:main && npm run build:cli && npm run verify-build || npm run diagnose-ci
  • build:cinpm run build:main && node scripts/handle-cli-files.js && npm run verify-build || npm run diagnose-ci
  • build:clinode scripts/handle-cli-files.js
  • build:maintsc --project tsconfig.json
  • devtsc --watch
  • diagnose-cinode scripts/diagnose-ci.js
  • docs:apitypedoc --options typedoc.json
  • docs:mdxnpm run docs:api && node scripts/process-typedoc-markdown.js
  • linteslint --ext .ts "src/**/*.ts"
  • testnpm run test:types && npm run test:unit
  • test:clinode scripts/test-cli-integration.js
  • test:coveragevitest run --coverage --config vitest.config.ts
  • test:integrationnode scripts/run-integration-tests.js
  • test:typestsc --project tsconfig.type-tests.json
  • test:unitvitest run --config vitest.config.ts
  • test:watchvitest watch --config vitest.config.ts
  • verify-buildnode scripts/verify-build.js
Dependencies2
  • @clickhouse/client^1.18.3
  • dotenv^16.0.0