PkgRadar

Package evidence

[email protected]

Credential file access: matched "id_rsa"

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 promoting

Mixed 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"}'
Publisherdmae
Artifact bytes3,290,420
Previous version0.78.0
Published2026-06-08T02:46:39.014Z
SHA-2561cff106d0a581a9ce64a8794faea05a4802f4544937758c33d55e2bfbd9dd0c0

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

review
Last checked
reviewRisk
35Score
0.78.1Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/util/checkpoint.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/commands/init/content.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/mcp/filesystem-readonly-server.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/commands/init.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/adapters/kimi/isolated-home.jsmatched ".config/gcloud"5
lowCredential file accesspackage/dist/kimi/isolated-home.jsmatched ".config/gcloud"5
lowCredential file accesspackage/dist/mcp/secret-scanner.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts37
  • audit:packagenode scripts/package-audit.mjs
  • buildtsc && node scripts/chmod-dist.mjs
  • build:cleannpm run clean:dist && npm run build
  • checktsc --noEmit
  • clean:distnode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • contract:checknpm run build:clean && npm run schema:check && node scripts/check-json-stdout.mjs
  • devtsx src/cli.ts
  • legacy-identity:checknode scripts/no-legacy-identity-surface.mjs
  • lintnode node_modules/eslint/bin/eslint.js --max-warnings=0 src/
  • native:buildnode scripts/build-native.mjs
  • native:no-kimi:turnOMK_MCP_PREFLIGHT=off OMK_PROJECT_ROOT="$PWD" node --test test/no-kimi-native-turn.test.mjs
  • native:normalizenode scripts/normalize-native-artifacts.mjs
  • no-kimi:default-surfacenode scripts/no-kimi-default-surface.mjs
  • pack:drynode scripts/pack-dry.mjs
  • preparenpm run build
  • proof:checknode scripts/proof-check.mjs
  • proof:indexnode scripts/build-proof-index.mjs
  • release: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:pack
  • release: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:pack
  • rust:buildcargo build -p omk-safety
  • rust:checknode scripts/rust-safety-check.mjs
  • schema:checknode scripts/validate-json-contracts.mjs
  • secret:scannode scripts/secret-scan.mjs
  • secret:scan:runtimenode scripts/secret-scan.mjs --runtime
  • smokenode scripts/smoke-test.mjs
  • smoke:executionnode scripts/smoke-execution.mjs
  • smoke: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 --json
  • smoke: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 --json
  • smoke:no-kimi:doctorOMK_PROJECT_ROOT="$PWD" node dist/cli.js doctor --json
  • smoke:packnode scripts/pack-smoke.mjs
  • …and 7 more.
Dependencies15
  • @clack/prompts^1.4.0
  • @inquirer/prompts^7.0.0
  • cli-boxes^4.0.1
  • clipanion^4.0.0-rc.4
  • commander^14.0.0
  • execa^9.0.0
  • figlet^1.11.0
  • fs-extra^11.0.0
  • gradient-string^3.0.0
  • node-pty^1.1.0
  • pyright^1.1.410
  • typescript^5.9.3
  • typescript-language-server^5.1.3
  • yaml^2.0.0
  • zod^3.0.0
Optional dependencies2
  • kuzu^0.11.3
  • playwright^1.44.0