PkgRadar

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 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":["@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"}'
Artifact bytes669,029
Previous versionnone
Published2026-06-12T23:25:42.253Z
SHA-256d45d0f5e311f61e276c83d7263e894fb07e29c57cbb1f0bd5bb94abbb5063fbe

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

high
Last checked
highRisk
50Score
0.3.0-betaVersion
Status history (1 event)
  1. newavailable · risk high · score 50 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

New Account With Lifecycle Hook — package first published 1 day(s) ago, 2 total version(s), has lifecycle hook

43 members · evidence strength 90
Repeated static TTPcandidate

New Account With Lifecycle Hook — package first published 1 day(s) ago, 2 total version(s), has lifecycle hook

43 members · max score 127

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpreinstall="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
highNew Account With Lifecycle Hookpackage.jsonpackage first published 1 day(s) ago, 2 total version(s), has lifecycle hook25
mediumSuspicious Publish Contextmanifest{"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)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpreinstall="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
highNew Account With Lifecycle Hookpackage.jsonpackage first published 1 day(s) ago, 2 total version(s), has lifecycle hook25
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"achuthanmukundan00","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}10
lowCredential file accesspackage/dist/tools/secrets.jsmatched "id_rsa"5
lowInstall-time lifecycle scriptpackage.jsonpreinstall="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.sh
  • buildrm -rf dist && tsc -p tsconfig.build.json
  • cleanrm -rf dist
  • deployvitepress build docs && wrangler deploy
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • linteslint . --ext .ts
  • lint:fixeslint . --ext .ts --fix
  • preinstallbun -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 dev
  • smoke:providerbun scripts/smoke-provider.mjs
  • synaxbun dist/cli.js
  • testjest
  • test:verbosejest --verbose
  • typechecktsc --noEmit
  • verifybun run typecheck && bun run lint && bun run format:check && bun run build && bun run test
  • verify:packbash scripts/verify-pack.sh
Dependencies4
  • @commander-js/extra-typings^14.0.0
  • @opentui/core^0.2.10
  • commander^14.0.0
  • toml^3.0.0
Optional dependencies1
  • better-sqlite3^12.9.0