PkgRadar

Package evidence

@guildai/[email protected]

Credential file access: matched ".npmrc"

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
418
Versions published
39
First published
Mar 2026
Publisher
waterson

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":["@guildai/[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":["@guildai/[email protected]"],"fail_on":"review"}'
Publisherwaterson
Artifact bytes4,081,498
Previous version0.12.2
Published2026-05-29T21:26:36.871Z
SHA-256cf542ed3465b5e53583b10ad6afc81aa0e3724332bb473f9c77ed721d7cbf7d6

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5
lowObfuscation Densitypackage/dist/chunk-AUOMQNFL.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/chunk-M347HP6M.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/chunk-UZEASYQ5.js3900510 bytes0

Manifest

Package metadata

Scripts20
  • buildnpm run build:types && npm run build:bundle && cp -r src/assets dist/
  • build:bundlenode scripts/bundle.mjs
  • build:image${CONTAINER_PROVIDER:-docker} build -t guildcode/guild-runtime:latest -f ../guildai/packages/runtime/Dockerfile ../guildai/packages/runtime
  • build:linknpm run build && npm link
  • build:tsctsc && cp -r src/assets dist/
  • build:typestsc --emitDeclarationOnly
  • devtsx src/index.ts
  • formatprettier --write .
  • format:checkprettier --check .
  • format:fixprettier --write .
  • linteslint src test
  • prebuildpython3 scripts/sync-types-from-python.py
  • prepublishOnlynpm run build && npm run lint && npm run test:unit
  • testvitest run test/unit --config vitest.unit.config.ts
  • test:e2evitest run test/e2e --exclude='**/**.slow.test.ts'
  • test:e2e:allvitest run test/e2e
  • test:e2e:slowvitest run 'test/e2e/**/*.slow.test.ts'
  • test:unitvitest run test/unit --config vitest.unit.config.ts
  • test:watchvitest
  • typechecktsc --noEmit && tsc -p tsconfig.test.json --noEmit
Dependencies28
  • @inquirer/search^4.1.7
  • @modelcontextprotocol/sdk^1.12.1
  • @napi-rs/canvas^0.1.85
  • @napi-rs/keyring^1.2.0
  • axios^1.13.2
  • chalk^5.3.0
  • commander^12.1.0
  • dotenv^16.4.7
  • esbuild^0.28.0
  • execa^9.6.1
  • ink^5.0.1
  • ink-text-input^6.0.0
  • inquirer^12.11.1
  • jsdom^27.3.0
  • lottie-web^5.13.0
  • marked^15.0.7
  • marked-terminal^7.3.0
  • open^10.2.0
  • ora^8.1.1
  • react^18.3.1
  • sharp^0.34.5
  • shell-quote^1.8.2
  • string-width^7.2.0
  • strip-ansi^7.2.0
  • svg-pathdata^8.0.0
  • svgdom^0.1.22
  • ws^8.18.0
  • zod^3.24.4