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.

Weekly downloads
55
Versions published
3
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 bytes668,269
Previous version0.3.0-beta.1
Published2026-06-13T15:47:53.227Z
SHA-256d2e114123db0781a73fe6d83fe4fabf54faa9ce8b5cac2da12aa1b645f8c5411

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.0Version
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

91 members · evidence strength 90
Repeated static TTPactive

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

76 members · evidence strength 84
Repeated static TTPcandidate

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

76 members · max score 70

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, 3 total version(s), has lifecycle hook25
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"achuthanmukundan00","burst_same_day":1,"burst_week":1,"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, 3 total version(s), has lifecycle hook25
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"achuthanmukundan00","burst_same_day":1,"burst_week":1,"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