PkgRadar

Package evidence

@jerichosequitin/[email protected]

Remote Dependency Spec: dependencies.xlsx="https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"

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
267
Versions published
4
First published
Dec 2025
Publisher
jerichosequitin

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":["@jerichosequitin/[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":["@jerichosequitin/[email protected]"],"fail_on":"high"}'
Artifact bytes154,049
Previous version1.1.5
Published2026-06-04T03:44:09.101Z
SHA-256e5f9743fcab01198bb2041cdaa0898ba51f7142fd6ab255ff849e5cc30b84c5f

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.xlsx="https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highRemote Dependency Specpackage.jsondependencies.xlsx="https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"12

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
dependencies.xlsxhttps://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgzlow0no remote findings

Manifest

Package metadata

Scripts23
  • buildnpm run validate && tsc && npm test && node -e "require('fs').chmodSync('build/src/index.js', '755')"
  • build:cleanrm -rf build && npm run build
  • build:fasttsc && node -e "require('fs').chmodSync('build/src/index.js', '755')"
  • cleanrm -rf build node_modules/.cache
  • devtsc && node build/src/index.js
  • dev:watchnpm run build && concurrently "tsc --watch" "nodemon --delay 2 build/src/index.js"
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • inspectornpx @modelcontextprotocol/inspector build/src/index.js
  • linteslint src/
  • lint:fixeslint src/ --fix
  • mcpb:buildnpm run build && node scripts/build-mcpb.cjs
  • mcpb:validateecho 'MCPB validation - checking manifest structure' && node -e "const fs = require('fs'); const manifest = JSON.parse(fs.readFileSync('manifest.json', 'utf8')); console.log('Manifest valid:', manifest.name, manifest.version);"
  • preparenpm run build:fast && husky
  • startnode build/src/index.js
  • testvitest run
  • test:all./scripts/test-all.sh
  • test:coveragevitest run --coverage
  • test:watchvitest
  • type-checktsc --noEmit
  • validatenpm run type-check && npm run lint && npm run format:check
  • versionnode scripts/sync-version.cjs && git add manifest.json Dockerfile src/server.ts
  • watchtsc --watch
Dependencies5
  • @modelcontextprotocol/sdk^1.23.0
  • @types/xlsx^0.0.35
  • dotenv^16.3.1
  • xlsxhttps://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz
  • zod^3.25.0