PkgRadar

Package evidence

@alsania-io/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"if (fs.existsSync('src')) { try { require('child_process').execSync('npm run format', { stdio: 'inherit' }) } catch(e) {} }\""

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
355
Versions published
17
First published
Feb 2026
Publisher
sigmasauer07

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@alsania-io/[email protected]"],"fail_on":"high"}'

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":["@alsania-io/[email protected]"],"fail_on":"high"}'
Publishersigmasauer07
Artifact bytes100,269
Previous version1.1.7
Published2026-06-03T20:36:55.361Z
SHA-256ed8a3f02f09033d4a79b3ae552b07f4bde57ba8800464395b1ffc634eff7d202

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"if (fs.existsSync('src')) { try { require('child_process').execSync('npm run format', { stdio: 'inherit' }) } catch(e) {} }\""

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

Availability ledger

available

high
Last checked
highRisk
35Score
1.2.0Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"if (fs.existsSync('src')) { try { require('child_process').execSync('npm run format', { stdio: 'inherit' }) } catch(e) {} }\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"if (fs.existsSync('src')) { try { require('child_process').execSync('npm run format', { stdio: 'inherit' }) } catch(e) {} }\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"if (fs.existsSync('src')) { try { require('child_process').execSync('npm run format', { stdio: 'inherit' }) } catch(e) {} }\""5

Manifest

Package metadata

Scripts23
  • buildtsc
  • build:mcpbnode scripts/build-mcpb.cjs
  • cleanrimraf dist
  • confignode dist/index.js config
  • devtsc --watch
  • formatprettier --write src/**/*.ts
  • helpnode dist/index.js help
  • inspectornpx -y @modelcontextprotocol/inspector
  • linteslint src/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • postbuildsed -i '1{/^#!\/usr\/bin\/env node/d}' dist/index.js && sed -i '1s|^|#!/usr/bin/env node\n|' dist/index.js && chmod +x dist/index.js
  • postinstallnode -e "if (fs.existsSync('src')) { try { require('child_process').execSync('npm run format', { stdio: 'inherit' }) } catch(e) {} }"
  • prebuildnpm run clean
  • prepublishOnlynpm run build && chmod +x dist/index.js
  • release:minornpm version minor && npm publish --access public
  • release:patchnpm version patch && npm publish --access public
  • servernode dist/index.js server
  • startnode dist/index.js
  • start:cleannode --no-warnings dist/index.js server
  • testjest
  • test:clinode dist/index.js test
  • test:verbosejest --verbose
  • verify:binhead -n 1 dist/index.js | grep -q node || (echo 'Missing shebang!' && exit 1)
Dependencies24
  • @dbml/core^6.3.0
  • @exodus/bytes^1.14.1
  • @helia/dag-cbor^5.0.7
  • @helia/ipns^9.1.9
  • @helia/unixfs^7.0.4
  • @libp2p/interface^3.1.0
  • @modelcontextprotocol/sdk^1.26.0
  • @qdrant/js-client-rest^1.17.0
  • better-sqlite3^12.6.2
  • cors^2.8.6
  • dotenv^17.3.1
  • express^5.2.1
  • glob^13.0.6
  • helia^6.0.20
  • lru-cache^11.2.6
  • openai^6.27.0
  • p-limit^7.3.0
  • p-queue^9.1.0
  • rimraf^6.1.3
  • uuid^13.0.0
  • winston^3.19.0
  • winston-daily-rotate-file^5.0.0
  • zod^3.22.4
  • zod-to-json-schema^3.22.5