PkgRadar

Package evidence

@yamada-ui/[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.

Versions published
635Mature · −50% score
First published
Jun 2023
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@yamada-ui/[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":["@yamada-ui/[email protected]"],"fail_on":"review"}'
Artifact bytes64,608
Previous version2.1.6-next-20260421174259
Published2026-05-12T05:55:32.599Z
SHA-2562ba850ece91d09b65acda0f5e7c1f6575e44ccbc5a7ef3651af2a8c19f2db87d

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/index.mjsmatched ".npmrc"10

Manifest

Package metadata

Scripts12
  • buildtsdown
  • cleanrimraf node_modules dist trace coverage .turbo
  • devtsx src/index.ts
  • formatpnpm -w format packages/cli
  • lintoxlint . --max-warnings=0
  • qualitypnpm format && pnpm lint && pnpm typecheck && pnpm test
  • testvitest
  • test:coveragevitest run --coverage
  • test:devvitest --watch --ui
  • typeanalyzenpx analyze-trace ./trace --expandTypes=false
  • typechecktsgo
  • typetracetsgo --generateTrace ./trace --incremental false
Dependencies20
  • @yamada-ui/utils2.1.3
  • boxen^8.0.1
  • cli-check-node^1.3.4
  • commander^14.0.3
  • diff^8.0.4
  • esbuild^0.28.0
  • eslint^10.2.0
  • https-proxy-agent^9.0.0
  • listr2^10.2.1
  • node-eval^2.0.0
  • node-fetch^3.3.2
  • ora^9.4.0
  • picocolors^1.1.1
  • prettier^3.8.1
  • prompts^2.4.2
  • rimraf^6.1.3
  • semver^7.7.4
  • sucrase^3.35.1
  • validate-npm-package-name^7.0.2
  • yamljs^0.3.0