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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 35 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node -e \"if (fs.existsSync('src')) { try { require('child_process').execSync('npm run format', { stdio: 'inherit' }) } catch(e) {} }\"" | 30 |
| low | Install-time lifecycle script | package.json | postinstall="node -e \"if (fs.existsSync('src')) { try { require('child_process').execSync('npm run format', { stdio: 'inherit' }) } catch(e) {} }\"" | 5 |
Manifest
Package metadata
Scripts23
buildtscbuild:mcpbnode scripts/build-mcpb.cjscleanrimraf distconfignode dist/index.js configdevtsc --watchformatprettier --write src/**/*.tshelpnode dist/index.js helpinspectornpx -y @modelcontextprotocol/inspectorlinteslint src/**/*.tslint:fixeslint src/**/*.ts --fixpostbuildsed -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.jspostinstallnode -e "if (fs.existsSync('src')) { try { require('child_process').execSync('npm run format', { stdio: 'inherit' }) } catch(e) {} }"prebuildnpm run cleanprepublishOnlynpm run build && chmod +x dist/index.jsrelease:minornpm version minor && npm publish --access publicrelease:patchnpm version patch && npm publish --access publicservernode dist/index.js serverstartnode dist/index.jsstart:cleannode --no-warnings dist/index.js servertestjesttest:clinode dist/index.js testtest:verbosejest --verboseverify: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.0better-sqlite3^12.6.2cors^2.8.6dotenv^17.3.1express^5.2.1glob^13.0.6helia^6.0.20lru-cache^11.2.6openai^6.27.0p-limit^7.3.0p-queue^9.1.0rimraf^6.1.3uuid^13.0.0winston^3.19.0winston-daily-rotate-file^5.0.0zod^3.22.4zod-to-json-schema^3.22.5