PkgRadar

Package evidence

@malloydata/[email protected]

Large Javascript Payload: 10864629 bytes

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.

Versions published
84Mature · −50% score
First published
Feb 2025
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":["@malloydata/[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":["@malloydata/[email protected]"],"fail_on":"review"}'
Artifact bytes2,998,811
Previous version0.0.54-next.2026.5.21.9c08c3f
Published2026-05-23T18:52:07.151Z
SHA-256f2b1f9a486f0ca237c678b541b52b069d5ee1a3dc42bc47fb7af345c67471398

Why flagged

What the scanner saw

Large Javascript Payload: 10864629 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.0.54-next.2026.5.23.9211238Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli.js10864629 bytes10

Manifest

Package metadata

Scripts18
  • buildts-node scripts/build
  • build-actionesbuild --platform=node --bundle ./.github/actions/permission-check/lib/index.ts --outfile=./.github/actions/permission-check/dist/index.js
  • build-action-devnpm run build-action -- --watch
  • clinpx ts-node ./dist/cli.js
  • linttsc --noEmit && gts lint
  • malloy-linknpm --no-fund --no-audit link $(./scripts/malloy-packages.ts)
  • malloy-unlinknpm --no-fund --no-save --no-audit unlink $(./scripts/malloy-packages.ts) && npm --no-fund --no-audit install --force
  • malloy-updatenpm install --no-fund --no-audit --save-exact $(./scripts/malloy-packages.ts latest) && ts-node scripts/sync-duckdb.ts && npm install --no-fund --no-audit
  • malloy-update-nextnpm install --no-fund --no-audit --save-exact $(./scripts/malloy-packages.ts next) && ts-node scripts/sync-duckdb.ts && npm install --no-fund --no-audit
  • npm-publishts-node scripts/npm-publish
  • packagets-node scripts/package
  • package-npmts-node scripts/package-npm
  • postpacknpm run build
  • testNODE_ENV=test jest --projects jest.config.js --runInBand
  • test-e2enpm run package-npm test > /dev/null 2>&1 && NODE_ENV=test jest --projects=jest-e2e.config.js --runInBand
  • test-silentNODE_ENV=test JEST_SILENT_REPORTER_SHOW_PATHS=true jest --projects jest.config.js --runInBand --reporters jest-silent-reporter
  • test-silent-e2enpm run package-npm test > /dev/null 2>&1 && NODE_ENV=test JEST_SILENT_REPORTER_SHOW_PATHS=true jest --projects=jest-e2e.config.js --runInBand --reporters jest-silent-reporter
  • watchts-node scripts/build watch
Dependencies2
  • @modelcontextprotocol/sdk^1.29.0
  • zod^4.3.6
Optional dependencies5
  • @duckdb/node-bindings-darwin-arm641.4.4-r.1
  • @duckdb/node-bindings-darwin-x641.4.4-r.1
  • @duckdb/node-bindings-linux-arm641.4.4-r.1
  • @duckdb/node-bindings-linux-x641.4.4-r.1
  • @duckdb/node-bindings-win32-x641.4.4-r.1