Package evidence
@drakulavich/[email protected]
Install-time lifecycle script: postinstall="node scripts/postinstall.cjs"
Recommended action
Block this updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 54 · status changed
Related candidates
Linked campaigns and clusters
Install-time lifecycle script — postinstall="node scripts/postinstall.cjs"
47 members · evidence strength 90Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.cjs" | 30 |
| medium | Remote Payload | package/scripts/postinstall.cjs | matched "curl " | 12 |
| medium | Remote Payload | package/src/engine-install.ts | matched "github.com/${GITHUB_REPO}/releases/download" | 12 |
Manifest
Package metadata
Scripts16
checkbun run lint && bun run check:versions && bun run test:cli-fastcheck:release-manifestbun .github/scripts/release-manifest.mjs --checkcheck:versionsbun .github/scripts/check-versions.tscheck:workflowsbun .github/scripts/check-workflows.tscoverage:check:rustbun .github/scripts/check-coverage.ts --preset=rust --lcov=coverage/rust/lcov.info --summary=coverage/rust/summary.mdcoverage:check:tsbun .github/scripts/check-coverage.ts --preset=ts --lcov=coverage/ts/lcov.info --summary=coverage/ts/summary.mdcoverage:rustmkdir -p coverage/rust && cd rust && cargo llvm-cov nextest --features tts --lcov --output-path ../coverage/rust/lcov.infocoverage:tsbun run test:cli-fast --coverage --coverage-reporter=text --coverage-reporter=lcov --coverage-dir=coverage/tsgenerate:shell-artifactsbun scripts/generate-shell-artifacts.tslintbunx tsc --noEmitlint:tsgobunx tsgo --noEmitpostinstallnode scripts/postinstall.cjstestbun testtest:cli-fastbun test tests/unit/ tests/integration/cli-contracts.test.ts tests/integration/e2e-cli.test.ts tests/integration/say.test.tstest:integrationbun test tests/integration/test:unitbun test tests/unit/
Dependencies5
@toon-format/toon^2.1.0citty^0.2.2fastest-levenshtein^1.0.16picocolors^1.1.1tinyld^1.3.4