PkgRadar

Package evidence

@drisp/[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.

Weekly downloads
507
Versions published
20
First published
May 2026
Publisher
lespaceman

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":["@drisp/[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":["@drisp/[email protected]"],"fail_on":"review"}'
Publisherlespaceman
Artifact bytes309,508
Previous version0.5.14
Published2026-06-01T12:16:05.278Z
SHA-25631714d60c80f5d5f2aadae2ff7ee479a1f518e551cd27717107032a315a17da9

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
5Score
0.5.15Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/chunk-UAZ2R7F3.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts22
  • buildtsup
  • devtsup --watch
  • dev:debugtsup && DEV=true node dist/cli.js
  • devtoolsELECTRON_DISABLE_SANDBOX=1 react-devtools
  • formatprettier --write .
  • lintnpm run lint:format && npm run lint:eslint
  • lint:deadknip --strict --exclude dependencies,unlisted,binaries
  • lint:eslinteslint .
  • lint:formatgit ls-files -z | xargs -0 prettier --check --ignore-unknown
  • lint:stagedlint-staged
  • perf:cpunode scripts/perf-runner.mjs --mode=cpu --no-app-profile
  • perf:heapnode scripts/perf-runner.mjs --mode=heap --no-app-profile
  • perf:summarynode scripts/perf-summary.mjs
  • perf:tracenode scripts/perf-runner.mjs --mode=trace --no-app-profile
  • perf:tuinode scripts/perf-runner.mjs --mode=full
  • preparesimple-git-hooks
  • prepublishOnlynpm run lint && npm run typecheck && npm run lint:dead && npm test && npm run build
  • protocol:codexnode scripts/update-codex-protocol-snapshot.mjs
  • starttsup && node dist/cli.js
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies13
  • @inkjs/ui^2.0.0
  • better-sqlite3^12.6.2
  • cli-highlight^2.1.11
  • cli-table3^0.6.5
  • ink^6.8.0
  • marked^15.0.12
  • marked-terminal^7.3.0
  • meow^14.1.0
  • posthog-node^5.28.0
  • react^19.0.0
  • react-dom^19.2.4
  • use-context-selector^1.4.4
  • ws^8.20.0