PkgRadar

Package evidence

@voiceflow/[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
965
Versions published
30Mature · −50% score
First published
Mar 2025
Publisher
vf-serviceaccount

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":["@voiceflow/[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":["@voiceflow/[email protected]"],"fail_on":"review"}'
Artifact bytes8,981
Previous version0.5.1-95bc38226.53
Published2026-06-12T11:10:53.463Z
SHA-2568dc979bf633f6687acaa000093d29853f7c85a0ea35c0f191239e0a8a8b5c1ca

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts13
  • buildyarn g:turbo run build:cmd --filter=@voiceflow/encryption...
  • build:cmdyarn build:esm
  • build:esmyarn g:build:pkg esm
  • cleanyarn g:rimraf build
  • lintyarn g:run-p -c lint:eslint lint:prettier
  • lint:eslintyarn g:eslint
  • lint:fixyarn g:run-p -c "lint:eslint --fix" "lint:prettier --write"
  • lint:prettieryarn g:prettier --check
  • testyarn g:run-p -c test:types test:unit test:cycles test:unused
  • test:cyclesyarn g:dpdm src/main.ts
  • test:typesyarn g:tsc --noEmit
  • test:unityarn g:vitest run --coverage
  • test:unusedyarn g:knip --workspace @voiceflow/encryption