PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: prepare="git config core.hooksPath .githooks || true"

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":["[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":["[email protected]"],"fail_on":"high"}'
Artifact bytes6,630
Previous version1.1.7
Published2026-05-09T21:10:22.054Z
SHA-2566cbf7d695a2ee5cc736bc078b0db67d6ebee5be61e133a0a7df9b38716c52651

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: prepare added in 1.2.0 vs 1.1.7: "git config core.hooksPath .githooks || true"

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install Lifecycle Suppresses Failure — prepare="git config core.hookspath .githooks || true"

4 members · evidence strength 87

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 1.2.0 vs 1.1.7: "git config core.hooksPath .githooks || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonprepare="git config core.hooksPath .githooks || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonprepare added in 1.2.0 vs 1.1.7: "git config core.hooksPath .githooks || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonprepare="git config core.hooksPath .githooks || true"20
lowInstall-time lifecycle scriptpackage.jsonprepare="git config core.hooksPath .githooks || true"4

Manifest

Package metadata

Scripts9
  • buildtsc --project tsconfig.build.json
  • linteslint --fix
  • preparegit config core.hooksPath .githooks || true
  • prepublishOnlynpm run build
  • prettier:checkprettier --check --ignore-path .gitignore .
  • prettier:fixprettier --write --ignore-path .gitignore .
  • releasenpm publish
  • testvitest run
  • typechecktsc --noEmit
Dependencies1
  • js-yaml^4.1.1