PkgRadar

Package evidence

@nimblehq/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
17
First published
May 2026
Publisher
dev-nimblehq

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":["@nimblehq/[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":["@nimblehq/[email protected]"],"fail_on":"review"}'
Publisherdev-nimblehq
Artifact bytes97,369
Previous version1.3.0
Published2026-05-29T10:23:33.574Z
SHA-25661b48827b789ade6d713cd8c2513590713d06cfbe903831c924b4780af40e4fc

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/agent-utils.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/fix-pr-comments.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/github-token.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/stages/implement.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/review-pr.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/run-stage.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts3
  • buildtsc --project tsconfig.json
  • prebuildnode ../shared/sync-denylist.mjs hooks/safety-denylist.mjs && node ../shared/sync-file.mjs sanitize.ts sanitize.ts && node ../shared/sync-file.mjs retry.ts retry.ts && node ../shared/sync-file.mjs actor.ts actor.ts && node ../shared/sync-file.mjs issue-assignees.ts issue-assignees.ts && node ../shared/sync-file.mjs json-repair.ts json-repair.ts && node ../shared/safety-denylist.verify.mjs
  • prepublishOnlynpm run build
Dependencies2
  • @cursor/sdk1.0.14
  • zod^4.4.3