PkgRadar

Package evidence

@kici-dev/[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
713
Versions published
15
First published
May 2026
Publisher
kici-dev-ci

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":["@kici-dev/[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":["@kici-dev/[email protected]"],"fail_on":"review"}'
Publisherkici-dev-ci
Artifact bytes203,449
Previous version0.1.14
Published2026-06-11T03:04:02.815Z
SHA-256587958000a7be5f4190b34adc910ffc3c69b2a67d2569d2475f0f34a02579309

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
18Score
0.1.15Version
Status history (1 event)
  1. newavailable · risk review · score 18 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/server.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/workflow-runner.jsmatched ".npmrc"5
lowCredential file accesspackage/sbom.spdx.jsonmatched ".aws/"3

Manifest

Package metadata

Scripts3
  • buildnode ../../scripts/build-service.mjs && tsc --emitDeclarationOnly
  • testvitest run
  • typechecktsc --noEmit
Dependencies12
  • @hono/node-server^2.0.0
  • @kici-dev/core0.1.15
  • @kici-dev/engine0.1.15
  • @kici-dev/sdk0.1.15
  • @kici-dev/shared0.1.15
  • dockerode^5.0.0
  • hono^4.12.18
  • tar^7.5.13
  • winston^3.19.0
  • ws^8.20.0
  • zod^4.3.6
  • zx^8.8.5