Package evidence
@jaguilar87/[email protected]
Install-time lifecycle script: postinstall="python3 bin/gaia install --postinstall"
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
- 5
- First published
- Apr 2026
- Publisher
- jaguilar87
Recommended action
Review before promotingMixed 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"}'Why flagged
What the scanner saw
Install-time lifecycle script: postinstall="python3 bin/gaia install --postinstall"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="python3 bin/gaia install --postinstall" | 5 |
Manifest
Package metadata
Scripts21
build:pluginsnpm run clean:dist && python3 scripts/build-plugin.py gaia-security && python3 scripts/build-plugin.py gaia-opscleanfind . -type d -name '__pycache__' -exec rm -rf {} + 2>/dev/null || trueclean:distrm -rf dist/gaia:install-localnpm pack && bash bin/validate-sandbox.sh --tarball ./jaguilar87-gaia-*.tgz --target localgaia:verify-install:latestbash bin/validate-sandbox.sh --version @latest --target sandboxgaia:verify-install:localnpm pack && bash bin/validate-sandbox.sh --tarball ./jaguilar87-gaia-*.tgz --target sandboxgaia:verify-install:rcbash bin/validate-sandbox.sh --version @rc --target sandboxlinteslint .postinstallpython3 bin/gaia install --postinstallpre-publishnode bin/pre-publish-validate.jspre-publish:drynode bin/pre-publish-validate.js --dry-runpre-publish:validatenode bin/pre-publish-validate.js --validate-onlyprepacknpm run cleanprepublishOnlynpm run build:plugins && node bin/pre-publish-validate.jspreuninstallpython3 bin/gaia uninstall --preuninstalltestpython3 -m pytest tests/ -v --ignore=tests/layer2_llm_evaluation --ignore=tests/layer3_e2etest:allpython3 -m pytest tests/ -v -m ''test:layer1python3 -m pytest tests/ -v --ignore=tests/layer2_llm_evaluation --ignore=tests/layer3_e2etest:layer2python3 -m pytest tests/layer2_llm_evaluation/ -v -m llmtest:layer3python3 -m pytest tests/layer3_e2e/ -v -m e2etest:promptfoonpx promptfoo eval --config tests/promptfoo.yaml