PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
1,874Niche · −30% score
Versions published
46
First published
May 2026
Publisher
fitchmultz

Effective trust discount applied: 30% (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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherfitchmultz
Artifact bytes293,812
Previous version0.1.43
Published2026-06-17T01:24:29.796Z
SHA-256448637b28054fdf89c00552a740479621dd6c37314332570d74b324a89b5bc8f

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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.44Version
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.

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/cursor-transcript-utils.tsmatched ".npmrc"5

Manifest

Package metadata

Scripts23
  • check:platform-smokenode --check platform-smoke.config.mjs && node --check scripts/platform-smoke.mjs && node --check scripts/platform-smoke/assertions.mjs && node --check scripts/platform-smoke/artifacts.mjs && node --check scripts/platform-smoke/card-detect.mjs && node --check scripts/platform-smoke/crabbox-runner.mjs && node --check scripts/platform-smoke/doctor.mjs && node --check scripts/platform-smoke/jsonl-text.mjs && node --check scripts/platform-smoke/live-suite-runner.mjs && node --check scripts/platform-smoke/pty-capture.mjs && node --check scripts/platform-smoke/render-ansi.mjs && node --check scripts/platform-smoke/scenarios.mjs && node --check scripts/platform-smoke/targets.mjs && node --check scripts/platform-smoke/visual-evidence.mjs && vitest run test/smoke-tooling.test.ts
  • debug:mcp-coldstartnode scripts/probe-mcp-coldstart.mjs
  • debug:provider-eventsnode scripts/debug-provider-events.mjs
  • debug:sdk-eventsnode scripts/debug-sdk-events.mjs
  • refresh:cursor-snapshotsnode scripts/refresh-cursor-model-snapshots.mjs
  • smoke:isolatedscripts/isolated-cursor-smoke.sh
  • smoke:jsonlnode scripts/validate-smoke-jsonl.mjs
  • smoke:livescripts/tmux-live-smoke.sh
  • smoke:platformnode scripts/platform-smoke.mjs
  • smoke:platform:allnpm run smoke:platform:doctor && node scripts/platform-smoke.mjs run --target macos,ubuntu,windows-native
  • smoke:platform:doctornode scripts/platform-smoke.mjs doctor
  • smoke:platform:macosnode scripts/platform-smoke.mjs run --target macos
  • smoke:platform:ubuntunode scripts/platform-smoke.mjs run --target ubuntu
  • smoke:platform:windows-nativenode scripts/platform-smoke.mjs run --target windows-native
  • smoke:steeringnode scripts/steering-rpc-smoke.mjs
  • smoke:visualnode scripts/visual-tui-smoke.mjs
  • testvitest run
  • test:watchvitest
  • typechecknpm run typecheck:src && npm run typecheck:tests && npm run typecheck:replay-compile
  • typecheck:replay-compiletsc --noEmit -p test/tsconfig.json
  • typecheck:srctsc --noEmit
  • typecheck:teststsc -p tsconfig.test.json --noEmit
  • verifynpm run check:platform-smoke && npm run typecheck && npm test
Dependencies3
  • @connectrpc/connect-node1.7.0
  • @cursor/sdk1.0.19
  • @modelcontextprotocol/sdk^1.29.0