PkgRadar

Package evidence

@jaguilar87/[email protected]

Install-time lifecycle script: postinstall="node bin/gaia-update.js"

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
12
Versions published
4
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 bytes965,722
Previous version5.0.0-rc.2
Published2026-04-26T08:00:11.856Z
SHA-256fa0855472ef9c1611897f1f8ab3a0ecbc28e369584623da1da2884f987e8a3ed

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node bin/gaia-update.js"

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.0-rc.3Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/gaia-update.js"5

Manifest

Package metadata

Scripts21
  • 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 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 .
  • postinstallnode bin/gaia-update.js
  • 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
  • preuninstallnode bin/gaia-cleanup.js
  • 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
Dependencies4
  • chalk^5.3.0
  • ora^7.0.1
  • prompts^2.4.2
  • yargs^17.7.2