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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 3 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/dist/index.mjs | matched ".npmrc" | 10 |
Manifest
Package metadata
Scripts12
buildtsdowncleanrimraf node_modules dist trace coverage .turbodevtsx src/index.tsformatpnpm -w format packages/clilintoxlint . --max-warnings=0qualitypnpm format && pnpm lint && pnpm typecheck && pnpm testtestvitesttest:coveragevitest run --coveragetest:devvitest --watch --uitypeanalyzenpx analyze-trace ./trace --expandTypes=falsetypechecktsgotypetracetsgo --generateTrace ./trace --incremental false
Dependencies20
@yamada-ui/utils2.1.3boxen^8.0.1cli-check-node^1.3.4commander^14.0.3diff^8.0.4esbuild^0.28.0eslint^10.2.0https-proxy-agent^9.0.0listr2^10.2.1node-eval^2.0.0node-fetch^3.3.2ora^9.4.0picocolors^1.1.1prettier^3.8.1prompts^2.4.2rimraf^6.1.3semver^7.7.4sucrase^3.35.1validate-npm-package-name^7.0.2yamljs^0.3.0