PkgRadar

Package evidence

@moneysiren/[email protected]

New Account With Lifecycle Hook: package first published 1 day(s) ago, 2 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
2
First published
Jun 2026
Publisher
ztwz

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":["@moneysiren/[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":["@moneysiren/[email protected]"],"fail_on":"high"}'
Publisherztwz
Artifact bytes73,807
Previous versionnone
Published2026-06-16T22:19:52.815Z
SHA-256517005b1a82bdccff0c53ad4b89e224caaebbe93508f6ea24ef152e280738f34

Why flagged

What the scanner saw

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

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

Availability ledger

available

high
Last checked
highRisk
15Score
0.1.0-alpha.0Version
Status history (1 event)
  1. newavailable · risk high · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 1 day(s) ago, 2 total version(s), has lifecycle hook25
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 1 day(s) ago, 2 total version(s), has lifecycle hook25
lowCredential file accesspackage/dist/packages/config/src/schema.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/apps/cli/src/commands/sync.jsmatched "AWS_ACCESS_KEY"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts8
  • buildnode ../../tools/scripts/build-cli.mjs
  • devnode --import tsx src/index.ts
  • linttsc -p tsconfig.json --noEmit
  • pack:dry-runnpm pack --dry-run
  • postinstallnode scripts/postinstall.mjs
  • prepacknode ../../tools/scripts/build-cli.mjs
  • testvitest run --passWithNoTests
  • typechecktsc -p tsconfig.json --noEmit
Dependencies1
  • @aws-sdk/client-cost-explorer^3.1061.0