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 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":["@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"}'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 4 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/lib/npmrc.js | matched ".npmrc" | 10 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/lib/npmrc.js | matched ".npmrc" | 10 |
| low | Credential file access | package/lib/npmrc.cjs | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts31
_cipnpm run lint && pnpm run test_lintoxlint_preconfigchmod +x .husky/commit-msgbuildpnpm run rm:lib && pnpm run rolldownbuild:watchonchange --await-write-finish 1500 -d 10000 -v "**/*.ts" -- pnpm run buildciCI_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 cici:offCI_START=$(date +%s) && pnpm run config:off && pnpm run lint && pnpm run test && echo " ✅ CI takes $(($(date +%s) - CI_START))s "configpnpm installconfig:offpnpm run config --offlinefmtoxfmtfmt:checkoxfmt --checklintpnpm run fmt && pnpm run lint:fixlint:fixoxlint --fixlint:watchonchange --await-write-finish 1500 -d 10000 -v "**/*.ts" -- pnpm run lintp-qpretty-quickposttestpnpm run fmtpretestpnpm run build && pnpm run sizerinitpnpm run rm && pnpm run configrinit:offpnpm run rm && pnpm run config:offrmpnpx rimraf ./node_modules ./pnpm-lock.yamlrm:libpnpx rimraf ./lib ./distrolldownrolldown -csizesize-limittestpnpm run test:coveragetest:coveragevitest runtest:onlypnpm run test:coverage --no-coveragetest:uivitest --uitest:watchvitestupgradepnpm dlx @bemedev/upgrade-npm-package- …and 1 more.
Dependencies3
@actions/core^3.0.1@actions/exec^3.0.0valibot^1.4.1