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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/detectors/env-var-undeclared.js | matched "GITHUB_TOKEN" | 5 |
Manifest
Package metadata
Scripts20
buildtsc && npm run build:uibuild:servertscbuild:uicd src/ui && npm install && npm run build -- --outDir ../../dist/ui --emptyOutDirdepcheckdepcheckdevconcurrently -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 --buildformatprettier --write .format:checkprettier --check .linteslint .lint:fixeslint . --fixllmnode scripts/start-llm.mjsprepublishOnlynpm run buildservertsx watch src/server/index.tsserver:lanROTHUNTER_HOST=0.0.0.0 tsx watch src/server/index.tssetupnpm install && cd src/ui && npm installtestNODE_OPTIONS='--experimental-vm-modules' jestuicd src/ui && npm run dev
Dependencies6
@fastify/static^9.1.3fastify^5.8.5ignore^7.0.5pino^10.3.1ts-morph^28.0.0zod^4.4.3