PkgRadar

Package evidence

@lbroth/[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
102
Versions published
9
First published
May 2026
Publisher
lbroth

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":["@lbroth/[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":["@lbroth/[email protected]"],"fail_on":"review"}'
Publisherlbroth
Artifact bytes1,601,884
Previous version1.0.0-rc.7
Published2026-05-28T12:20:04.578Z
SHA-25620a9e0856314bc9129df2bcc70ec1612143e6daee96dbc71947ceff5521f7a75

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
5Score
1.1.0-rc.3Version
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/detectors/env-var-undeclared.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts20
  • buildtsc && npm run build:ui
  • build:servertsc
  • build:uicd src/ui && npm install && npm run build -- --outDir ../../dist/ui --emptyOutDir
  • depcheckdepcheck
  • devconcurrently -k -n SERVER,UI -c blue,magenta "npm:server" "npm:ui"
  • dev:fullconcurrently -k -n LLM,SERVER,UI -c green,blue,magenta "npm:llm" "npm:server" "npm:ui"
  • dev:full:lanconcurrently -k -n LLM,SERVER,UI -c green,blue,magenta "npm:llm" "npm:server:lan" "npm:ui"
  • dev:lanconcurrently -k -n SERVER,UI -c blue,magenta "npm:server:lan" "npm:ui"
  • dockerdocker compose -f src/docker/docker-compose.yml up --build
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • llmnode scripts/start-llm.mjs
  • prepublishOnlynpm run build
  • servertsx watch src/server/index.ts
  • server:lanROTHUNTER_HOST=0.0.0.0 tsx watch src/server/index.ts
  • setupnpm install && cd src/ui && npm install
  • testNODE_OPTIONS='--experimental-vm-modules' jest
  • uicd src/ui && npm run dev
Dependencies6
  • @fastify/static^9.1.3
  • fastify^5.8.5
  • ignore^7.0.5
  • pino^10.3.1
  • ts-morph^28.0.0
  • zod^4.4.3