PkgRadar

Package evidence

@n24q02m/[email protected]

Remote Payload: matched "cUrl "

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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@n24q02m/[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":["@n24q02m/[email protected]"],"fail_on":"high"}'
Artifact bytes230,957
Previous version2.33.0-beta.1
Published2026-05-09T06:46:29.344Z
SHA-2560d3b4907ae941438326c3f52a32347d8637ffe176909ff5d69c64d78d257d2c4

Why flagged

What the scanner saw

Remote Payload: matched "cUrl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/build/src/tools/composite/config.jsmatched "cUrl "12
mediumRemote Payloadpackage/build/src/tools/composite/config.test.jsmatched "cUrl "12
mediumRemote Payloadpackage/build/src/tools/registry.jsmatched "cUrl "12
mediumRemote Payloadpackage/build/src/tools/registry.test.jsmatched "cUrl "12
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/build/src/tools/composite/config.jsmatched "cUrl "12
mediumRemote Payloadpackage/build/src/tools/composite/config.test.jsmatched "cUrl "12
mediumRemote Payloadpackage/build/src/tools/registry.jsmatched "cUrl "12
mediumRemote Payloadpackage/build/src/tools/registry.test.jsmatched "cUrl "12
lowObfuscationpackage/build/src/tools/composite/file-uploads.jsmatched "Buffer.from(input.file_content, 'base64"3
lowObfuscationpackage/build/src/tools/helpers/id.jsmatched "Buffer.from(str, 'base64"3
lowObfuscationpackage/build/src/tools/helpers/markdown.test.jsmatched "\\u2139"3
lowObfuscationpackage/build/src/tools/helpers/security.jsmatched "\\x00"3
lowObfuscationpackage/build/src/tools/helpers/security.test.jsmatched "\\x00"3
lowObfuscationpackage/bin/cli.mjsmatched "\\u2192"3

Manifest

Package metadata

Scripts18
  • buildtsc -build && node scripts/build-cli.js
  • checkbiome check . && bun run type-check
  • check:fixbiome check --write . && bun run type-check
  • devtsx watch scripts/start-server.ts
  • dev:httpTRANSPORT_MODE=http tsx watch scripts/start-server.ts
  • docker:builddocker build -t n24q02m/better-notion-mcp:latest .
  • docker:pushdocker push n24q02m/better-notion-mcp:latest
  • docker:rundocker run --rm -i -e NOTION_TOKEN n24q02m/better-notion-mcp:latest
  • formatbiome format --write .
  • format:checkbiome format .
  • lintbiome lint src
  • lint:fixbiome lint --write src
  • prepublishOnlybun run build
  • testvitest --passWithNoTests
  • test:coveragevitest --coverage
  • test:fullvitest run tests/live/*.full.test.ts
  • test:watchvitest watch
  • type-checktsc --noEmit
Dependencies4
  • @modelcontextprotocol/sdk^1.29.0
  • @n24q02m/mcp-core1.14.0
  • @notionhq/client^5.20.0
  • zod^4.4.3