PkgRadar

Package evidence

@ghx-dev/[email protected]

Remote Payload: matched "api.github.com/graphql"

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
20
First published
Feb 2026
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":["@ghx-dev/[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":["@ghx-dev/[email protected]"],"fail_on":"review"}'
Artifact bytes665,002
Previous version0.6.0
Published2026-06-19T13:41:24.920Z
SHA-256ea2447d776d9b1032170abd19faffb7de4de1b84b16f2ad3d5fadc86acfa0a9e

Why flagged

What the scanner saw

Remote Payload: matched "api.github.com/graphql"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli/index.jsmatched "api.github.com/graphql"12

Manifest

Package metadata

Scripts16
  • buildtsup
  • formatbiome check --write .
  • format:checkbiome check .
  • ghxtsx src/cli/index.ts
  • gql:generatenode scripts/generate-gql-artifacts.mjs && biome check --write --no-errors-on-unmatched src/gql/operations
  • gql:schema:refreshGITHUB_TOKEN="$(gh auth token)" graphql-codegen --config codegen-schema.ts
  • gql:verifypnpm run gql:generate && git diff --exit-code -- ':(glob)src/gql/**/*.generated.ts'
  • linteslint . --max-warnings=0
  • plugin:syncnode scripts/sync-plugin-manifests.mjs
  • plugin:sync:checknode scripts/sync-plugin-manifests.mjs --check
  • testvitest run --project unit
  • test:coveragevitest run --project unit --coverage
  • test:e2e:localvitest run --project e2e:local
  • test:e2e:sdkif [ -n "$OPENAI_API_KEY" ]; then vitest run --project e2e:sdk; else echo 'Skipping core SDK E2E: OPENAI_API_KEY not set'; fi
  • test:watchvitest watch --project unit
  • typechecktsc --noEmit
Dependencies5
  • ajv^8.20.0
  • graphql^16.14.1
  • graphql-request^7.3.1
  • graphql-tag^2.12.6
  • js-yaml^4.2.0