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":["@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"}'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
Status history (1 event)
- new → available · risk high · score 84 · status changed
Evidence
Static findings
13 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/index.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/cli/mcptool.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/cli/opencode-cursor.js | matched "curl " | 12 |
| medium | Remote Payload | package/dist/plugin-entry.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/src/cli/opencode-cursor.ts | matched "curl " | 12 |
Show all 13 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/index.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/cli/mcptool.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/cli/opencode-cursor.js | matched "curl " | 12 |
| medium | Remote Payload | package/dist/plugin-entry.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/src/cli/opencode-cursor.ts | matched "curl " | 12 |
| low | Obfuscation | package/dist/cli/discover.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/index.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/cli/mcptool.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/cli/opencode-cursor.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/plugin-entry.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/tools/defaults.ts | matched "\\x00" | 3 |
| low | Obfuscation | package/src/utils/errors.ts | matched "\\x1b" | 3 |
| low | Obfuscation | package/src/cli/opencode-cursor.ts | matched "\\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 zodcheck:pricingbun run scripts/check-cursor-pricing-coverage.tscheck:pricing:fixturebun run scripts/check-cursor-pricing-coverage.ts --models-file tests/fixtures/cursor-pricing-models.txt --skip-doc-fetchdevbun 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 zoddiscoverbun run src/cli/discover.tsprepublishOnlybun run buildtestbun testtest: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.tstest: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.tstest:integrationbun test tests/integrationtest:unitbun test tests/unit
Dependencies5
@modelcontextprotocol/sdk^1.12.0@opencode-ai/plugin1.1.53@opencode-ai/sdk1.1.53ai^6.0.55strip-ansi^7.1.0