PkgRadar

Package evidence

@jaguilar87/[email protected]

New Account With Lifecycle Hook: package first published 50 day(s) ago, 7 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
7
First published
Apr 2026
Publisher
jaguilar87

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@jaguilar87/[email protected]"],"fail_on":"review"}'

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":["@jaguilar87/[email protected]"],"fail_on":"review"}'
Publisherjaguilar87
Artifact bytes1,377,537
Previous version5.0.5
Published2026-06-12T01:46:30.731Z
SHA-256dac0ef81295e81d5e89e93e66f39f8c0f18d55f06f622e33d6b623090b937293

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 50 day(s) ago, 7 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

review
Last checked
reviewRisk
5Score
5.0.6Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 50 day(s) ago, 7 total version(s), has lifecycle hook10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 50 day(s) ago, 7 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="python3 bin/gaia install --postinstall"5

Manifest

Package metadata

Scripts22
  • build:pluginsnpm run clean:dist && python3 scripts/build-plugin.py gaia-security && python3 scripts/build-plugin.py gaia-ops
  • cleanfind . -type d -name '__pycache__' -exec rm -rf {} + 2>/dev/null || true
  • clean:distrm -rf dist/
  • gaia:install-localnpm run build:plugins && npm pack && bash bin/validate-sandbox.sh --tarball ./jaguilar87-gaia-*.tgz --target local
  • gaia:verify-install:latestbash bin/validate-sandbox.sh --version @latest --target sandbox
  • gaia:verify-install:localnpm pack && bash bin/validate-sandbox.sh --tarball ./jaguilar87-gaia-*.tgz --target sandbox
  • gaia:verify-install:rcbash bin/validate-sandbox.sh --version @rc --target sandbox
  • linteslint .
  • postinstallpython3 bin/gaia install --postinstall
  • pre-publishnode bin/pre-publish-validate.js
  • pre-publish:drynode bin/pre-publish-validate.js --dry-run
  • pre-publish:validatenode bin/pre-publish-validate.js --validate-only
  • prepacknpm run clean
  • prepublishOnlynpm run build:plugins && node bin/pre-publish-validate.js
  • preuninstallpython3 bin/gaia uninstall --preuninstall
  • release:preparenode scripts/release-prepare.mjs
  • testpython3 -m pytest tests/ -v --ignore=tests/layer2_llm_evaluation --ignore=tests/layer3_e2e
  • test:allpython3 -m pytest tests/ -v -m ''
  • test:layer1python3 -m pytest tests/ -v --ignore=tests/layer2_llm_evaluation --ignore=tests/layer3_e2e
  • test:layer2python3 -m pytest tests/layer2_llm_evaluation/ -v -m llm
  • test:layer3python3 -m pytest tests/layer3_e2e/ -v -m e2e
  • test:promptfoonpx promptfoo eval --config tests/promptfoo.yaml