Package evidence
[email protected]
Install Lifecycle Remote Or Exec: prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"
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.
- 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
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":["[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":["[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Install Lifecycle Remote Or Exec: prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"
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 64 · status changed
Related candidates
Linked campaigns and clusters
Install Lifecycle Suppresses Failure — prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"
2 members · evidence strength 62Install Lifecycle Remote Or Exec — prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)"
2 members · evidence strength 62Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)" | 30 |
| high | Install Lifecycle Suppresses Failure | package.json | prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)" | 20 |
| medium | Large Javascript Payload | package/dist/index.js | 2042177 bytes | 10 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)" | 30 |
| high | Install Lifecycle Suppresses Failure | package.json | prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)" | 20 |
| medium | Large Javascript Payload | package/dist/index.js | 2042177 bytes | 10 |
| low | Install-time lifecycle script | package.json | prepare="bun run build && (test -d .git && bunx prek install -t pre-push || true)" | 4 |
Manifest
Package metadata
Scripts22
buildshx rm -rf dist && bun build ./src/cli/index.ts --outdir ./dist --target node && shx cp -r src/templates dist/checkbiome check srccheck:fixbiome check --write srcdevbun run src/cli/index.tsdocs:buildbun run docs:install && bun run --cwd docs builddocs:installbun install --cwd docsformatbiome format --write srclintbiome lint srclint:fixbiome lint --write srcpreparebun run build && (test -d .git && bunx prek install -t pre-push || true)prepublishOnlytest "$ALLOW_PUBLISH" = '1' || (echo 'ERROR: Use bun run publish:next, then bun run promote:latest' && exit 1)promote:latestbun scripts/tag-channel.ts latestpublish:latestbun run build && ALLOW_PUBLISH=1 npm publishpublish:nextbun run build && ALLOW_PUBLISH=1 npm publish --tag nextreleasebun run scripts/release.tsrelease:finalizebun run scripts/release.ts finalizerelease:nextbun run scripts/release.ts nexttestbun testtest:coveragebun test --coveragetest:integrationbats tests/integration/*.batstest:watchbun test --watchtypechecktsc --noEmit
Dependencies12
@clack/prompts^1.0.0@modelcontextprotocol/sdk^1.29.0chalk^5.6.2cmd-ts^0.14.3execa^8.0.1fast-glob^3.3.3gray-matter^4.0.3js-yaml^4.1.0json5^2.2.3micromatch^4.0.8simple-git^3.30.0zod^3.22.4