PkgRadar

Package evidence

@mattabase/[email protected]

Remote Payload: matched "github.com/Mattabase/modlens-mcp/releases/download"

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.

Versions published
10
First published
May 2026
Publisher
themattabase

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":["@mattabase/[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":["@mattabase/[email protected]"],"fail_on":"review"}'
Publisherthemattabase
Artifact bytes427,361
Previous version1.3.4
Published2026-05-29T05:30:18.358Z
SHA-2563fd0429dfa49b2002edd4789095f4159ad9b88db6855876d956086d1f0abcf8b

Why flagged

What the scanner saw

Remote Payload: matched "github.com/Mattabase/modlens-mcp/releases/download"

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

Availability ledger

available

review
Last checked
reviewRisk
29Score
1.4.0Version
Status history (1 event)
  1. newavailable · risk review · score 29 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/java-tools.jsmatched "github.com/Mattabase/modlens-mcp/releases/download"12
mediumRemote Payloadpackage/dist/tools/primers.jsmatched "raw.githubusercontent.com"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/java-tools.jsmatched "github.com/Mattabase/modlens-mcp/releases/download"12
mediumRemote Payloadpackage/dist/tools/primers.jsmatched "raw.githubusercontent.com"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="prisma generate"5

Manifest

Package metadata

Scripts20
  • buildtsc
  • db:backupnode scripts/backup.mjs
  • db:generateprisma generate
  • db:generate:sqliteprisma generate --schema prisma/backends/schema.sqlite.prisma
  • db:migrateprisma migrate dev
  • db:pushprisma db push
  • db:push:pgliteprisma db push
  • db:push:sqliteprisma db push --schema prisma/backends/schema.sqlite.prisma
  • db:setupprisma migrate deploy && node scripts/create-fts-index.mjs && node scripts/migrate-mod-source-files.mjs
  • db:studioprisma studio
  • db:vectornode scripts/enable-pgvector.mjs
  • db:vector:pglitenode scripts/enable-pgvector.mjs
  • db:vector:sqlitenode scripts/enable-sqlite-vec.mjs
  • devtsc --watch
  • postinstallprisma generate
  • setupnpm run build && node dist/setup.js
  • startnode dist/server.js
  • testvitest run
  • test:watchvitest
  • updategit pull && npm install && npm run build && node scripts/post-update.mjs
Dependencies6
  • @clack/prompts^1.4.0
  • @modelcontextprotocol/sdk^1.10.0
  • @prisma/client^6.0.0
  • adm-zip^0.5.16
  • smol-toml^1.6.1
  • zod^3.23.8
Optional dependencies5
  • @electric-sql/pglite^0.2.0
  • @prisma/adapter-better-sqlite3^6.0.0
  • @prisma/adapter-pglite^6.0.0
  • better-sqlite3^9.0.0
  • sqlite-vec^0.1.0