PkgRadar

Package evidence

@jjlmoya/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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.

Weekly downloads
9
Versions published
20
First published
Apr 2026
Publisher
jjlmoya

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":["@jjlmoya/[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":["@jjlmoya/[email protected]"],"fail_on":"high"}'
Publisherjjlmoya
Artifact bytes294,055
Previous version1.17.0
Published2026-04-19T00:15:19.786Z
SHA-256c7075a3b94dfc702680be0ed728dfb197cfa8193baaefc56cce84362e4d268dc

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.18.0 vs 1.17.0: "node scripts/postinstall.mjs"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.18.0 vs 1.17.0: "node scripts/postinstall.mjs"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.18.0 vs 1.17.0: "node scripts/postinstall.mjs"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts15
  • astroastro
  • buildastro build
  • checkastro check
  • devastro dev
  • linteslint src/ --max-warnings 0 && stylelint "src/**/*.{css,astro}"
  • majornpm version major
  • minornpm version minor
  • patchnpm version patch
  • postinstallnode scripts/postinstall.mjs
  • postversiongit push && git push --tags
  • preversionnpm run lint && npm run test
  • previewastro preview
  • startastro dev
  • testvitest run
  • type-checkastro check
Dependencies5
  • @iconify-json/mdi^1.2.3
  • @jjlmoya/prompagate^1.1.0
  • @jjlmoya/utils-shared1.2.0
  • astro^6.1.2
  • astro-icon^1.1.0