PkgRadar

Package evidence

@lacymorrow/[email protected]

Remote Payload: matched "github.com/${repoSlug}/releases/download"

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":["@lacymorrow/[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":["@lacymorrow/[email protected]"],"fail_on":"review"}'
Publisherlacymorrow
Artifact bytes48,144
Previous version0.1.13
Published2026-05-24T17:17:08.090Z
SHA-2563d193a2072ff3d6d117f2ea03bb5d5295f163677640a5ba23e12b5e81b3831b3

Why flagged

What the scanner saw

Remote Payload: matched "github.com/${repoSlug}/releases/download"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "github.com/${repoSlug}/releases/download"12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli.jsmatched "github.com/${repoSlug}/releases/download"12
mediumObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/cli.jsmatched "\\x1B"3

Manifest

Package metadata

Scripts5
  • buildbun build src/cli.ts --outfile dist/cli.js --target node && node scripts/postbuild.mjs
  • devbun run src/cli.ts
  • prepublishOnlybun run build
  • testbun test src/tests/
  • typechecktsc --noEmit
Dependencies2
  • @clack/prompts^1.0.0
  • picocolors^1.1.1