PkgRadar

Package evidence

[email protected]

Credential file access: matched ".npmrc"

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
667
Versions published
34
First published
Apr 2026
Publisher
chiragborse

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"}'
Publisherchiragborse
Artifact bytes11,304,706
Previous version2.0.0-beta.11
Published2026-05-30T06:35:49.801Z
SHA-256f8a31e84dca59e34eee56425f9251201c6c0fd8ea14fcc610f36a427f7795469

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
75Score
2.0.0-beta.12Version
Status history (2 events)
  1. availableavailable · risk review · score 75 · status available -> available, risk high -> review, score 115 -> 75
  2. newavailable · risk high · score 115 · status changed

Evidence

Static findings

14 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/install-target-D0hk_fCX.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/npm-install-env-7yvRrPll.jsmatched ".npmrc"10
Show all 14 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/install-target-D0hk_fCX.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/npm-install-env-7yvRrPll.jsmatched ".npmrc"10
lowMessenger Bot Endpointpackage/dist/extensions/telegram/channel.setup-ChzqTAmz.jsmatched "api.telegram.org/bot" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/dist/extensions/amazon-bedrock/embedding-provider.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/host-env-security-DGvUDcen.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/extensions/amazon-bedrock/memory-embedding-adapter.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/model-auth-C0G938TT.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/model-auth-env-YOnIW3il.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/models-config.providers.secrets-B_fuq8HX.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/extensions/google/provider-contract-api.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/extensions/anthropic-vertex/region.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/preinstall-package-manager-warning.mjs"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall-bundled-plugins.mjs"5
lowLarge Javascript Payloadpackage/dist/extensions/diffs/assets/viewer-runtime.js9820358 bytes0

Manifest

Package metadata

Scripts331
  • android:assemblecd apps/android && ./gradlew :app:assemblePlayDebug
  • android:assemble:third-partycd apps/android && ./gradlew :app:assembleThirdPartyDebug
  • android:bundle:releasebun apps/android/scripts/build-release-aab.ts
  • android:formatcd apps/android && ./gradlew :app:ktlintFormat :benchmark:ktlintFormat
  • android:installcd apps/android && ./gradlew :app:installPlayDebug
  • android:install:third-partycd apps/android && ./gradlew :app:installThirdPartyDebug
  • android:lintcd apps/android && ./gradlew :app:ktlintCheck :benchmark:ktlintCheck
  • android:lint:androidcd apps/android && ./gradlew :app:lintDebug
  • android:runcd apps/android && ./gradlew :app:installPlayDebug && adb shell am start -n ai.kova.app/.MainActivity
  • android:run:third-partycd apps/android && ./gradlew :app:installThirdPartyDebug && adb shell am start -n ai.kova.app/.MainActivity
  • android:testcd apps/android && ./gradlew :app:testPlayDebugUnitTest
  • android:test:integrationKOVA_LIVE_TEST=1 KOVA_LIVE_ANDROID_NODE=1 node scripts/run-vitest.mjs run --config test/vitest/vitest.live.config.ts src/gateway/android-node.capabilities.live.test.ts
  • android:test:third-partycd apps/android && ./gradlew :app:testThirdPartyDebugUnitTest
  • audit:seamsnode scripts/audit-seams.mjs
  • bench:baselinenode --import tsx scripts/bench-kova-baseline.ts
  • buildnode scripts/build-all.mjs
  • build:ci-artifactsnode scripts/build-all.mjs ciArtifacts
  • build:dockernode scripts/tsdown-build.mjs && node scripts/check-cli-bootstrap-imports.mjs && node scripts/runtime-postbuild.mjs && node scripts/build-stamp.mjs && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/copy-export-html-templates.ts && node --import tsx scripts/write-build-info.ts && node --experimental-strip-types scripts/write-cli-startup-metadata.ts && node --import tsx scripts/write-cli-compat.ts
  • build:plugin-sdk:dtsnode scripts/run-tsgo.mjs -p tsconfig.plugin-sdk.dts.json --declaration true
  • build:plugin-sdk:strict-smokepnpm build:plugin-sdk:dts && node --import tsx scripts/write-plugin-sdk-entry-dts.ts
  • build:strict-smokepnpm canvas:a2ui:bundle && node scripts/tsdown-build.mjs && node scripts/check-cli-bootstrap-imports.mjs && node scripts/runtime-postbuild.mjs && node scripts/build-stamp.mjs && pnpm build:plugin-sdk:dts && node --import tsx scripts/write-plugin-sdk-entry-dts.ts && node scripts/check-plugin-sdk-exports.mjs
  • canon:checknode scripts/canon.mjs check
  • canon:check:jsonnode scripts/canon.mjs check --json
  • canon:enforcenode scripts/canon.mjs enforce --json
  • canvas:a2ui:bundlenode scripts/bundle-a2ui.mjs
  • changed:lanesnode scripts/changed-lanes.mjs
  • checknode scripts/check.mjs
  • check:architecturepnpm check:import-cycles && pnpm check:madge-import-cycles && pnpm check:deprecated-internal-config-api
  • check:base-config-schemanode --import tsx scripts/generate-base-config-schema.ts --check
  • check:brandingnode scripts/check-branding.mjs
  • …and 301 more.
Dependencies37
  • @agentclientprotocol/sdk0.20.0
  • @clack/prompts^1.2.0
  • @lydell/node-pty1.2.0-beta.12
  • @mariozechner/pi-agent-core0.70.2
  • @mariozechner/pi-ai0.70.2
  • @mariozechner/pi-coding-agent0.70.2
  • @mariozechner/pi-tui0.70.2
  • @modelcontextprotocol/sdk1.29.0
  • @vincentkoc/qrcode-tui0.2.1
  • ajv^8.18.0
  • chalk^5.6.2
  • chokidar^5.0.0
  • commander^14.0.3
  • croner^10.0.1
  • dotenv^17.4.2
  • file-type22.0.1
  • https-proxy-agent^9.0.0
  • ipaddr.js^2.3.0
  • jiti^2.6.1
  • json5^2.2.3
  • jszip^3.10.1
  • markdown-it14.1.1
  • node-domexceptionnpm:@nolyfill/[email protected]
  • openai^6.34.0
  • proxy-agent^8.0.1
  • semver7.7.4
  • sqlite-vec0.1.9
  • tar7.5.13
  • tree-sitter-bash0.25.1
  • tslog^4.10.2
  • …and 7 more.