PkgRadar

Package evidence

@rama_nigg/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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":["@rama_nigg/[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":["@rama_nigg/[email protected]"],"fail_on":"high"}'
Artifact bytes432,121
Previous version2.4.4
Published2026-05-19T19:25:16.104Z
SHA-2568f0daa0596f49f2fa1b1b0d21e0088b7e562580cd6a1875eb9f2205709188c10

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/cli/mcptool.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/cli/opencode-cursor.jsmatched "curl "12
mediumRemote Payloadpackage/dist/plugin-entry.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/cli/opencode-cursor.tsmatched "curl "12
Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/cli/mcptool.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/cli/opencode-cursor.jsmatched "curl "12
mediumRemote Payloadpackage/dist/plugin-entry.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/cli/opencode-cursor.tsmatched "curl "12
lowObfuscationpackage/dist/cli/discover.jsmatched "\\x1b"3
lowObfuscationpackage/dist/index.jsmatched "\\x1b"3
lowObfuscationpackage/dist/cli/mcptool.jsmatched "atob("3
lowObfuscationpackage/dist/cli/opencode-cursor.jsmatched "\\x1b"3
lowObfuscationpackage/dist/plugin-entry.jsmatched "\\x1b"3
lowObfuscationpackage/src/tools/defaults.tsmatched "\\x00"3
lowObfuscationpackage/src/utils/errors.tsmatched "\\x1b"3
lowObfuscationpackage/src/cli/opencode-cursor.tsmatched "\\u2713"3

Manifest

Package metadata

Scripts11
  • buildbun build ./src/index.ts ./src/plugin-entry.ts ./src/cli/discover.ts ./src/cli/opencode-cursor.ts ./src/cli/mcptool.ts --outdir ./dist --target node --external @opencode-ai/plugin --external zod
  • check:pricingbun run scripts/check-cursor-pricing-coverage.ts
  • check:pricing:fixturebun run scripts/check-cursor-pricing-coverage.ts --models-file tests/fixtures/cursor-pricing-models.txt --skip-doc-fetch
  • devbun build ./src/index.ts ./src/plugin-entry.ts ./src/cli/discover.ts ./src/cli/opencode-cursor.ts ./src/cli/mcptool.ts --outdir ./dist --target node --watch --external @opencode-ai/plugin --external zod
  • discoverbun run src/cli/discover.ts
  • prepublishOnlybun run build
  • testbun test
  • test:ci:integrationbun test tests/integration/comprehensive.test.ts tests/integration/tools-router.integration.test.ts tests/integration/stream-router.integration.test.ts tests/integration/opencode-loop.integration.test.ts
  • test:ci:unitbun test tests/tools/defaults.test.ts tests/tools/executor-chain.test.ts tests/tools/sdk-executor.test.ts tests/tools/mcp-executor.test.ts tests/tools/skills.test.ts tests/tools/registry.test.ts tests/unit/cli/opencode-cursor.test.ts tests/unit/cli/model-discovery.test.ts tests/unit/proxy/prompt-builder.test.ts tests/unit/proxy/tool-loop.test.ts tests/unit/provider-boundary.test.ts tests/unit/provider-runtime-interception.test.ts tests/unit/provider-tool-schema-compat.test.ts tests/unit/provider-tool-loop-guard.test.ts tests/unit/plugin.test.ts tests/unit/plugin-tools-hook.test.ts tests/unit/plugin-tool-resolution.test.ts tests/unit/plugin-config.test.ts tests/unit/plugin-stream-extraction.test.ts tests/unit/auth.test.ts tests/unit/streaming/line-buffer.test.ts tests/unit/streaming/parser.test.ts tests/unit/streaming/types.test.ts tests/unit/streaming/delta-tracker.test.ts tests/unit/streaming/openai-sse.test.ts tests/unit/streaming/ai-sdk-parts.test.ts tests/competitive/edge.test.ts
  • test:integrationbun test tests/integration
  • test:unitbun test tests/unit
Dependencies5
  • @modelcontextprotocol/sdk^1.12.0
  • @opencode-ai/plugin1.1.53
  • @opencode-ai/sdk1.1.53
  • ai^6.0.55
  • strip-ansi^7.1.0