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 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 10 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/worker/repository-monitoring-worker.js | 4268127 bytes | 10 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/worker/repository-monitoring-worker.js | 4268127 bytes | 10 |
| low | Credential file access | package/dist/worker/GitRemoteService.js | matched ".ssh" | 5 |
Manifest
Package metadata
Scripts16
buildtsc && npm run build:worker && npm run build:bootstrapbuild: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.jsformatprettier --write srcformat:checkprettier --check srcknipknipknip:fixknip --fixlinteslint srclint:fixeslint src --fixpreparehuskyprepublishOnlynpm run buildtestjesttest:integrationjest --config jest.integration.config.jstest:integration:dirty-statenpx tsx src/__tests__/integration/run-dirty-state-test.tstest:unitjest --testPathIgnorePatterns=integrationtypechecktsc --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.11async-mutex^0.5.0electron-log^5.3.2globby^16.0.0minimatch^10.1.1uuid^9.0.0