PkgRadar

Package evidence

@galaxyproject/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
9
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@galaxyproject/[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":["@galaxyproject/[email protected]"],"fail_on":"review"}'
Artifact bytes150,122
Previous version0.4.0
Published2026-06-12T02:46:06.793Z
SHA-256c8fae8143f6311d4d95b45f100558ab160b2819cdc0277f4a789a18f05357ee5

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/bin/loom.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/extensions/loom/sandbox/sandbox-config.tsmatched ".config/gcloud"5
lowCredential file accesspackage/extensions/loom/exec-guard/sensitive-read.tsmatched ".config/gcloud"5

Manifest

Package metadata

Scripts13
  • check:versionsnode scripts/check-version-lockstep.mjs
  • evalstsx evals/run.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • precommitlint-staged
  • preparehusky
  • prepublishOnlynpm run typecheck && npm test && npm run smoke:pack
  • smoke:packnode scripts/smoke-pack.mjs
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies11
  • @anthropic-ai/sandbox-runtime^0.0.52
  • @earendil-works/pi-coding-agent^0.78.0
  • @earendil-works/pi-tui^0.78.0
  • @sinclair/typebox^0.34.49
  • better-sqlite3^12.9.0
  • chokidar^5.0.0
  • node-html-parser^7.1.0
  • pi-mcp-adapter^2.4.0
  • pi-web-access^0.10.6
  • uuid^14.0.0
  • yaml^2.8.2