PkgRadar

Package evidence

@malloy-publisher/[email protected]

Oversized Unscanned: tarball exceeds the 50MB fetch cap; scanned registry metadata (install scripts + dependencies) only

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
103
Versions published
148Established · −30% score
First published
Jun 2025
Publisher
quirkyllama

Effective trust discount applied: 30% (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":["@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"}'
Publisherquirkyllama
Artifact bytes203,827,429
Previous version0.0.55
Published2025-06-24T20:00:43.353Z
SHA-256

Why flagged

What the scanner saw

Oversized Unscanned: tarball exceeds the 50MB fetch cap; scanned registry metadata (install scripts + dependencies) only

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.56Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowOversized Unscannedmanifesttarball exceeds the 50MB fetch cap; scanned registry metadata (install scripts + dependencies) only0

Manifest

Package metadata

Scripts9
  • buildbun generate-api-types && NODE_ENV=production bun build src/server.ts src/instrumentation.ts --outdir dist --target bun && bun run build:app
  • build:appcd ../app && bun run build:server && rm -rf ../server/dist/app && mv dist ../server/dist/app
  • formatbunx prettier --write '**/*.{ts,tsx}'
  • generate-api-typesbunx openapi-typescript ../../api-doc.yaml --output src/api.ts
  • lintbunx eslint "./src/**/*.ts"
  • startbun run ./dist/server.js
  • start:devNODE_ENV=development bun --watch src/server.ts
  • start:instrumentedbun run --preload ./dist/instrumentation.js ./dist/server.js
  • testbun test ./**/*.spec.ts
Dependencies26
  • @malloydata/db-bigquery^0.0.293
  • @malloydata/db-duckdb^0.0.293
  • @malloydata/db-postgres^0.0.293
  • @malloydata/db-snowflake^0.0.293
  • @malloydata/db-trino^0.0.293
  • @malloydata/malloy^0.0.293
  • @malloydata/malloy-sql^0.0.293
  • @malloydata/render^0.0.293
  • @modelcontextprotocol/sdk^1.10.2
  • @opentelemetry/api^1.9.0
  • @opentelemetry/auto-instrumentations-node^0.57.0
  • @opentelemetry/sdk-metrics^2.0.0
  • @opentelemetry/sdk-node^0.200.0
  • @opentelemetry/sdk-trace-node^2.0.0
  • body-parser^1.20.2
  • class-transformer^0.5.1
  • class-validator^0.14.1
  • cors^2.8.5
  • express^4.21.0
  • globals^15.9.0
  • handlebars^4.7.8
  • http-proxy-middleware^3.0.5
  • morgan^1.10.0
  • node-cron^3.0.3
  • recursive-readdir^2.2.3
  • uuid^11.0.3