Package evidence
[email protected]
Remote Payload: matched "github.com/FiloSottile/mkcert/releases/download"
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
- 2,657Niche · −30% score
- Versions published
- 276
- First published
- Feb 2026
- Publisher
- cyborgninja
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 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":["[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"}'Why flagged
What the scanner saw
Remote Payload: matched "github.com/FiloSottile/mkcert/releases/download"
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 18 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/mkcert.js | matched "github.com/FiloSottile/mkcert/releases/download" | 12 |
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dashboard/.next/standalone/dashboard/node_modules/next/dist/lib/mkcert.js | matched "github.com/FiloSottile/mkcert/releases/download" | 12 |
| low | Credential file access | package/dist/audit/dependency-scanner.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/xray/findings-store.js | matched ".ssh/" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.mjs" | 5 |
Manifest
Package metadata
Scripts24
audit:securitynpm audit --audit-level=moderatebenchtsx benchmark/longmemeval/run.tsbench:smokeSHIELDCORTEX_SKIP_EMBEDDINGS=1 tsx benchmark/longmemeval/run.ts --quietbootstrap:dashboardnode -e "if (!require('fs').existsSync('dashboard/node_modules')) { process.exit(1); }" || (cd dashboard && npm ci --no-audit --no-fund)buildnpm run build:ts && npm run build:dashboardbuild:dashboardnpm run bootstrap:dashboard && cd dashboard && npm run build && (cp -r .next/static .next/standalone/dashboard/.next/ 2>/dev/null || true) && (cp -r public .next/standalone/dashboard/ 2>/dev/null || true) && cd .. && node scripts/prune-dashboard-standalone.mjsbuild:tsnode -e "fs.rmSync('dist', { recursive: true, force: true }); fs.rmSync('plugins/openclaw/dist', { recursive: true, force: true })" && tsc -p tsconfig.build.json && tsc -p tsconfig.openclaw-plugin.json && cp plugins/openclaw/openclaw.plugin.json plugins/openclaw/dist/ && cp src/database/schema.sql dist/database/devtsx src/index.tsdev:apitsx src/index.ts --mode apidev:dashboardtsx src/index.ts --dashboardpostbuild:tsnode scripts/ensure-bin-executable.mjspostinstallnode scripts/postinstall.mjsprepacknode scripts/ensure-bin-executable.mjsprepublishOnlynode scripts/sync-plugin-version.mjs --check && npm run build && npm run test:distrelease:clawhubnode scripts/clawhub-sync.mjsstartnode dist/index.jsstart:apinode dist/index.js --mode apistart:dashboardnode dist/index.js --dashboardtestnode scripts/run-jest.mjstest:coveragenode scripts/run-jest.mjs --coveragetest:distnode scripts/check-no-bare-require.mjstest:watchnode scripts/run-jest.mjs --watchversionnode scripts/sync-plugin-version.mjs && git add plugins/openclaw/package.json plugins/openclaw/openclaw.plugin.jsonwatchtsc --watch
Dependencies8
@modelcontextprotocol/sdk^1.0.0better-sqlite3^12.0.0cors^2.8.5express^4.21.0safe-regex2^5.0.0semver^7.7.0ws^8.18.0zod^3.23.0
Optional dependencies1
@huggingface/transformers^3.7.2