PkgRadar

Package evidence

@ganlinte/[email protected]

Install-time lifecycle script: postinstall="simple-git-hooks"

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":["@ganlinte/[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":["@ganlinte/[email protected]"],"fail_on":"high"}'
Artifact bytes133,401
Previous version2.0.68
Published2026-05-22T16:30:36.892Z
SHA-25655d589ef8677986555f61011ce440158bdfeca8c953c4303641304c5cf4934d5

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="simple-git-hooks"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install-time lifecycle script — postinstall="simple-git-hooks"

7 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="simple-git-hooks"30

Manifest

Package metadata

Scripts5
  • buildtsc --noEmit && bun run ./scripts/build.ts
  • checktsc --noEmit && bun run ./scripts/check.ts
  • formatprettier --cache --write "**/*.{js,cjs,mjs,ts,jsx,tsx,json}"
  • linteslint --cache --fix "src/**/*.{js,cjs,mjs,ts,jsx,tsx}" "scripts/**/*.{ts,tsx}"
  • postinstallsimple-git-hooks
Dependencies2
  • picocolors1.1.1
  • typescript-eslint^8.55.0