PkgRadar

Package evidence

@l22-io/[email protected]

Install-time lifecycle script: postinstall="bash scripts/postinstall.sh"

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
36
Versions published
5
First published
Mar 2026
Publisher
arviaja

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":["@l22-io/[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":["@l22-io/[email protected]"],"fail_on":"review"}'
Publisherarviaja
Artifact bytes1,690,555
Previous version0.6.0
Published2026-05-13T11:33:30.912Z
SHA-256769ca94ef70aee7aee7596e1dfdb3057e5b51ac8c9a4e94eb1da0ea4e7164b87

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="bash scripts/postinstall.sh"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="bash scripts/postinstall.sh"5

Manifest

Package metadata

Scripts10
  • buildnpm run build:swift && npm run build:ts
  • build:swiftcd swift && swift build -c release -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __info_plist -Xlinker Sources/AppleBridge/Info.plist && mkdir -p .build/AppleBridge.app/Contents/MacOS && cp .build/release/apple-bridge .build/AppleBridge.app/Contents/MacOS/apple-bridge && cp Sources/AppleBridge/Info.plist .build/AppleBridge.app/Contents/Info.plist && codesign --force --sign - .build/AppleBridge.app
  • build:tstsc && chmod 755 build/index.js
  • cleanrm -rf build && cd swift && swift package clean
  • devtsc --watch
  • linttsc --noEmit
  • postinstallbash scripts/postinstall.sh
  • prepublishOnlynpm run build:ts && bash scripts/prepublish.sh
  • startnode build/index.js
  • testtsx --test tests/*.test.ts
Dependencies2
  • @modelcontextprotocol/sdk^1.29.0
  • zod^4.4.0