PkgRadar

Package evidence

@principal-ai/[email protected]

Large Javascript Payload: 4268127 bytes

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
43Established · −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

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":["@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 bytes5,390,695
Previous version2.2.14
Published2026-05-26T18:06:04.453Z
SHA-2565b908965ffe4d0bf06a4620d4dde74e814a04e123780cd0c835d329c55489e5a

Why flagged

What the scanner saw

Large Javascript Payload: 4268127 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/worker/repository-monitoring-worker.js4268127 bytes10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/worker/repository-monitoring-worker.js4268127 bytes10
lowCredential file accesspackage/dist/worker/GitRemoteService.jsmatched ".ssh"5

Manifest

Package metadata

Scripts16
  • buildtsc && npm run build:worker && npm run build:bootstrap
  • build:bootstrapnode -e "require('fs').mkdirSync('dist/worker',{recursive:true});require('fs').copyFileSync('src/worker/worker-bootstrap.js','dist/worker/worker-bootstrap.js')"
  • build:workerwebpack --config webpack.config.js
  • formatprettier --write src
  • format:checkprettier --check src
  • knipknip
  • knip:fixknip --fix
  • linteslint src
  • lint:fixeslint src --fix
  • preparehusky
  • prepublishOnlynpm run build
  • testjest
  • test:integrationjest --config jest.integration.config.js
  • test:integration:dirty-statenpx tsx src/__tests__/integration/run-dirty-state-test.ts
  • test:unitjest --testPathIgnorePatterns=integration
  • typechecktsc --noEmit
Dependencies15
  • @opentelemetry/api^1.9.0
  • @opentelemetry/exporter-trace-otlp-http^0.200.0
  • @opentelemetry/resources^2.0.0
  • @opentelemetry/sdk-trace-node^2.0.0
  • @opentelemetry/semantic-conventions^1.28.0
  • @principal-ai/alexandria-core-librarylatest
  • @principal-ai/codebase-composition^0.2.55
  • @principal-ai/codebase-quality-lenseslatest
  • @principal-ai/repository-abstraction^0.5.7
  • @principal-ai/repository-monitoring^0.1.11
  • async-mutex^0.5.0
  • electron-log^5.3.2
  • globby^16.0.0
  • minimatch^10.1.1
  • uuid^9.0.0