PkgRadar

Package evidence

@gapi/[email protected]

Large Javascript Payload: 13803259 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.

Weekly downloads
449
Versions published
112Mature · −50% score
First published
Sep 2021
Publisher
gapi

Effective trust discount applied: 50% (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":["@gapi/[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":["@gapi/[email protected]"],"fail_on":"review"}'
Publishergapi
Artifact bytes10,566,737
Previous version1.8.227
Published2026-06-02T16:42:17.955Z
SHA-25681a41c1e70e00c7f45a9fb04ce9d76d9fb2157521354604d3d9dd6d82a2ba811

Why flagged

What the scanner saw

Large Javascript Payload: 13803259 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.8.228Version
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
lowLarge Javascript Payloadpackage/release/index.js13803259 bytes0

Manifest

Package metadata

Scripts16
  • buildnpm run esbuild
  • build:allnpm run build:release && unset BINARY_BUILD && npm run esbuild
  • build:releaseBINARY_BUILD=true npm run esbuild && npm run create:blob && npm run copy:nodejs && npm run postject && npm run chmod
  • chmodchmod +x ./release/gcli-linux
  • cleangit clean -dxf
  • copy:nodejscp $(command -v node) ./release/gcli-linux
  • create:blobnode --experimental-sea-config sea-config.json
  • delete-distrm -rf dist
  • esbuildnode build.js
  • introspectgapi schema introspect --collect-documents --collect-types
  • lintnpx eslint . --ext .ts
  • lint-fixnpx eslint . --fix --ext .ts
  • patchnpm run build && npm version patch && npm publish --update-readme --access public && npm run delete-dist
  • postjectnpx postject ./release/gcli-linux NODE_SEA_BLOB ./release/gcli.blob --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2
  • startgapi start --outDir release --outFile index.js
  • testjest
Dependencies1
  • esbuild^0.27.3