PkgRadar

Package evidence

@wesleytodd/[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
6
First published
Apr 2026
Publisher
wesleytodd

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":["@wesleytodd/[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":["@wesleytodd/[email protected]"],"fail_on":"review"}'
Publisherwesleytodd
Artifact bytes18,015
Previous version0.2.0
Published2026-05-20T16:23:50.173Z
SHA-25638d056eb8c166326e41a2dabea1d863cdc798113c992f54701513eb28bc5efeb

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.0Version
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/eslint.config.jsmatched ".npmrc"5
lowCredential file accesspackage/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts12
  • linteslint
  • lint:fixeslint --fix
  • postrelease(npm logout || true) && git push --follow-tags && gh release create --draft --generate-notes "v$(cat package.json | jq -r .version)"
  • prereleasegit pull --ff-only && npm run lint && npm test && npm version "${RELEASE_AS:-patch}" && npm login
  • releasenpm publish --access=public --tag="${RELEASE_TAG:-latest}"
  • setupnpm install
  • setup:cinpm ci
  • testnpm run test:eslint9 && npm run test:eslint10
  • test:coverTEST_ESLINT_IMPORT=eslint10 c8 mocha
  • test:eslint10TEST_ESLINT_IMPORT=eslint10 mocha
  • test:eslint9TEST_ESLINT_IMPORT=eslint9 mocha
  • test:inspectnpm run test:eslint10 -- --inspect --inspect-brk
Dependencies1
  • @eslint/plugin-kit^0.5.1