PkgRadar

Package evidence

@hasna/[email protected]

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

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
656
Versions published
26
First published
Feb 2026
Publisher
andreihasna2

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":["@hasna/[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":["@hasna/[email protected]"],"fail_on":"review"}'
Publisherandreihasna2
Artifact bytes249,423
Previous version0.1.25
Published2026-06-12T13:38:56.450Z
SHA-2562b1961aa923ed5e9c000e265f514c1bb8d45d6611fa5ca39128eef2a0b8aca7b

Why flagged

What the scanner saw

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

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.1.26Version
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/install_macos_app.sh --postinstall"5

Manifest

Package metadata

Scripts12
  • buildbun run clean && bun run build:cli && bun run build:mcp && bun run build:lib && tsc --emitDeclarationOnly --outDir dist
  • build:clibun build src/cli/index.ts --target=bun --outfile=dist/cli/index.js --external=commander --external=chalk --external=openai
  • build:libbun build src/index.ts src/storage.ts --target=bun --outdir=dist --external=openai
  • build:mcpbun build src/mcp/index.ts --target=bun --outfile=dist/mcp/index.js --external=@modelcontextprotocol/sdk --external=openai
  • cleanrm -rf dist
  • dev:clibun run src/cli/index.ts
  • dev:mcpbun run src/mcp/index.ts
  • postinstallbash scripts/install_macos_app.sh --postinstall
  • prepackbun run build
  • testbun test
  • test:coveragebun test --coverage
  • typechecktsc --noEmit
Dependencies6
  • @modelcontextprotocol/sdk^1.12.1
  • chalk^5.4.1
  • commander^13.1.0
  • openai^5.1.0
  • pg^8.13.3
  • zod^3.24.2