PkgRadar

Package evidence

@vizzly-testing/[email protected]

Remote Dependency Spec: devDependencies.tui-driver="github:vizzly-testing/tui-driver"

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,198Niche · −30% score
Versions published
76Established · −30% score
First published
Aug 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@vizzly-testing/[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":["@vizzly-testing/[email protected]"],"fail_on":"review"}'
Artifact bytes628,493
Previous version0.34.0
Published2026-05-31T23:12:31.864Z
SHA-256dcec68f7c418eb1922526f755f7208b0741c5e8c4c2ea6451c3980e5de66fba4

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.tui-driver="github:vizzly-testing/tui-driver"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
2Score
0.35.0Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.tui-driver="github:vizzly-testing/tui-driver"8

Manifest

Package metadata

Scripts24
  • buildpnpm run clean && pnpm run compile && pnpm run build:reporter && pnpm run build:reporter-ssr && pnpm run copy-types
  • build:reportercd src/reporter && vite build
  • build:reporter-ssrcd src/reporter && vite build --config vite.ssr.config.js
  • cleanrimraf dist
  • clisource .envrc && node bin/vizzly.js
  • compilebabel src --out-dir dist --ignore '**/*.test.js'
  • copy-typesmkdir -p dist/types && cp src/types/*.d.ts dist/types/
  • dev:reportercd src/reporter && vite --config vite.dev.config.js
  • fixpnpm run format && pnpm run lint:fix
  • formatbiome format --write src tests clients/storybook/src clients/storybook/tests clients/static-site/src clients/static-site/tests clients/vitest/src clients/vitest/tests clients/ember/src clients/ember/tests clients/ember/bin
  • format:checkbiome format src tests clients/storybook/src clients/storybook/tests clients/static-site/src clients/static-site/tests clients/vitest/src clients/vitest/tests clients/ember/src clients/ember/tests clients/ember/bin
  • lintbiome check src tests clients/storybook/src clients/storybook/tests clients/static-site/src clients/static-site/tests clients/vitest/src clients/vitest/tests clients/ember/src clients/ember/tests clients/ember/bin
  • lint:fixbiome check --write --unsafe src tests clients/storybook/src clients/storybook/tests clients/static-site/src clients/static-site/tests clients/vitest/src clients/vitest/tests clients/ember/src clients/ember/tests clients/ember/bin
  • prepublishOnlypnpm run build
  • smoke:prod:packnode scripts/smoke-prod-pack.js
  • startnode src/index.js
  • testnode --experimental-test-coverage --test --test-concurrency=1 --test-reporter=spec $(find tests -name '*.test.js')
  • test:reporterplaywright test --config=tests/reporter/playwright.config.js
  • test:reporter:visualnode bin/vizzly.js tdd run "pnpm run test:reporter" --no-open
  • test:swift:e2epnpm run build && node clients/swift/scripts/run-e2e.js
  • test:tuinode --test --test-reporter=spec tests/tui/*.test.js
  • test:tui:docker./tests/tui/run-tui-tests.sh
  • test:typestsd
  • test:watchnode --test --test-reporter=spec --watch $(find tests -name '*.test.js')
Dependencies11
  • @vizzly-testing/bear-den0.1.2
  • @vizzly-testing/honeydiff^0.10.3
  • ansis^4.2.0
  • commander^14.0.0
  • cosmiconfig^9.0.0
  • dotenv^17.2.1
  • form-data^4.0.0
  • glob^13.0.0
  • react^19.1.1
  • react-dom^19.1.1
  • zod^4.1.12