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
Review before promotingMixed 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":["@orygn/[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":["@orygn/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "curl "
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 review · score 36 · status changed
Evidence
Static findings
9 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/tools/server-management/_shared.js | matched "curl " | 12 |
Show all 9 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/tools/server-management/_shared.js | matched "curl " | 12 |
| low | Obfuscation | package/dist/tools/evaluation/_shared.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/cli.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/dist/tools/evaluation/compile.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/tools/evaluation/eval.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/tools/helpers/explain-decision.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/tools/evaluation/index.js | matched "Eval(" | 3 |
| low | Obfuscation | package/dist/lib/opa-cli.js | matched "eval(" | 3 |
| low | Obfuscation | package/dist/tools/helpers/policy-diff.js | matched "eval(" | 3 |
Manifest
Package metadata
Scripts14
buildtsc -p tsconfig.build.jsoncleanrimraf dist coverage .vitest-cachedevtsx watch src/server.tsformatprettier --write .format:checkprettier --check .linteslint .lint:fixeslint . --fixprepublishOnlynpm run lint && npm run typecheck && npm run test && npm run buildstartnode dist/server.jstestvitest runtest:coveragevitest run --config vitest.coverage.config.ts --coveragetest:integrationvitest run --config vitest.integration.config.tstest:watchvitesttypechecktsc --noEmit
Dependencies2
@modelcontextprotocol/sdk^1.29.0zod^3.23.0