PkgRadar

Package evidence

@query-farm/[email protected]

Install Lifecycle Remote Or Exec: postinstall="cd node_modules/@query-farm/apache-arrow && node -e \"const fs=require('fs');const p=JSON.parse(fs.readFileSync('package.json','utf8'));p.main='src/Arrow.node.ts';fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\\n')\" && cd ../../.. && bun scripts/patch-flechette.mjs"

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
147
Versions published
19
First published
Mar 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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@query-farm/[email protected]"],"fail_on":"high"}'

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":["@query-farm/[email protected]"],"fail_on":"high"}'
Artifact bytes240,856
Previous version0.6.4
Published2026-06-02T19:52:40.142Z
SHA-256fdca3e55dcf5dc2a51d32071276d56cfd572f7beaca4345889f93ae2d450e1b6

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="cd node_modules/@query-farm/apache-arrow && node -e \"const fs=require('fs');const p=JSON.parse(fs.readFileSync('package.json','utf8'));p.main='src/Arrow.node.ts';fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\\n')\" && cd ../../.. && bun scripts/patch-flechette.mjs"

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

Availability ledger

available

high
Last checked
highRisk
59Score
0.7.0Version
Status history (2 events)
  1. availableavailable · risk high · score 59 · status available -> available, risk high -> high, score 82 -> 59
  2. newavailable · risk high · score 82 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="cd node_modules/@query-farm/apache-arrow && node -e \"const fs=require('fs');const p=JSON.parse(fs.readFileSync('package.json','utf8'));p.main='src/Arrow.node.ts';fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\\n')\" && cd ../../.. && bun scripts/patch-flechette.mjs"30
mediumRemote Dependency Specpackage.jsondependencies.@uwdata/flechette="github:Query-farm/flechette#fix/timestamp-bigint-encode"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.@uwdata/flechette added in 0.7.0 vs 0.6.4: "github:Query-farm/flechette#fix/timestamp-bigint-encode"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="cd node_modules/@query-farm/apache-arrow && node -e \"const fs=require('fs');const p=JSON.parse(fs.readFileSync('package.json','utf8'));p.main='src/Arrow.node.ts';fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\\n')\" && cd ../../.. && bun scripts/patch-flechette.mjs"30
mediumRemote Dependency Specpackage.jsondependencies.@uwdata/flechette="github:Query-farm/flechette#fix/timestamp-bigint-encode"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.@uwdata/flechette added in 0.7.0 vs 0.6.4: "github:Query-farm/flechette#fix/timestamp-bigint-encode"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="cd node_modules/@query-farm/apache-arrow && node -e \"const fs=require('fs');const p=JSON.parse(fs.readFileSync('package.json','utf8'));p.main='src/Arrow.node.ts';fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\\n')\" && cd ../../.. && bun scripts/patch-flechette.mjs"5

Manifest

Package metadata

Scripts8
  • buildbun run build:types && bun run build:js
  • build:jsbun build ./src/index.ts --outdir dist --target node --format esm --sourcemap=external --external @query-farm/apache-arrow
  • build:typesbunx tsc -p tsconfig.build.json
  • formatbiome format --write .
  • lintbiome check .
  • lint:fixbiome check --write .
  • postinstallcd node_modules/@query-farm/apache-arrow && node -e "const fs=require('fs');const p=JSON.parse(fs.readFileSync('package.json','utf8'));p.main='src/Arrow.node.ts';fs.writeFileSync('package.json',JSON.stringify(p,null,2)+'\n')" && cd ../../.. && bun scripts/patch-flechette.mjs
  • testbun test
Dependencies5
  • @noble/ciphers^2.2.0
  • @query-farm/apache-arrow*
  • @uwdata/flechettegithub:Query-farm/flechette#fix/timestamp-bigint-encode
  • fzstd^0.1.1
  • oauth4webapi^3.8.5