PkgRadar

Package evidence

@getuserfeedback/[email protected]

Large Javascript Payload: 11203756 bytes

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
6
First published
May 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":["@getuserfeedback/[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":["@getuserfeedback/[email protected]"],"fail_on":"review"}'
Artifact bytes1,915,499
Previous version0.1.14
Published2026-05-27T14:25:48.822Z
SHA-256ba2dcad59a42d2df7b336426216423a5b07fd4a35250fc7d2226bfa6f89e5a2d

Why flagged

What the scanner saw

Large Javascript Payload: 11203756 bytes

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.1.15Version
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
mediumLarge Javascript Payloadpackage/dist/mcp.js11203756 bytes10

Manifest

Package metadata

Scripts12
  • buildbun ../../scripts/clean-build-output.ts dist tsconfig.tsbuildinfo && bun scripts/build.ts
  • clibun src/cli.ts
  • lintultracite check .
  • pack:verifynode ../../scripts/pack-and-verify.cjs
  • postpacknode scripts/postpack.cjs
  • prepackbun run build && node scripts/prepack.cjs
  • publish:dry-runnode ../../scripts/publish-package.cjs . -- --dry-run
  • publish:npmnode ../../scripts/publish-package.cjs .
  • reviewbun src/cli.ts review --staged
  • testbun test --dots --parallel=8
  • test:integrationATLAS_RUN_INTEGRATION_TESTS=1 bun test --dots src/eval.test.ts src/mcp-stdio.test.ts
  • typechecktsc --noEmit -p tsconfig.json
Dependencies7
  • @modelcontextprotocol/sdk1.29.0
  • gray-matter^4.0.3
  • json5^2.2.3
  • jsonc-parser^3.3.1
  • remark^15.0.1
  • unist-util-visit^5.0.0
  • zod^4.2.1