PkgRadar

Package evidence

[email protected]

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

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"}'
Publishermonotykamary
Artifact bytes7,948
Previous version0.3.119
Published2026-05-24T18:53:11.553Z
SHA-256cb9ac1840e7ab3271533941d9f1761c1f51ba76f97b95b69d3ea08fbc89c91d2

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
0.3.120Version
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
Publisher / release actor burststale

monotykamary

7 members · evidence strength 77

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

Scripts27
  • build./scripts/build.sh
  • build:release./scripts/build.sh --release
  • check:circularbunx madge --circular --extensions ts,tsx src/
  • config:docbun scripts/generate-config-doc.ts
  • devbun run --watch src/index.tsx
  • install:local./scripts/build.sh --install
  • lfgbun release && git push --follow-tags && bun publish:npm
  • linteslint src
  • lint:deadknip --no-gitignore
  • postinstallsimple-git-hooks
  • publish:npm./scripts/publish.sh
  • releasestandard-version
  • release:firststandard-version --first-release
  • release:majorstandard-version --release-as major
  • release:minorstandard-version --release-as minor
  • release:patchstandard-version --release-as patch
  • startbun run build && ./dist/openmux
  • testbun test ./src ./tests && (cd native/zig-pty && bash ../../scripts/zig.sh build test --summary all) && (cd native/zig-git && bash ../../scripts/zig.sh build test --summary all) && bun run test:zig-ghostty-wrapper && bash scripts/cleanup-vendor-tmp.sh
  • test:ghostty-vtbun run test:zig-ghostty-wrapper
  • test:ghostty-wrapperbun run test:zig-ghostty-wrapper
  • test:gitcd native/zig-git && bash ../../scripts/zig.sh build test --summary all && bash ../../scripts/cleanup-vendor-tmp.sh
  • test:ptycd native/zig-pty && bash ../../scripts/zig.sh build test --summary all
  • test:tsbun test ./src ./tests
  • test:watchbun test --watch
  • test:zig-ghostty-wrapper./scripts/test-ghostty-vt.sh
  • typechecktsc --noEmit
  • update:submodules./scripts/update-submodules.sh
Dependencies6
  • @iarna/toml^2.2.5
  • @opentui/core^0.2.14
  • @opentui/solid^0.2.14
  • errore^0.14.1
  • solid-js^1.9.13
  • zod^4.4.3