PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="bun run scripts/postinstall.ts"

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
25
First published
May 2026
Publisher
gabemahoney

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"}'
Publishergabemahoney
Artifact bytes27,040
Previous version0.4.0
Published2026-05-24T08:26:25.580Z
SHA-25628803bb3973623c6e7e4931227eca6c55666228b0f0edf834831e9650acffff2

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.4.1 vs 0.4.0: "bun run scripts/postinstall.ts"

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

Availability ledger

available

high
Last checked
highRisk
45Score
0.4.1Version
Status history (3 events)
  1. availableavailable · risk high · score 45 · status available -> available, risk high -> high, score 75 -> 45
  2. availableavailable · risk high · score 75 · status available -> available, risk high -> high, score 112 -> 75
  3. newavailable · risk high · score 112 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

gabemahoney

7 members · evidence strength 84
Repeated static TTPstale

Install-time lifecycle script — postinstall="bun run scripts/postinstall.ts"

5 members · evidence strength 90
Repeated static TTPstale

Install Lifecycle Remote Or Exec — postinstall="bun run scripts/postinstall.ts"

5 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.4.1 vs 0.4.0: "bun run scripts/postinstall.ts"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.4.1 vs 0.4.0: "bun run scripts/postinstall.ts"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="bun run scripts/postinstall.ts"5

Manifest

Package metadata

Scripts12
  • buildbun run build.ts
  • envelope-diffbun test test/envelope-diff.test.ts test/envelope-diff-invariants.test.ts
  • linteslint src/ --ext .ts
  • postinstallbun run scripts/postinstall.ts
  • prepackbun run scripts/stage-skill.ts
  • prepare-platformsbun run scripts/prepare-platforms.ts
  • prepublishOnlybun run scripts/prepublish-guards.ts
  • smokebun test test/smoke/ test/smoke-invariants.test.ts
  • stage-skillbun run scripts/stage-skill.ts
  • testbun test
  • typechecktsc --noEmit --project tsconfig.typecheck.json
  • version-bump-publishbun run scripts/version-bump.ts
Optional dependencies2
  • @agent-director/darwin-arm64^0.4.1
  • @agent-director/linux-x64^0.4.1