PkgRadar

Package evidence

@drakulavich/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherdrakulavich
Artifact bytes76,978
Previous version1.18.6
Published2026-05-22T05:25:32.255Z
SHA-2567f909ead52b832c224f04fe7a28fbc85096b52fc893ff404fc92fffaa90913f9

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"

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

Availability ledger

available

high
Last checked
highRisk
54Score
1.19.0-beta.1Version
Status history (1 event)
  1. newavailable · risk high · score 54 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install-time lifecycle script — postinstall="node scripts/postinstall.cjs"

47 members · evidence strength 90

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"30
mediumRemote Payloadpackage/scripts/postinstall.cjsmatched "curl "12
mediumRemote Payloadpackage/src/engine-install.tsmatched "github.com/${GITHUB_REPO}/releases/download"12

Manifest

Package metadata

Scripts16
  • 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
  • postinstallnode scripts/postinstall.cjs
  • 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