PkgRadar

Package evidence

@malloy-publisher/[email protected]

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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
147Established · −30% score
First published
Jun 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":["@malloy-publisher/[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":["@malloy-publisher/[email protected]"],"fail_on":"review"}'
Artifact bytes6,191,682
Previous version0.0.204
Published2026-06-05T20:19:01.773Z
SHA-25607c0f7d7a44bb91cf02dd97c39ca7b5336f1fbe37f83feb4c5fd7e9086637d82

Why flagged

What the scanner saw

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/k6-tests/utils/common.tsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/src/service/connection.spec.tsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/src/service/db_utils.tsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/k6-tests/load-test/load-test-crud-packages.tsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowLarge Javascript Payloadpackage/dist/app/assets/index-DHHAcY5o.js2568784 bytes0
lowLarge Javascript Payloadpackage/dist/app/assets/index.umd-D2WH3D-f.js3400751 bytes0
lowLarge Javascript Payloadpackage/dist/instrumentation.mjs5010607 bytes0
lowLarge Javascript Payloadpackage/dist/server.mjs9891759 bytes0

Manifest

Package metadata

Scripts15
  • bake-duckdb-extensionsbun scripts/bake-duckdb-extensions.js
  • buildbun generate-api-types && bun build:app && NODE_ENV=production bun run build.ts && bun run bake-duckdb-extensions
  • build:appcd ../app && NODE_ENV=production bunx vite build
  • build:server-onlybun generate-api-types && NODE_ENV=production bun run build.ts && bun run bake-duckdb-extensions
  • formatbunx prettier --write '**/*.{ts,tsx}'
  • generate-api-typesbunx openapi-typescript ../../api-doc.yaml --output src/api.ts
  • lintbunx eslint "./src/**/*.ts"
  • startNODE_ENV=production bun run ./dist/server.mjs
  • start:devNODE_ENV=development bun --watch src/server.ts
  • start:dev:initNODE_ENV=development bun --watch src/server.ts --init
  • start:initNODE_ENV=production bun run ./dist/server.mjs --init
  • start:instrumentedbun --preload ./dist/instrumentation.mjs ./dist/server.mjs
  • testbun run test:unit && bun run test:integration
  • test:integrationbun test --timeout 200000 tests --max-workers=1
  • test:unitbun test --timeout 100000 src
Dependencies39
  • @aws-sdk/client-s3^3.958.0
  • @azure/identity^4.13.0
  • @azure/storage-blob^12.26.0
  • @duckdb/node-api1.5.3-r.2
  • @google-cloud/storage^7.16.0
  • @malloydata/db-bigquery^0.0.405
  • @malloydata/db-databricks^0.0.405
  • @malloydata/db-duckdb^0.0.405
  • @malloydata/db-mysql^0.0.405
  • @malloydata/db-postgres^0.0.405
  • @malloydata/db-snowflake^0.0.405
  • @malloydata/db-trino^0.0.405
  • @malloydata/malloy^0.0.405
  • @malloydata/malloy-sql^0.0.405
  • @malloydata/render-validator^0.0.405
  • @modelcontextprotocol/sdk^1.13.2
  • @opentelemetry/api^1.9.0
  • @opentelemetry/auto-instrumentations-node^0.57.0
  • @opentelemetry/exporter-prometheus^0.212.0
  • @opentelemetry/sdk-metrics^2.0.0
  • @opentelemetry/sdk-node^0.200.0
  • @opentelemetry/sdk-trace-node^2.0.0
  • async-mutex^0.5.0
  • aws-sdk^2.1692.0
  • body-parser^1.20.2
  • chokidar^4.0.3
  • class-transformer^0.5.1
  • class-validator^0.14.1
  • cors^2.8.5
  • express^4.21.0
  • …and 9 more.