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
- 466
- Versions published
- 60Mature · −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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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:docsbuild:devcross-env DEVELOPMENT=1 npm run buildbuild:docstypedoc src/index.mts --out dist/docs/build:libtsx build.tsdeploynpm 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" --asyncdeploy:servercd server && npm run deployllm: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=8llm: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-llmllm:startnpm run llm:build && docker run -it --rm -p 8000:80 --gpus=all web-weaver-llmprepacknpm run buildstart:servercd server && npm run starttestnpm run build && vitest runtest: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.15idb-keyval^6.2.5iron-webcrypto^2.0.0minisearch^7.2.0openai^6.32.0rehype-document^7.0.3rehype-external-links^3.0.0rehype-format^5.0.1rehype-stringify^10.0.1remark-gfm^4.0.1remark-parse^11.0.0remark-rehype^11.1.2unified^11.0.5utility-types^3.11.0uuid^13.0.0