PkgRadar

Package evidence

@lightdash/[email protected]

Remote Payload: matched "curl "

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
36,272Mainstream · −50% score
Versions published
6,310Mature · −50% score
First published
May 2022
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":["@lightdash/[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":["@lightdash/[email protected]"],"fail_on":"review"}'
Artifact bytes239,347
Previous version0.3157.0
Published2026-06-12T18:08:29.519Z
SHA-2567b30418432c80619d1872a7aac1dc7878275b5f8aa03e0c53ca9ea673ed31a59

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/track.shmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/track.shmatched "curl "12
lowCredential file accesspackage/dist/dbt/targets/athena.jsmatched "aws_access_key"5
lowInstall-time lifecycle scriptpackage.jsonpreinstall="bash track.sh started || echo 'skipping preinstall'"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="bash track.sh completed || echo 'skipping postinstall'"5

Manifest

Package metadata

Scripts17
  • buildtsc --build tsconfig.json
  • build:binaryDUCKDB_BINDINGS=node-bindings-darwin-x64,node-bindings-darwin-arm64 pnpm bundle && npx @yao-pkg/pkg bundle/index.js --config pkg.config.json --targets node20-macos-x64,node20-macos-arm64 --output bin/lightdash --compress Brotli
  • build:fasttsgo --build tsconfig.fast.json
  • bundlencc build dist/index.js -o bundle -e @duckdb/node-api -e @duckdb/node-bindings -e @duckdb/node-bindings-darwin-arm64 -e @duckdb/node-bindings-darwin-x64 -e @duckdb/node-bindings-linux-arm64 -e @duckdb/node-bindings-linux-x64 -e @duckdb/node-bindings-win32-x64 && bash ./scripts/copy-bundle-assets.sh
  • devts-node src/index.ts
  • fix-formatoxfmt ./src
  • fix-lintpnpm run linter ./src --fix
  • formatoxfmt ./src --check
  • formatteroxfmt
  • lintpnpm run linter ./src
  • lintereslint -c .eslintrc.js --ignore-path ./../../.gitignore
  • postinstallbash track.sh completed || echo 'skipping postinstall'
  • preinstallbash track.sh started || echo 'skipping preinstall'
  • releasepnpm publish --no-git-checks --access public
  • testjest
  • typechecktsc --project tsconfig.json --noEmit
  • typecheck:fasttsgo --project tsconfig.fast.json --noEmit
Dependencies26
  • @actions/core1.11.1
  • @casl/ability6.8.0
  • @lightdash/common0.3158.0
  • @lightdash/warehouses0.3158.0
  • @types/columnify1.5.1
  • ajv8.18.0
  • ajv-formats2.1.1
  • better-ajv-errors1.2.0
  • chalk4.1.2
  • chokidar3.6.0
  • columnify1.6.0
  • commander9.5.0
  • execa5.1.1
  • google-auth-library9.15.1
  • inquirer8.2.7
  • js-yaml4.1.1
  • lodash4.18.1
  • node-fetch2.7.0
  • nunjucks3.2.4
  • openid-client5.6.4
  • ora5.4.1
  • p-limit3.1.0
  • parse-node-version2.0.0
  • unique-names-generator4.7.1
  • uuid11.1.1
  • yaml2.8.3