PkgRadar

Package evidence

@ajosecortes/[email protected]

Install-time lifecycle script: prepare="husky"

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@ajosecortes/[email protected]"],"fail_on":"review"}'

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":["@ajosecortes/[email protected]"],"fail_on":"review"}'
Publisherjosentdev
Artifact bytes34,412
Previous version1.2.0
Published2026-05-23T16:03:16.793Z
SHA-2562ebb72d5f607a589bbf6438dc1a506c105265dce3cb240285c8839279b63fa66

Why flagged

What the scanner saw

Install-time lifecycle script: prepare="husky"

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

Availability ledger

available

review
Last checked
reviewRisk
7Score
1.2.1Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonprepare="husky"4
lowObfuscationpackage/dist/cli.mjsmatched "\\u001B"3

Manifest

Package metadata

Scripts9
  • buildtsup
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint .
  • lint:fixeslint . --fix
  • preparehusky
  • prepublishOnlynpm run build && npm test
  • testvitest run
  • test:watchvitest
Dependencies7
  • commander^12.1.0
  • ink^7.0.2
  • ink-select-input^6.2.0
  • ink-spinner^5.0.0
  • ink-text-input^6.0.0
  • micromatch^4.0.8
  • react^19.2.6