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
- 8
- First published
- Jun 2026
- Publisher
- ashleyjacksonnet
Recommended action
Looks clean — keep monitoringNo 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":["[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":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 9177221 bytes
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/dist/core/index.js | 9177221 bytes | 0 |
Manifest
Package metadata
Scripts26
buildtsup src/index.ts --format esm,cjs --dts --clean --outDir distbuild:air-connectorbun build ./src/air-connector/index.ts --outdir ./dist/air-connector --target bun --external zod --splitting --format esmbuild:allbun run build && bun run build:iata-types && bun run build:dates && bun run build:core && bun run build:ndc && bun run build:schedule && bun run build:fare && bun run build:mock && bun run build:air-connector && bun run build:ops && bun run build:routes && bun run build:typesbuild:corebun build ./src/core/index.ts --outdir ./dist/core --target bun --external zod --external luxon --splitting --format esmbuild:datesbun build ./src/dates/index.ts --outdir ./dist/dates --target bun --external zod --external luxon --splitting --format esmbuild:farebun build ./src/fare/index.ts --outdir ./dist/fare --target bun --external zod --external luxon --external country-to-currency --splitting --format esmbuild:iata-typesbun build ./src/iata-types/index.ts --outdir ./dist/iata-types --target bun --external zod --external airport-data-js --splitting --format esmbuild:mockbun build ./src/mock/index.ts --outdir ./dist/mock --target bun --external zod --external luxon --splitting --format esmbuild:ndcbun build ./src/ndc/index.ts --outdir ./dist/ndc --target bun --external zod --external luxon --splitting --format esmbuild:opsbun build ./src/ops/index.ts --outdir ./dist/ops --target bun --external zod --external date-holidays --splitting --format esmbuild:routesbun run data:fetch && bun run data:build && bun build ./src/routes/index.ts --outdir ./dist/routes --target bun --external zod --external kdbush --external geokdbush --splitting --format esmbuild:schedulebun build ./src/schedule/index.ts --outdir ./dist/schedule --target bun --external zod --external luxon --external date-holidays --splitting --format esmbuild:typestsc --emitDeclarationOnly --outDir distcheckbun run typecheck && bun run lint && bun run testdata:buildbun scripts/build-regions.tsdata:fetchbun scripts/fetch-routes.tsformatbiome format --write src/ tests/format:checkbiome format src/ tests/lintbiome check src/ tests/lint:eslinteslint src/ tests/lint:eslint:fixeslint --fix src/ tests/lint:fixbiome check --write src/ tests/prepublishOnlybun run build:alltestbun test tests/test:watchbun test --watch tests/typechecktsc --noEmit
Dependencies13
airline-codes^1.1.2airport-data-js^3.1.0axios^1.16.1country-to-currency^2.0.3date-holidays^3.29.0distancefyi^0.1.2geokdbush^2.1.0kdbush^4.1.0luxon^3.7.2ngraph.graph^20.1.2ngraph.path^1.6.1sales-tax^2.23.0zod^4.4.3