PkgRadar

Package evidence

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

Weekly downloads
96
Versions published
14
First published
Mar 2026
Publisher
nathanschram

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":["@littlebearapps/[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":["@littlebearapps/[email protected]"],"fail_on":"review"}'
Publishernathanschram
Artifact bytes84,943
Previous version0.3.7
Published2026-04-15T05:47:32.013Z
SHA-25619e96f4849580cfdd1daac73b1bbc3a458cfec5e78468430113d9b6610ed4565

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/src/worker/errors/github.tsmatched "GITHUB_TOKEN"30
Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/src/worker/errors/github.tsmatched "GITHUB_TOKEN"30
lowCredential file accesspackage/dist/cli/index.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/commands/init.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/commands/migrate.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/cli/commands/secret.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/worker/config.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/worker/crons/daily-rollup.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/cli/index.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/cli/commands/init.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/cli/commands/migrate.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/cli/commands/secret.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/src/worker/tail-handler.tsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/cf-monitor.schema.jsonmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts8
  • build:clitsc -p tsconfig.cli.json
  • prebuild:clirm -rf dist/cli
  • prepublishOnlynpm run build:cli
  • releasebash scripts/release.sh
  • testvitest run
  • test:coveragevitest run --coverage
  • test:integrationvitest run --config vitest.integration.config.ts
  • typechecktsc --noEmit && tsc --noEmit -p tsconfig.cli.json
Dependencies2
  • commander^14.0.3
  • picocolors^1.1.1