Package evidence
@bitkyc08/[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":["@bitkyc08/[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":["@bitkyc08/[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 30 · status changed
Related candidates
Linked campaigns and clusters
Install-time lifecycle script — postinstall="node scripts/postinstall.cjs"
47 members · evidence strength 90bitkyc08
6 members · evidence strength 84Evidence
Static findings
1 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 |
Manifest
Package metadata
Scripts21
buildcargo build --release --lockedcheckcargo check --lockedfmtcargo fmtfmt:checkcargo fmt --checkinstall:localcargo install --path . --lockedpack:drynpm pack --dry-runpostinstallnode scripts/postinstall.cjsprepublishOnlynpm run verify && npm run publish:dry-runpublish:dry-runnode scripts/publish-dry-run.mjsrelease:checkbash scripts/release-npm.sh --dry-runrelease:dry-runbash scripts/release-npm.sh --dry-runrelease:majorbash scripts/release.sh majorrelease:minorbash scripts/release.sh minorrelease:npmbash scripts/release-npm.sh --publishrelease:patchbash scripts/release.sh patchrelease:previewbash scripts/release-preview.shrelease:publish-currentbash scripts/release-npm.sh --publishsmokebash scripts/smoke.shtestcargo test --locked && npm run test:postinstalltest:postinstallnode --test tests/star-prompt.test.cjsverifynpm run fmt:check && npm run test && npm run build