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 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":["@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"}'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
Scripts27
buildnpm run typecheck && vp packbuild-allnpm run clean && npm run build:templates && npm run buildbuild:templatesnpm run convert-to-js && npm run create-templatescleanrm -rf jsx-templates dist src/templatescli:addnode dist/index.js add --cwd playgroundcli:cleanrm -rf playground/cvi-components.json playground/src/components/cvi playground/app/components/cvicli:initnode dist/index.js init --cwd playgroundconvert-to-jsnode prepare-scripts/convert-to-js.jscreate-templatesnode prepare-scripts/create-templates.jsdev:allconcurrently -n next,vite -c blue,magenta "npm:dev:next" "npm:dev:vite"dev:nextnpm run dev -w examples/next-appdev:vitenpm run dev -w examples/vite-appformatvp fmt srcformat:checkvp fmt --check srclintvp lint srcplayground:resetnpm run cli:clean && rm -rf playground/.next playground/node_modules playground/package-lock.jsonprecli:addnpm run build-allprecli:initnpm run cli:clean && npm run build-allpublish:betanpm run build-all && npm publish --tag betapublish:latestnpm run build-all && npm publishstartnode dist/index.jstestvp test runtest:coveragevp test run --coveragetest:integrationnpm run build-all && vp test run test/integrationtest:unitvp test run test/unittest:watchvp test watchtypechecktsc --noEmit
Dependencies12
@antfu/ni^30.1.0commander^14.0.3cosmiconfig^9.0.1execa^9.6.1fast-glob^3.3.3fs-extra^11.3.4kleur^4.1.5ora^9.4.0prompts^2.4.2tsconfig-paths^4.2.0update-notifier^7.3.1zod^4.4.3