PkgRadar

Package evidence

@tavus/[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.

Weekly downloads
2,097Niche · −30% score
Versions published
11Established · −30% score
First published
Jun 2025
Publisher
nikita-tavus

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 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":["@tavus/[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":["@tavus/[email protected]"],"fail_on":"review"}'
Publishernikita-tavus
Artifact bytes91,035
Previous version0.0.3
Published2026-06-13T01:07:11.902Z
SHA-256ed82611bdca3cac06c18e0c37446380857b051f9dd47c9e1a31b0468e1555ce2

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
0.0.4-beta.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts31
  • buildnpm run typecheck && npm run check:canvas-runtime-parity && vp pack
  • build-allnpm run clean && npm run build:templates && npm run check:canvas-runtime-parity && npm run build && vp check --fix
  • build:templatesnpm run convert-to-js && npm run create-templates
  • check:canvas-runtime-paritynode scripts/check-magic-canvas-runtime-parity.mjs
  • cleanrm -rf jsx-templates dist src/templates
  • cli:addnode dist/index.js add --cwd playground
  • cli:cleanrm -rf playground/cvi-components.json playground/src/components/cvi playground/app/components/cvi
  • cli:initnode dist/index.js init --cwd playground
  • convert-to-jsnode prepare-scripts/convert-to-js.js
  • create-templatesnode prepare-scripts/create-templates.js
  • dev:allconcurrently -n next,vite -c blue,magenta "npm:dev:next" "npm:dev:vite"
  • dev:nextnpm run dev -w examples/next-app
  • dev:vitenpm run dev -w examples/vite-app
  • formatvp fmt src
  • format:checkvp fmt --check src
  • lintvp lint src
  • playground:resetnpm run cli:clean && rm -rf playground/.next playground/node_modules playground/package-lock.json
  • precli:addnpm run build-all
  • precli:initnpm run cli:clean && npm run build-all
  • publish:betanpm run build-all && npm publish --tag beta
  • publish:latestnpm run build-all && npm publish
  • startnode dist/index.js
  • testnpm run build:templates && npm run check:canvas-runtime-parity && npm run test:contract && vp test run test/unit test/integration
  • test:contractnode --test "tests/**/*.test.mjs"
  • test:coveragevp test run --coverage
  • test:integrationnpm run build-all && vp test run test/integration
  • test:livenpm run build-all && vp test run test/live
  • test:unitnpm run build:templates && vp test run test/unit
  • test:watchvp test watch
  • typechecktsc --noEmit
  • …and 1 more.
Dependencies12
  • @antfu/ni^30.1.0
  • commander^14.0.3
  • cosmiconfig^9.0.1
  • execa^9.6.1
  • fast-glob^3.3.3
  • fs-extra^11.3.4
  • kleur^4.1.5
  • ora^9.4.0
  • prompts^2.4.2
  • tsconfig-paths^4.2.0
  • update-notifier^7.3.1
  • zod^4.4.3