PkgRadar

Package evidence

[email protected]

no findings

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
807
Versions published
54
First published
May 2026
Publisher
aihxp_

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheraihxp_
Artifact bytes566,728
Previous version2.4.1
Published2026-06-09T18:40:39.128Z
SHA-256208e0792e9069210fb356ba82ecfaaf480e8e72e9e298cdcbc5d68e9f0effdcb

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.4.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts21
  • canary:adoptionnode scripts/run-adoption-canary.js
  • coveragec8 --reporter=text --reporter=lcov node scripts/run-tests.js
  • lintnode scripts/static-check.js
  • pack:checknode scripts/check-package-contents.js
  • prepublishOnlynpm run release:check
  • release:checknpm test && npm run test:audit && npm run pack:check
  • smokebash scripts/smoke.sh
  • testnode scripts/run-tests.js
  • test:auditnpm audit --omit=dev && git diff --check && npm run test:surface
  • test:contextnode scripts/test-context-writer.js
  • test:diffnode scripts/test-artifact-diff.js
  • test:e2enode tests/integration/full-arc.test.js
  • test:linternode scripts/test-artifact-linter.js
  • test:pillarsnode scripts/test-pillars.js
  • test:quick-proofnode scripts/test-quick-proof.js
  • test:recipesnode scripts/test-recipes.js
  • test:routernode scripts/test-router.js
  • test:runtimenode scripts/test-runtime.js
  • test:surfacenode scripts/test-doc-surface-counts.js
  • validate-skillsnode scripts/validate-skills.js
  • verify:published-installnode scripts/verify-published-install.js