PkgRadar

Package evidence

[email protected]

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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
388
First published
Mar 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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes34,616,670
Previous version4.17.3
Published2026-06-17T14:13:38.823Z
SHA-2565cb919ae10d7e5627626b8814727939bd5cd4d4400eaa10c7e21bdc2215d91dc

Why flagged

What the scanner saw

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/ui/assets/bedrock-camp-DS1dgU6g.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/ui/assets/dist-BmWy99kl.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="if [ -d patches ]; then npx --no-install patch-package || { echo \"ERROR: patches/ present but patch-package not installed (run a full 'npm ci' incl. devDependencies)\"; exit 1; }; fi && if [ -d packages/shared-ts ]; then npm run build -w @slicc/shared-ts; fi && if [ -d packages/cloud-core ]; then npm run build -w @slicc/cloud-core; fi && if [ -d packages/webcomponents ]; then npm run build -w @slicc/webcomponents; fi"5
lowLarge Javascript Payloadpackage/dist/ui/assets/kernel-worker-DebNPXFQ.js2559301 bytes0
lowObfuscation Densitypackage/dist/ui/assets/kokoro-IuvgZkZk.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/ui/assets/kokoro-pZaPWf_-.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/ui/slicc-diff.js9865358 bytes0
lowLarge Javascript Payloadpackage/dist/ui/assets/typescript-qBO0Z4wm.js3471325 bytes0

Manifest

Package metadata

Scripts41
  • buildnpm run build -w @slicc/shared-ts && npm run build -w @slicc/cloud-core && npm run build -w @slicc/webcomponents && npm run build -w @slicc/webapp && npm run build -w @ai-ecoverse/cherry && npm run build -w @slicc/node-server && npm run build -w @slicc/chrome-extension && npm run build -w @slicc/cloudflare-worker && npm run build -w @slicc/swift-server && npm run build -w @slicc/swift-optel && npm run build -w @slicc/swift-launcher
  • coverage:ratchetnode packages/dev-tools/tools/coverage-ratchet.mjs
  • deadcodeknip --include files,dependencies,devDependencies,unlisted,binaries,unresolved,duplicates
  • deadcode:filesknip --include files
  • deadcode:fullknip
  • deadcode:productionknip --production --strict
  • deadcode:production-filesknip --production --include files
  • deadcode:swiftnpm run deadcode -w @slicc/swift-server && npm run deadcode -w @slicc/swift-optel && npm run deadcode -w @slicc/swift-launcher
  • devtsx packages/node-server/src/index.ts --dev
  • dev:electrontsx packages/node-server/src/index.ts --dev --electron
  • lintbiome check --write . && prettier --write . && npm run lint:docs && npm run lint:skills && npm run lint:no-innerhtml && npm run lint:patches
  • lint:cibiome check . && prettier --check . && npm run lint:docs && npm run lint:skills -- --strict && npm run lint:no-innerhtml && npm run lint:patches
  • lint:docsnode packages/dev-tools/tools/check-doc-sizes.mjs
  • lint:no-innerhtmlnode packages/dev-tools/tools/check-no-innerhtml.mjs
  • lint:patchesnode packages/dev-tools/patch-reconcile/check-patches.mjs
  • lint:skillsnode packages/dev-tools/tools/lint-skills.mjs
  • lint:swiftnpm run lint -w @slicc/swift-server && npm run lint -w @slicc/swift-optel && npm run lint -w @slicc/swift-launcher && cd packages/ios-app && swiftlint lint
  • package:releasenode dist/node-server/release-package.js
  • postinstallif [ -d patches ]; then npx --no-install patch-package || { echo "ERROR: patches/ present but patch-package not installed (run a full 'npm ci' incl. devDependencies)"; exit 1; }; fi && if [ -d packages/shared-ts ]; then npm run build -w @slicc/shared-ts; fi && if [ -d packages/cloud-core ]; then npm run build -w @slicc/cloud-core; fi && if [ -d packages/webcomponents ]; then npm run build -w @slicc/webcomponents; fi
  • preflightnode packages/dev-tools/tools/preflight-deps.mjs
  • preparehusky
  • pretestnpm run preflight
  • pretypechecknpm run preflight
  • publish:chromenode dist/node-server/publish-chrome-web-store.js
  • publish:workerbash packages/cloudflare-worker/scripts/publish-worker.sh
  • startnode dist/node-server/index.js
  • start:electronnode dist/node-server/index.js --electron
  • start:extensionnpm run build -w @slicc/chrome-extension && npm run dev -- --profile=extension
  • testvitest run
  • test:coveragevitest run --coverage
  • …and 11 more.
Dependencies4
  • e2b^2.23.0
  • express^5.0.0
  • pyodide0.29.4
  • ws^8.18.0