PkgRadar

Package evidence

@z80020100/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"console.log('\\n Run setup to configure Claude Code automatically:\\n claude-code-statusline setup\\n')\""

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
9
Versions published
6
First published
Apr 2026
Publisher
z80020100

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":["@z80020100/[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":["@z80020100/[email protected]"],"fail_on":"high"}'
Publisherz80020100
Artifact bytes22,589
Previous version1.2.0
Published2026-05-17T08:13:01.392Z
SHA-25629b4d26da7b33ca5e5bae418db8bd46a64f5bf32d0a2b5d6c84dbcfee350fcd9

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"console.log('\\n Run setup to configure Claude Code automatically:\\n claude-code-statusline setup\\n')\""

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
35Score
1.2.1Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"console.log('\\n Run setup to configure Claude Code automatically:\\n claude-code-statusline setup\\n')\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"console.log('\\n Run setup to configure Claude Code automatically:\\n claude-code-statusline setup\\n')\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"console.log('\\n Run setup to configure Claude Code automatically:\\n claude-code-statusline setup\\n')\""5

Manifest

Package metadata

Scripts19
  • checknpm run lint && npm run format:check && npm run test
  • ci:localact push --container-architecture linux/amd64
  • fixnpm run lint:fix && npm run format:fix
  • format:checknpm run format:check:js && npm run format:check:sh
  • format:check:jsprettier --check .
  • format:check:shshfmt -i 4 -d .husky/pre-commit scripts/*.sh
  • format:fixnpm run format:fix:js && npm run format:fix:sh
  • format:fix:jsprettier --write .
  • format:fix:shshfmt -i 4 -w .husky/pre-commit scripts/*.sh
  • lintnpm run lint:js && npm run lint:sh && npm run lint:yml
  • lint:fixeslint --fix .
  • lint:jseslint .
  • lint:shshellcheck .husky/pre-commit scripts/*.sh
  • lint:ymlactionlint .github/workflows/*.yml
  • postinstallnode -e "console.log('\n Run setup to configure Claude Code automatically:\n claude-code-statusline setup\n')"
  • preparehusky
  • prepublishOnlynpm run test
  • simulatenode test/measure-width.js
  • testnode test/measure-width.js --check && node test/config.js && node test/update-check.js && node test/hook.js && node test/cli.js