PkgRadar

Package evidence

[email protected]

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 13 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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
17
Versions published
13Established · −30% score
First published
Jul 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes3,768
Previous version0.13.0
Published2026-06-11T05:51:03.818Z
SHA-256ac62b38e245bcef21c0b61e0dceb187206d41851593bba81866a7cc46173e810

Why flagged

What the scanner saw

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 13 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 13 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15

Manifest

Package metadata

Scripts18
  • buildtsup src/cli/index.ts --format cjs,esm --dts --clean
  • checkpnpm run fmt:check && pnpm run oxlint && pnpm run typecheck
  • cicheckpnpm run cicheck:code && pnpm run cicheck:content
  • cicheck:codepnpm run check && pnpm run test
  • cicheck:contentpnpm run cspell && pnpm run secretlint
  • cspellcspell "**/*"
  • devtsx src/cli/index.ts
  • fixpnpm run fmt && pnpm run oxlint:fix
  • fmtoxfmt --write .
  • fmt:checkoxfmt --check .
  • oxlintoxlint . --max-warnings 0
  • oxlint:fixoxlint . --fix --max-warnings 0
  • secretlintsecretlint --secretlintignore .gitignore "**/*"
  • sortsort-package-json
  • testvitest run --silent
  • test:coveragevitest run --coverage --silent
  • test:watchvitest --silent
  • typechecktsgo --noEmit
Dependencies13
  • @octokit/graphql9.0.3
  • @types/react19.2.17
  • chokidar5.0.0
  • clipboardy5.3.1
  • commander15.0.0
  • gray-matter4.0.3
  • ink7.0.5
  • ink-select-input6.2.0
  • js-yaml4.2.0
  • marked18.0.5
  • micromatch4.0.8
  • react19.2.7
  • zod4.4.3