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
776
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 bytes334,172
Previous version0.1.14
Published2026-06-11T03:03:41.831Z
SHA-256e50b76a5c04542c4a37f2662af61bd8bffc7edc171f5b573f80f209810ce236e

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/commands/hook.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/commands/init.jsmatched ".npmrc"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/commands/hook.jsmatched ".npmrc"10
mediumCredential file accesspackage/dist/commands/init.jsmatched ".npmrc"10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node hack/postinstall.mjs"5

Manifest

Package metadata

Scripts6
  • buildnode ../../scripts/build-ts.mjs && tsc --emitDeclarationOnly
  • postbuildzx hack/postbuild.mjs
  • postinstallnode hack/postinstall.mjs
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies15
  • @inquirer/prompts^8.4.2
  • @kici-dev/core0.1.15
  • @kici-dev/engine0.1.15
  • chokidar^5.0.0
  • commander^14.0.3
  • fast-glob^3.3.3
  • open^11.0.0
  • picocolors^1.1.1
  • picomatch^4.0.4
  • proper-lockfile^4.1.2
  • tar^7.5.13
  • typescript^6.0.3
  • ws^8.20.0
  • yaml^2.8.3
  • zx^8.8.5