PkgRadar

Package evidence

@damatjs/[email protected]

New Account With Lifecycle Hook: package first published 0 day(s) ago, 4 total version(s), has lifecycle hook

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
4
First published
Jun 2026
Publisher
abeltyr

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":["@damatjs/[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":["@damatjs/[email protected]"],"fail_on":"high"}'
Publisherabeltyr
Artifact bytes4,344
Previous version0.0.9
Published2026-06-08T18:07:02.776Z
SHA-256ac251a24525dc5ba37b2f0ed592eea7f0886ba0cc4934669c8f6ecce85429987

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 0 day(s) ago, 4 total version(s), has lifecycle hook

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burstactive

abeltyr

11 members · evidence strength 73
Publisher / release actor burstcandidate

abeltyr

11 members · max score 60

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 4 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="chmod +x dist/cli.js || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 4 total version(s), has lifecycle hook25
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="chmod +x dist/cli.js || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="chmod +x dist/cli.js || true"5

Manifest

Package metadata

Scripts4
  • buildrm -rf tsconfig.tsbuildinfo dist && tsc && chmod +x dist/cli.js
  • devbun run build --watch
  • postinstallchmod +x dist/cli.js || true
  • prepublishOnlytest -f dist/cli.js || (echo 'Error: dist/cli.js not found. Run bun run build first.' && exit 1)
Dependencies4
  • @damatjs/cli*
  • @damatjs/framework*
  • @damatjs/load-env*
  • @damatjs/logger*