PkgRadar

Package evidence

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

Versions published
50
First published
Apr 2026
Publisher
drakulavich

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":["@drakulavich/[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":["@drakulavich/[email protected]"],"fail_on":"review"}'
Publisherdrakulavich
Artifact bytes86,643
Previous version1.19.0
Published2026-05-26T18:25:46.768Z
SHA-2567dd4056bbd0c1732ed708afc0c85c2dff449a0ebae651fb0a07f4011821120da

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
1.20.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

Scripts15
  • checkbun run lint && bun run check:versions && bun run test:cli-fast
  • check:release-manifestbun .github/scripts/release-manifest.mjs --check
  • check:versionsbun .github/scripts/check-versions.ts
  • check:workflowsbun .github/scripts/check-workflows.ts
  • coverage:check:rustbun .github/scripts/check-coverage.ts --preset=rust --lcov=coverage/rust/lcov.info --summary=coverage/rust/summary.md
  • coverage:check:tsbun .github/scripts/check-coverage.ts --preset=ts --lcov=coverage/ts/lcov.info --summary=coverage/ts/summary.md
  • coverage:rustmkdir -p coverage/rust && cd rust && cargo llvm-cov nextest --features tts --lcov --output-path ../coverage/rust/lcov.info
  • coverage:tsbun run test:cli-fast --coverage --coverage-reporter=text --coverage-reporter=lcov --coverage-dir=coverage/ts
  • generate:shell-artifactsbun scripts/generate-shell-artifacts.ts
  • lintbunx tsc --noEmit
  • lint:tsgobunx tsgo --noEmit
  • testbun test
  • test:cli-fastbun test tests/unit/ tests/integration/cli-contracts.test.ts tests/integration/e2e-cli.test.ts tests/integration/say.test.ts
  • test:integrationbun test tests/integration/
  • test:unitbun test tests/unit/
Dependencies5
  • @toon-format/toon^2.1.0
  • citty^0.2.2
  • fastest-levenshtein^1.0.16
  • picocolors^1.1.1
  • tinyld^1.3.4