PkgRadar

Package evidence

@ryanfw/[email protected]

Remote Dependency Spec: dependencies.local-llm-cli-adapter="github:ryan-mahoney/local-llm-cli-adapter#2ea1aa2d8e8dbe43eb845eb4730b08a02618f476"

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
272
Versions published
54Established · −30% score
First published
Oct 2025
Publisher
ryan-fw

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@ryanfw/[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":["@ryanfw/[email protected]"],"fail_on":"review"}'
Publisherryan-fw
Artifact bytes2,226,974
Previous version1.3.0
Published2026-06-18T01:20:33.569Z
SHA-256885705208ae8be03fff3f239f3df2de569d82d080da59c82edf75146c6a1bfc5

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.local-llm-cli-adapter="github:ryan-mahoney/local-llm-cli-adapter#2ea1aa2d8e8dbe43eb845eb4730b08a02618f476"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.local-llm-cli-adapter="github:ryan-mahoney/local-llm-cli-adapter#2ea1aa2d8e8dbe43eb845eb4730b08a02618f476"12
mediumNew Remote Dependency Vs Previouspackage.jsondependencies.local-llm-cli-adapter added in 1.3.1 vs 1.3.0: "github:ryan-mahoney/local-llm-cli-adapter#2ea1aa2d8e8dbe43eb845eb4730b08a02618f476"12

Manifest

Package metadata

Scripts18
  • analyzebun src/cli/index.ts analyze
  • backendNODE_ENV=development bun --watch src/ui/server/index.ts
  • build:binbun run ui:build && bun build --compile src/cli/index.ts
  • build:bin:localbun run build:bin --outfile=dist/pipeline-orchestrator
  • deduce-schemasbun scripts/deduce-schemas.js
  • demo:allNODE_ENV=development PO_ROOT=demo bun run ui:build && concurrently "bun:demo:ui" "bun:demo:orchestrator" --kill-others-on-fail
  • demo:orchestratorPO_ROOT=demo NODE_ENV=production bun -e "import('./src/core/orchestrator.ts').then(m => m.startOrchestrator({ dataDir: process.env.PO_ROOT || 'demo' })).catch(err => { console.error(err); process.exit(1) })"
  • demo:prodbun run ui:build && NODE_ENV=production PO_ROOT=demo bun src/ui/server/index.ts
  • demo:uiNODE_ENV=production PO_ROOT=demo bun src/ui/server/index.ts
  • generate:embedded-assetsbun scripts/generate-embedded-assets.js
  • linteslint . --ext .js,.jsx
  • prepackbun run ui:build
  • testbash scripts/test.sh
  • typechecktsc --noEmit
  • uiNODE_ENV=development bun --watch src/ui/server/index.ts
  • ui:buildvite build && bun run generate:embedded-assets
  • ui:devvite
  • ui:prodbun src/ui/server/index.ts
Dependencies32
  • @babel/parser^7.28.5
  • @babel/traverse^7.28.5
  • @babel/types^7.28.5
  • @modelcontextprotocol/sdk^1.29.0
  • @opencode-ai/sdk^1.17.4
  • @radix-ui/react-progress^1.1.7
  • @radix-ui/react-tabs^1.1.13
  • @radix-ui/react-toast^1.2.15
  • @radix-ui/react-tooltip^1.2.8
  • @radix-ui/themes^3.2.1
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • chokidar^3.5.3
  • commander^14.0.2
  • dotenv^17.2.3
  • express^4.19.2
  • fflate^0.8.2
  • highlight.js^11.11.1
  • local-llm-cli-adaptergithub:ryan-mahoney/local-llm-cli-adapter#2ea1aa2d8e8dbe43eb845eb4730b08a02618f476
  • lucide-react^0.544.0
  • openai^5.23.1
  • p-limit^6.1.0
  • react^19.2.0
  • react-dom^19.2.0
  • react-markdown^10.1.0
  • react-mentions^4.4.10
  • react-router-dom^7.9.4
  • react-syntax-highlighter^15.6.1
  • rehype-highlight^7.0.2
  • remark-gfm^4.0.1
  • …and 2 more.