PkgRadar

Package evidence

@intelliweave/[email protected]

no findings

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
62Mature · −50% score
First published
Mar 2025
Publisher
jjv360

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

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@intelliweave/[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":["@intelliweave/[email protected]"],"fail_on":"review"}'
Publisherjjv360
Artifact bytes18,703,236
Previous version2.2.86
Published2026-06-09T15:14:48.412Z
SHA-256818a9e6d00bd2ca3be21ed05cf3ddd914375b4dd08ebce217939b3bd2ba2a187

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.2.87Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts14
  • buildnpm run build:lib && npm run build:docs
  • build:devcross-env DEVELOPMENT=1 npm run build
  • build:docstypedoc src/index.mts --out dist/docs/
  • build:libtsx build.ts
  • deploynpm run build && gsutil cp ./dist/web-weaver.min.js gs://metapress-cdn/web-weaver.min.js && gcloud compute url-maps invalidate-cdn-cache mp-cdn-loadbalancer --project="mp-backend-api" --path "/web-weaver.min.js" --async
  • deploy:servercd server && npm run deploy
  • llm:buildcd llm-server && docker build -t web-weaver-llm .
  • llm:deploynpm run llm:deploy.docker && gcloud run deploy web-weaver-llm --project=ydangle-web-companion --image=us-central1-docker.pkg.dev/ydangle-web-companion/docker-artifacts/web-weaver-llm --allow-unauthenticated --region=us-central1 --description="Web Weaver LLM" --concurrency=2 --min-instances=0 --timeout=5m --memory=16Gi --cpu=8
  • llm:deploy.dockernpm run llm:build && gcloud auth configure-docker us-central1-docker.pkg.dev && docker tag web-weaver-llm us-central1-docker.pkg.dev/ydangle-web-companion/docker-artifacts/web-weaver-llm && docker push us-central1-docker.pkg.dev/ydangle-web-companion/docker-artifacts/web-weaver-llm
  • llm:startnpm run llm:build && docker run -it --rm -p 8000:80 --gpus=all web-weaver-llm
  • prepacknpm run build
  • start:servercd server && npm run start
  • testnpm run build && vitest run
  • test:localIW_API_URL=http://localhost:3000/api npm run test
Dependencies17
  • @anthropic-ai/sdk^0.80.0
  • @modelcontextprotocol/sdk^1.27.1
  • @types/json-schema^7.0.15
  • idb-keyval^6.2.5
  • iron-webcrypto^2.0.0
  • minisearch^7.2.0
  • openai^6.32.0
  • rehype-document^7.0.3
  • rehype-external-links^3.0.0
  • rehype-format^5.0.1
  • rehype-stringify^10.0.1
  • remark-gfm^4.0.1
  • remark-parse^11.0.0
  • remark-rehype^11.1.2
  • unified^11.0.5
  • utility-types^3.11.0
  • uuid^13.0.0