PkgRadar

Package evidence

@bemedev/[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
17
First published
Jun 2026
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":["@bemedev/[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":["@bemedev/[email protected]"],"fail_on":"review"}'
Artifact bytes16,849
Previous version0.6.0
Published2026-06-04T16:20:50.322Z
SHA-256f28e6ef7e2843ca11286d27327d6d2e05df38a2bc88ef9a2b41fd786ca7d7631

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/npmrc.jsmatched ".npmrc"10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/npmrc.jsmatched ".npmrc"10
lowCredential file accesspackage/lib/npmrc.cjsmatched ".npmrc"5

Manifest

Package metadata

Scripts31
  • _cipnpm run lint && pnpm run test
  • _lintoxlint
  • _preconfigchmod +x .husky/commit-msg
  • buildpnpm run rm:lib && pnpm run rolldown
  • build:watchonchange --await-write-finish 1500 -d 10000 -v "**/*.ts" -- pnpm run build
  • ciCI_START=$(date +%s) && pnpm run _ci && pnpm run p-q && echo " ✅ CI takes $(($(date +%s) - CI_START))s "
  • ci:adminpnpm run rm && pnpm run upgrade:fast && pnpm run ci
  • ci:offCI_START=$(date +%s) && pnpm run config:off && pnpm run lint && pnpm run test && echo " ✅ CI takes $(($(date +%s) - CI_START))s "
  • configpnpm install
  • config:offpnpm run config --offline
  • fmtoxfmt
  • fmt:checkoxfmt --check
  • lintpnpm run fmt && pnpm run lint:fix
  • lint:fixoxlint --fix
  • lint:watchonchange --await-write-finish 1500 -d 10000 -v "**/*.ts" -- pnpm run lint
  • p-qpretty-quick
  • posttestpnpm run fmt
  • pretestpnpm run build && pnpm run size
  • rinitpnpm run rm && pnpm run config
  • rinit:offpnpm run rm && pnpm run config:off
  • rmpnpx rimraf ./node_modules ./pnpm-lock.yaml
  • rm:libpnpx rimraf ./lib ./dist
  • rolldownrolldown -c
  • sizesize-limit
  • testpnpm run test:coverage
  • test:coveragevitest run
  • test:onlypnpm run test:coverage --no-coverage
  • test:uivitest --ui
  • test:watchvitest
  • upgradepnpm dlx @bemedev/upgrade-npm-package
  • …and 1 more.
Dependencies3
  • @actions/core^3.0.1
  • @actions/exec^3.0.0
  • valibot^1.4.1