PkgRadar

Package evidence

@baicie/[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
102
Versions published
22
First published
Dec 2025
Publisher
baicie2

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":["@baicie/[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":["@baicie/[email protected]"],"fail_on":"review"}'
Publisherbaicie2
Artifact bytes374,118
Previous version0.3.7
Published2026-05-18T13:48:12.597Z
SHA-2560d10f33760231fae16a29a5b6e5e2a613610f0fac1a7d0ac77d58e78ae12cbf7

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cjs/chunks/src.cjsmatched ".npmrc"5
lowCredential file accesspackage/dist/esm/chunks/src.mjsmatched ".npmrc"5

Manifest

Package metadata

Scripts17
  • buildrimraf dist && npm run build:options && rolldown -m -c && node -e "if (process.platform !== 'win32') { require('child_process').execSync('chmod +x dist/cjs/cli.cjs dist/cjs/index.cjs') }"
  • build:analyzerimraf dist && npm run build:options && ANALYZER=true vite build
  • build:optionsvite-node src/scripts/build-options.ts
  • ci-publishtsx scripts/publish.ts
  • devrolldown --watch -c
  • lintcross-env FORCE_COLOR=1 npm-run-all --parallel --aggregate-output lint:*
  • lint:markdownmarkdownlint "**/*.md" --ignore "**/node_modules/**/*.md" --ignore build --config .markdownlint.cjs
  • lint:srceslint --cache
  • ncunode dist/cjs/cli.cjs
  • prettierprettier . --check
  • prettier:fixprettier . --write
  • releasetsx scripts/release.ts
  • testnpm run test:unit && npm run test:e2e
  • test:buntest/bun-install.sh && mocha test/bun
  • test:e2e./test/e2e.sh
  • test:unitmocha test test/package-managers/*
  • type-checktsc --noEmit --incremental
Dependencies28
  • camelcase^9.0.0
  • chalk^5.6.2
  • cli-table3^0.6.5
  • commander^14.0.3
  • dequal^2.0.3
  • fast-glob^3.3.3
  • fast-memoize^2.5.2
  • find-up8.0.0
  • fp-and-or^1.0.2
  • hosted-git-info^10.1.0
  • ini^7.0.0
  • js-yaml^4.1.1
  • jsonc-parser^3.3.1
  • jsonlines^0.1.1
  • lodash^4.18.1
  • npm-registry-fetch^19.1.1
  • p-map^7.0.4
  • parse-github-url^1.0.4
  • picomatch^4.0.4
  • progress^2.0.3
  • prompts-ncu^3.0.2
  • rc-config-loader^4.1.4
  • rfdc^1.4.1
  • semver^7.8.0
  • semver-utils^1.1.4
  • spawn-please^3.0.0
  • untildify^6.0.0
  • update-notifier^7.3.1