PkgRadar

Package evidence

@merekit/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
198
Versions published
26
First published
Apr 2026
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

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":["@merekit/[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":["@merekit/[email protected]"],"fail_on":"review"}'
Artifact bytes554,405
Previous version0.3.0
Published2026-05-27T10:32:21.461Z
SHA-256aeb6300ebf4203290ba9a45007056cb9218fca9070639ca9575b647bd5e693d5

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/npm-shrinkwrap.jsonhigh encoded/escaped-token density12

Manifest

Package metadata

Scripts22
  • buildtsc -p tsconfig.json
  • build:adaptersnode scripts/build-adapters.mjs
  • build:adapters:internalnode scripts/build-adapters.mjs
  • checktsc --noEmit -p tsconfig.json
  • check:adapterspnpm build && node scripts/check-adapter-coverage.mjs && node scripts/check-adapter-safety.mjs
  • check:lockfile-guardnode scripts/check-lockfile-guard.mjs
  • check:packagenode scripts/check-package-contents.mjs
  • check:supply-chainnode scripts/check-supply-chain.mjs
  • coveragepnpm build && c8 --config c8.config.json node --test test/*.test.mjs
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • linteslint . --max-warnings 0
  • pack:drypnpm verify && pnpm docs:build && npm pack --dry-run --ignore-scripts
  • prepackpnpm build
  • prepublishOnlypnpm build && pnpm check:package
  • smokepnpm build && node dist/run.js --help >/dev/null && node dist/run.js completion bash >/dev/null && node dist/run.js apps list --json >/dev/null && node scripts/mcp-tools-smoke.mjs
  • smoke:mcppnpm build && node scripts/mcp-tools-smoke.mjs
  • startnode dist/run.js
  • testpnpm build && node --test test/*.test.mjs
  • test:packnode scripts/test-pack.mjs
  • verifypnpm lint && pnpm check && pnpm check:supply-chain && pnpm test && pnpm coverage && pnpm check:adapters && pnpm smoke && pnpm smoke:mcp && pnpm check:package
Dependencies4
  • @modelcontextprotocol/sdk1.29.0
  • sqlite-vec0.1.9
  • yaml2.8.4
  • zod4.3.6