PkgRadar

Package evidence

[email protected]

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 6 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.

Versions published
303
First published
Dec 2025
Publisher
monotykamary

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"}'
Publishermonotykamary
Artifact bytes8,022
Previous version0.3.153
Published2026-06-04T10:11:23.319Z
SHA-256bde76b733634d9fb416c1dd03914c7181a1b92683d515a5442fe0360b4a32cac

Why flagged

What the scanner saw

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 6 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
20Score
0.3.155Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 6 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 6 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15
lowInstall-time lifecycle scriptpackage.jsonpostinstall="simple-git-hooks"5

Manifest

Package metadata

Scripts27
  • build./scripts/build.sh
  • build:release./scripts/build.sh --release
  • check:circularbunx madge --circular --extensions ts,tsx src/
  • config:docbun scripts/generate-config-doc.ts
  • devbun run --watch src/index.tsx
  • install:local./scripts/build.sh --install
  • lfgbun release && git push --follow-tags && bun publish:npm
  • linteslint src
  • lint:deadknip --no-gitignore
  • postinstallsimple-git-hooks
  • publish:npm./scripts/publish.sh
  • releasestandard-version
  • release:firststandard-version --first-release
  • release:majorstandard-version --release-as major
  • release:minorstandard-version --release-as minor
  • release:patchstandard-version --release-as patch
  • startbun run build && ./dist/openmux
  • testbun test ./src ./tests && (cd native/zig-pty && bash ../../scripts/zig.sh build test --summary all) && (cd native/zig-git && bash ../../scripts/zig.sh build test --summary all) && bun run test:zig-ghostty-wrapper && bash scripts/cleanup-vendor-tmp.sh
  • test:ghostty-vtbun run test:zig-ghostty-wrapper
  • test:ghostty-wrapperbun run test:zig-ghostty-wrapper
  • test:gitcd native/zig-git && bash ../../scripts/zig.sh build test --summary all && bash ../../scripts/cleanup-vendor-tmp.sh
  • test:ptycd native/zig-pty && bash ../../scripts/zig.sh build test --summary all
  • test:tsbun test ./src ./tests
  • test:watchbun test --watch
  • test:zig-ghostty-wrapper./scripts/test-ghostty-vt.sh
  • typechecktsc --noEmit
  • update:submodules./scripts/update-submodules.sh
Dependencies6
  • @iarna/toml2.2.5
  • @opentui/core0.3.1
  • @opentui/solid0.3.1
  • errore0.14.1
  • solid-js1.9.13
  • zod4.4.3