Package evidence
@achuthanmukundan00/[email protected]
Install Lifecycle Remote Or Exec: preinstall="bun -e \"const agent = (process.env.npm_config_user_agent || ''); if (!agent.startsWith('bun/') && !process.env.CI) { console.error('╔══════════════════════════════════════╗\\n║ This project requires bun. ║\\n║ The TUI will not work with npm. ║\\n║ Run: bun install ║\\n╚══════════════════════════════════════╝'); process.exit(1); }\""
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
- 2
- First published
- Jun 2026
- Publisher
- achuthanmukundan00
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":["@achuthanmukundan00/[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":["@achuthanmukundan00/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Install Lifecycle Remote Or Exec: preinstall="bun -e \"const agent = (process.env.npm_config_user_agent || ''); if (!agent.startsWith('bun/') && !process.env.CI) { console.error('╔══════════════════════════════════════╗\\n║ This project requires bun. ║\\n║ The TUI will not work with npm. ║\\n║ Run: bun install ║\\n╚══════════════════════════════════════╝'); process.exit(1); }\""
1 candidate cluster(s) currently reference this release.
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 50 · status changed
Related candidates
Linked campaigns and clusters
New Account With Lifecycle Hook — package first published 1 day(s) ago, 2 total version(s), has lifecycle hook
43 members · evidence strength 90New Account With Lifecycle Hook — package first published 1 day(s) ago, 2 total version(s), has lifecycle hook
43 members · max score 127Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | preinstall="bun -e \"const agent = (process.env.npm_config_user_agent || ''); if (!agent.startsWith('bun/') && !process.env.CI) { console.error('╔══════════════════════════════════════╗\\n║ This project requires bun. ║\\n║ The TUI will not work with npm. ║\\n║ Run: bun install ║\\n╚══════════════════════════════════════╝'); process.exit(1); }\"" | 30 |
| high | New Account With Lifecycle Hook | package.json | package first published 1 day(s) ago, 2 total version(s), has lifecycle hook | 25 |
| medium | Suspicious Publish Context | manifest | {"package_age_days":1,"publisher":"achuthanmukundan00","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true} | 10 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | preinstall="bun -e \"const agent = (process.env.npm_config_user_agent || ''); if (!agent.startsWith('bun/') && !process.env.CI) { console.error('╔══════════════════════════════════════╗\\n║ This project requires bun. ║\\n║ The TUI will not work with npm. ║\\n║ Run: bun install ║\\n╚══════════════════════════════════════╝'); process.exit(1); }\"" | 30 |
| high | New Account With Lifecycle Hook | package.json | package first published 1 day(s) ago, 2 total version(s), has lifecycle hook | 25 |
| medium | Suspicious Publish Context | manifest | {"package_age_days":1,"publisher":"achuthanmukundan00","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true} | 10 |
| low | Credential file access | package/dist/tools/secrets.js | matched "id_rsa" | 5 |
| low | Install-time lifecycle script | package.json | preinstall="bun -e \"const agent = (process.env.npm_config_user_agent || ''); if (!agent.startsWith('bun/') && !process.env.CI) { console.error('╔══════════════════════════════════════╗\\n║ This project requires bun. ║\\n║ The TUI will not work with npm. ║\\n║ Run: bun install ║\\n╚══════════════════════════════════════╝'); process.exit(1); }\"" | 5 |
Manifest
Package metadata
Scripts20
benchbash scripts/bench-synax.shbuildrm -rf dist && tsc -p tsconfig.build.jsoncleanrm -rf distdeployvitepress build docs && wrangler deploydocs:buildvitepress build docsdocs:devvitepress dev docsdocs:previewvitepress preview docsformatprettier --write "src/**/*.ts"format:checkprettier --check "src/**/*.ts"linteslint . --ext .tslint:fixeslint . --ext .ts --fixpreinstallbun -e "const agent = (process.env.npm_config_user_agent || ''); if (!agent.startsWith('bun/') && !process.env.CI) { console.error('╔══════════════════════════════════════╗\n║ This project requires bun. ║\n║ The TUI will not work with npm. ║\n║ Run: bun install ║\n╚══════════════════════════════════════╝'); process.exit(1); }"previewvitepress build docs && wrangler devsmoke:providerbun scripts/smoke-provider.mjssynaxbun dist/cli.jstestjesttest:verbosejest --verbosetypechecktsc --noEmitverifybun run typecheck && bun run lint && bun run format:check && bun run build && bun run testverify:packbash scripts/verify-pack.sh
Dependencies4
@commander-js/extra-typings^14.0.0@opentui/core^0.2.10commander^14.0.0toml^3.0.0
Optional dependencies1
better-sqlite3^12.9.0