PkgRadar

Package evidence

@principal-ai/[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.

Versions published
35Established · −30% score
First published
Nov 2025
Publisher
fernando-ram-lugo

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@principal-ai/[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":["@principal-ai/[email protected]"],"fail_on":"review"}'
Artifact bytes132,876
Previous version0.6.2
Published2026-06-09T05:14:15.017Z
SHA-25692f0a6aa1f30b86710a48b195a53f664588ad02c44600129648ae0ee894ad807

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
0.6.3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts16
  • buildbun run clean && bun run build:lib && bun run fix:imports && bun run schema:generate
  • build:libtsc
  • cleanrm -rf dist
  • fix:importsbun scripts/fix-esm-imports.js
  • formatbunx prettier --write .
  • format:checkbunx prettier --check .
  • knipknip
  • lintbunx eslint . --ext .ts,.js --max-warnings 0
  • lint:fixbunx eslint . --ext .ts,.js --fix
  • preparehusky
  • releasesemantic-release
  • schema:generatenode scripts/generate-schema.js
  • testbun test
  • test:coveragebun test --coverage
  • test:watchbun test --watch
  • typechecktsc --noEmit
Dependencies1
  • @principal-ai/repository-abstraction^0.2.5