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 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":["@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"}'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
Status history (1 event)
- new → available · risk high · score 66 · status changed
Evidence
Static findings
10 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/build/src/tools/composite/config.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/build/src/tools/composite/config.test.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/build/src/tools/registry.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/build/src/tools/registry.test.js | matched "cUrl " | 12 |
Show all 10 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/build/src/tools/composite/config.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/build/src/tools/composite/config.test.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/build/src/tools/registry.js | matched "cUrl " | 12 |
| medium | Remote Payload | package/build/src/tools/registry.test.js | matched "cUrl " | 12 |
| low | Obfuscation | package/build/src/tools/composite/file-uploads.js | matched "Buffer.from(input.file_content, 'base64" | 3 |
| low | Obfuscation | package/build/src/tools/helpers/id.js | matched "Buffer.from(str, 'base64" | 3 |
| low | Obfuscation | package/build/src/tools/helpers/markdown.test.js | matched "\\u2139" | 3 |
| low | Obfuscation | package/build/src/tools/helpers/security.js | matched "\\x00" | 3 |
| low | Obfuscation | package/build/src/tools/helpers/security.test.js | matched "\\x00" | 3 |
| low | Obfuscation | package/bin/cli.mjs | matched "\\u2192" | 3 |
Manifest
Package metadata
Scripts18
buildtsc -build && node scripts/build-cli.jscheckbiome check . && bun run type-checkcheck:fixbiome check --write . && bun run type-checkdevtsx watch scripts/start-server.tsdev:httpTRANSPORT_MODE=http tsx watch scripts/start-server.tsdocker:builddocker build -t n24q02m/better-notion-mcp:latest .docker:pushdocker push n24q02m/better-notion-mcp:latestdocker:rundocker run --rm -i -e NOTION_TOKEN n24q02m/better-notion-mcp:latestformatbiome format --write .format:checkbiome format .lintbiome lint srclint:fixbiome lint --write srcprepublishOnlybun run buildtestvitest --passWithNoTeststest:coveragevitest --coveragetest:fullvitest run tests/live/*.full.test.tstest:watchvitest watchtype-checktsc --noEmit
Dependencies4
@modelcontextprotocol/sdk^1.29.0@n24q02m/mcp-core1.14.0@notionhq/client^5.20.0zod^4.4.3