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
- 1,118Niche · −30% score
- Versions published
- 113
- First published
- Jan 2026
- Publisher
- filipexyz
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
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":["[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":["[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 3437658 bytes
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
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Large Javascript Payload | package/dist/bundle/index.js | 3437658 bytes | 0 |
| low | Obfuscation Density | package/dist/tui/index.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts32
buildbun run build:cli && bun run build:tui && bun run gen:pluginsbuild:clibun build src/cli/index.ts --outdir dist/bundle --target bun --minify --keep-names --sourcemap=linked --external ink --external react --external '@anthropic-ai/*' --external openai --external '@google/*' --external nats --external '@elevenlabs/*'build:tuibun build src/tui/index.tsx --outdir dist/tui --target bun --keep-names --sourcemap=linked --external '@opentui/core' --external '@opentui/react' --external react --external natscheck:docsbun run lint:docs && bun run docs:check-linksclibun src/cli/index.tsdevbun --watch src/index.tsdocs:check-linksbun scripts/docs-link-audit.mjsdocs:devcd docs && bunx mintlify devdocs:listbun scripts/docs-list.jsdocs:openapibun src/cli/index.ts sdk openapi emit --out docs/openapi.jsongen:commandsbun scripts/gen-commands.tsgen:pluginsbun scripts/gen-plugins.tslintbunx biome check src/lint:docsbunx markdownlint-cli2 "**/*.{md,mdx}" "#node_modules" "#docs/node_modules"lint:docs:fixbunx markdownlint-cli2 --fixlint:fixbunx biome check --write src/prebuildbun run gen:commandspredocs:devbun run docs:openapiprepackbun run buildpreparegit config core.hooksPath .githooks 2>/dev/null || truerc505:debugswift src/tui/bridges/rc505-bridge.swift --debug-sourcesreference:contextbun src/reference/context-cli.tssdk:checkbun src/cli/index.ts sdk client checksdk:generatebun src/cli/index.ts sdk client generatestartbun src/index.tstestbun test src/bash/ src/hooks/ src/router/ src/heartbeat/ src/permissions/ src/triggers/ src/omni/ src/plugins/ src/adapters/ src/approval/ src/tui/hooks/runtime-feed.test.ts src/tui/hooks/runtime-display.test.ts src/gateway-typing.test.ts && bun test src/tasks/ src/projects/ src/workflow-substrate/ src/whatsapp-overlay/ && bun run test:cli-commands && bun test src/bot.runtime-guards.test.ts && bun test src/remote-spawn-nats.test.ts && bun test src/runtime/index.test.ts src/runtime/model-catalog.test.ts && bun test src/runtime/context-registry.test.ts && bun test src/cli/context.test.ts src/cli/logging.test.ts src/cli/tui-launcher.test.ts && bun test src/utils/logger.test.ts && bun test src/transcripts.test.ts && bun run test:sdktest:cli-commandsfor f in src/cli/commands/*.test.ts; do bun test "$f" || exit 1; donetest:liveRAVI_LIVE_TESTS=1 bun test src/runtime/*.live.test.ts && RAVI_LIVE_TESTS=1 bun test src/bot.live.test.tstest:sdkbun test src/sdk/client-codegen/ ./tests/integration/sdk-roundtrip.test.ts ./packages/ravi-os-sdk/src/__tests__/types.test-d.ts ./packages/ravi-os-sdk/src/__tests__/streaming.test.ts && bun run sdk:checktuibun src/tui/index.tsx- …and 2 more.
Dependencies19
@anthropic-ai/claude-agent-sdk^0.2.113@elevenlabs/elevenlabs-js^2.37.0@google/genai^1.41.0@hapi/boom^10.0.1@opentui/core^0.1.81@opentui/react^0.1.81@strudel/web1.3.0agora-agent-server-sdk^1.3.2commander^14.0.2croner^10.0.1ink^6.6.0ink-text-input^6.0.0nats^2.29.3openai^6.17.0pino^9.6.0qrcode-terminal^0.12.0react^19.2.4reflect-metadata^0.2.2zod^4.3.6