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.
- Versions published
- 2
- First published
- Jun 2026
- Publisher
- dmae
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
Credential file access: matched "id_rsa"
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 35 · status changed
Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/util/checkpoint.js | matched "id_rsa" | 5 |
| low | Credential file access | package/dist/commands/init/content.js | matched "id_rsa" | 5 |
| low | Credential file access | package/dist/mcp/filesystem-readonly-server.js | matched "id_rsa" | 5 |
| low | Credential file access | package/dist/commands/init.js | matched "id_rsa" | 5 |
| low | Credential file access | package/dist/adapters/kimi/isolated-home.js | matched ".config/gcloud" | 5 |
| low | Credential file access | package/dist/kimi/isolated-home.js | matched ".config/gcloud" | 5 |
| low | Credential file access | package/dist/mcp/secret-scanner.js | matched "aws_access_key" | 5 |
Manifest
Package metadata
Scripts37
audit:packagenode scripts/package-audit.mjsbuildtsc && node scripts/chmod-dist.mjsbuild:cleannpm run clean:dist && npm run buildchecktsc --noEmitclean:distnode -e "require('fs').rmSync('dist',{recursive:true,force:true})"contract:checknpm run build:clean && npm run schema:check && node scripts/check-json-stdout.mjsdevtsx src/cli.tslegacy-identity:checknode scripts/no-legacy-identity-surface.mjslintnode node_modules/eslint/bin/eslint.js --max-warnings=0 src/native:buildnode scripts/build-native.mjsnative:no-kimi:turnOMK_MCP_PREFLIGHT=off OMK_PROJECT_ROOT="$PWD" node --test test/no-kimi-native-turn.test.mjsnative:normalizenode scripts/normalize-native-artifacts.mjsno-kimi:default-surfacenode scripts/no-kimi-default-surface.mjspack:drynode scripts/pack-dry.mjspreparenpm run buildproof:checknode scripts/proof-check.mjsproof:indexnode scripts/build-proof-index.mjsrelease:checknpm run verify && npm run verify:no-kimi && npm run contract:check && npm run schema:check && npm run version:check && npm run proof:check && npm run smoke:execution && npm run native:build && npm run pack:dry && npm run audit:package && npm run smoke:packrelease:rcnpm run verify && npm run verify:no-kimi && npm run contract:check && npm run schema:check && npm run version:check && npm run proof:check && npm run smoke:execution && npm run native:build && npm run pack:dry && npm run audit:package && npm run smoke:packrust:buildcargo build -p omk-safetyrust:checknode scripts/rust-safety-check.mjsschema:checknode scripts/validate-json-contracts.mjssecret:scannode scripts/secret-scan.mjssecret:scan:runtimenode scripts/secret-scan.mjs --runtimesmokenode scripts/smoke-test.mjssmoke:executionnode scripts/smoke-execution.mjssmoke:no-kimi:chatOMK_MCP_PREFLIGHT=off OMK_PROJECT_ROOT="$PWD" node dist/cli.js chat --provider auto --mode agent --execution ask --layout plain --mcp-scope none --smoke --jsonsmoke:no-kimi:codexOMK_MCP_PREFLIGHT=off OMK_PROJECT_ROOT="$PWD" node dist/cli.js chat --provider codex --mode agent --execution ask --layout plain --mcp-scope none --smoke --jsonsmoke:no-kimi:doctorOMK_PROJECT_ROOT="$PWD" node dist/cli.js doctor --jsonsmoke:packnode scripts/pack-smoke.mjs- …and 7 more.
Dependencies15
@clack/prompts^1.4.0@inquirer/prompts^7.0.0cli-boxes^4.0.1clipanion^4.0.0-rc.4commander^14.0.0execa^9.0.0figlet^1.11.0fs-extra^11.0.0gradient-string^3.0.0node-pty^1.1.0pyright^1.1.410typescript^5.9.3typescript-language-server^5.1.3yaml^2.0.0zod^3.0.0
Optional dependencies2
kuzu^0.11.3playwright^1.44.0