PkgRadar

Package evidence

@caupulican/[email protected]

Remote Dependency Spec: dependencies.@earendil-works/pi-agent-core="https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.78.2.tgz"

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
2,065Niche · −30% score
Versions published
33
First published
May 2026
Publisher
caupulican

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@caupulican/[email protected]"],"fail_on":"high"}'

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":["@caupulican/[email protected]"],"fail_on":"high"}'
Publishercaupulican
Artifact bytes4,753,274
Previous version0.78.1
Published2026-05-31T21:55:06.747Z
SHA-2560c5855ef5ade26c70f3ba487530eacdf8ce2ddce3a9879969cc488d514a0e020

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.@earendil-works/pi-agent-core="https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.78.2.tgz"

3 remote tarball(s) were followed statically.

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

Availability ledger

available

high
Last checked
highRisk
82Score
0.78.2Version
Status history (2 events)
  1. availableavailable · risk high · score 82 · status available -> available, risk high -> high, score 146 -> 82
  2. newavailable · risk high · score 146 · status changed

Evidence

Static findings

5 static · 3 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highRemote Dependency Specpackage.jsondependencies.@earendil-works/pi-agent-core="https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.78.2.tgz"12
highRemote Dependency Specpackage.jsondependencies.@earendil-works/pi-ai="https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.78.2.tgz"12
highRemote Dependency Specpackage.jsondependencies.@earendil-works/pi-tui="https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.78.2.tgz"12
highDependency Changed To Remote Vs Previouspackage.jsondependencies.@earendil-works/pi-agent-core changed to remote spec in 0.78.2 vs 0.78.1: "https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.78.2.tgz"12
highDependency Changed To Remote Vs Previouspackage.jsondependencies.@earendil-works/pi-ai changed to remote spec in 0.78.2 vs 0.78.1: "https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.78.2.tgz"12
highDependency Changed To Remote Vs Previouspackage.jsondependencies.@earendil-works/pi-tui changed to remote spec in 0.78.2 vs 0.78.1: "https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.78.2.tgz"12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
highRemote Dependency Specpackage.jsondependencies.@earendil-works/pi-agent-core="https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.78.2.tgz"12
highRemote Dependency Specpackage.jsondependencies.@earendil-works/pi-ai="https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.78.2.tgz"12
highRemote Dependency Specpackage.jsondependencies.@earendil-works/pi-tui="https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.78.2.tgz"12
highDependency Changed To Remote Vs Previouspackage.jsondependencies.@earendil-works/pi-agent-core changed to remote spec in 0.78.2 vs 0.78.1: "https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.78.2.tgz"12
highDependency Changed To Remote Vs Previouspackage.jsondependencies.@earendil-works/pi-ai changed to remote spec in 0.78.2 vs 0.78.1: "https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.78.2.tgz"12
highDependency Changed To Remote Vs Previouspackage.jsondependencies.@earendil-works/pi-tui changed to remote spec in 0.78.2 vs 0.78.1: "https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.78.2.tgz"12
lowCredential file accesspackage/dist/cli/args.jsmatched "AWS_ACCESS_KEY"5
lowObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density0

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
dependencies.@earendil-works/pi-agent-corehttps://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.78.2.tgzlow0no remote findings
dependencies.@earendil-works/pi-aihttps://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.78.2.tgzreview5credential_paths: matched "GOOGLE_APPLICATION_CREDENTIALS"
dependencies.@earendil-works/pi-tuihttps://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.78.2.tgzlow0no remote findings

Manifest

Package metadata

Scripts8
  • buildtsgo -p tsconfig.build.json && shx chmod +x dist/cli.js && npm run copy-assets
  • build:binarynpm --prefix ../tui run build && npm --prefix ../ai run build && npm --prefix ../agent run build && npm run build && bun build --compile ./dist/bun/cli.js ./src/utils/image-resize-worker.ts --outfile dist/pi && npm run copy-binary-assets
  • cleanshx rm -rf dist
  • copy-assetsshx mkdir -p dist/modes/interactive/theme && shx cp src/modes/interactive/theme/*.json dist/modes/interactive/theme/ && shx mkdir -p dist/modes/interactive/assets && shx cp src/modes/interactive/assets/*.png dist/modes/interactive/assets/ && shx mkdir -p dist/core/export-html/vendor && shx cp src/core/export-html/template.html src/core/export-html/template.css src/core/export-html/template.js dist/core/export-html/ && shx cp src/core/export-html/vendor/*.js dist/core/export-html/vendor/
  • copy-binary-assetsshx cp package.json dist/ && shx cp README.md dist/ && shx cp CHANGELOG.md dist/ && shx mkdir -p dist/theme && shx cp src/modes/interactive/theme/*.json dist/theme/ && shx mkdir -p dist/assets && shx cp src/modes/interactive/assets/*.png dist/assets/ && shx mkdir -p dist/export-html/vendor && shx cp src/core/export-html/template.html dist/export-html/ && shx cp src/core/export-html/vendor/*.js dist/export-html/vendor/ && shx cp -r docs dist/ && shx cp -r examples dist/ && shx cp ../../node_modules/@silvia-odwyer/photon-node/photon_rs_bg.wasm dist/
  • prepublishOnlynpm run clean && npm run build && npm run shrinkwrap
  • shrinkwrapnode ../../scripts/generate-coding-agent-shrinkwrap.mjs
  • testvitest --run
Dependencies17
  • @earendil-works/pi-agent-corehttps://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.78.2.tgz
  • @earendil-works/pi-aihttps://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.78.2.tgz
  • @earendil-works/pi-tuihttps://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.78.2.tgz
  • @silvia-odwyer/photon-node0.3.4
  • chalk5.6.2
  • cross-spawn7.0.6
  • diff8.0.4
  • glob13.0.6
  • highlight.js10.7.3
  • hosted-git-info9.0.3
  • ignore7.0.5
  • jiti2.7.0
  • minimatch10.2.5
  • proper-lockfile4.1.2
  • typebox1.1.38
  • undici8.3.0
  • yaml2.9.0
Optional dependencies1
  • @mariozechner/clipboard0.3.9