PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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
120
Versions published
38
First published
Apr 2026
Publisher
ataberk-xyz

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"}'
Publisherataberk-xyz
Artifact bytes2,237,658
Previous version0.5.4
Published2026-06-09T23:22:45.225Z
SHA-256d39dd5bda41e01e3de30ede5677f71ec536fb5dcd9cca7e6095556bdc072e4d8

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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.5.5Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5
lowLarge Javascript Payloadpackage/dist-mcp/mcp-server.js2345458 bytes0

Manifest

Package metadata

Scripts11
  • audit:memoriesnode scripts/audit-memories.mjs
  • buildnpm run build:all
  • build:allnpm run build -w @gossip/types && npm run build -w @gossip/client && npm run build -w @gossip/tools && npm run build -w @gossip/orchestrator && npm run build -w @gossip/relay
  • build:dashboardcd packages/dashboard-v2 && npx vite build --outDir ../../dist-dashboard --emptyOutDir
  • build:mcprm -rf dist-mcp && npx esbuild apps/cli/src/mcp-server-sdk.ts --bundle --platform=node --target=node22 --outfile=dist-mcp/mcp-server.js --external:ws --external:@modelcontextprotocol/sdk --tsconfig=tsconfig.json && cp -r packages/orchestrator/src/default-skills dist-mcp/default-skills && cp -r packages/orchestrator/src/default-rules dist-mcp/default-rules && cp -r assets dist-mcp/assets && mkdir -p dist-mcp/data && cp data/archetypes.json dist-mcp/data/archetypes.json && chmod +x dist-mcp/mcp-server.js && chmod +x dist-mcp/assets/hooks/worktree-sandbox.sh && chmod +x dist-mcp/assets/hooks/discipline/*.sh
  • cleanrm -rf packages/*/dist apps/*/dist dist-mcp/ dist-dashboard/
  • gossipcatnpx ts-node -r tsconfig-paths/register -P tsconfig.json apps/cli/src/index.ts
  • postinstallnode scripts/postinstall.js
  • prepublishOnlynpm run build:all && npm run build:mcp && npm run build:dashboard
  • startnpx ts-node -r tsconfig-paths/register -P tsconfig.json apps/cli/src/index.ts
  • testjest --config jest.config.base.js
Dependencies4
  • @clack/prompts^1.1.0
  • @modelcontextprotocol/sdk^1.27.1
  • tsconfig-paths^4.2.0
  • ws^8.20.1