PkgRadar

Package evidence

@ggcode-cli/[email protected]

Install-time lifecycle script: postinstall="node ./scripts/postinstall.js"

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.

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@ggcode-cli/[email protected]"],"fail_on":"high"}'

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":["@ggcode-cli/[email protected]"],"fail_on":"high"}'
Artifact bytes7,395
Previous version1.3.24
Published2026-05-24T05:19:23.531Z
SHA-2569d3de0f288fb918b130caeca2cdf674759a8ae45f5561181a3bf4cae2efbbb1b

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./scripts/postinstall.js"

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

Availability ledger

available

high
Last checked
highRisk
75Score
1.3.25Version
Status history (1 event)
  1. newavailable · risk high · score 75 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install-time lifecycle script — postinstall="node ./scripts/postinstall.js"

18 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.js"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node ./scripts/postinstall.js"30
mediumRemote Payloadpackage/lib/install.jsmatched "github.com/${OWNER}/${REPO}/releases/download"12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.js"30
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node ./scripts/postinstall.js"30
mediumRemote Payloadpackage/lib/install.jsmatched "github.com/${OWNER}/${REPO}/releases/download"12
lowObfuscationpackage/lib/install.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts1
  • postinstallnode ./scripts/postinstall.js