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 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":["@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"}'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 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/eslint.config.js | matched ".npmrc" | 5 |
| low | Credential file access | package/index.js | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts12
linteslintlint:fixeslint --fixpostrelease(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 loginreleasenpm publish --access=public --tag="${RELEASE_TAG:-latest}"setupnpm installsetup:cinpm citestnpm run test:eslint9 && npm run test:eslint10test:coverTEST_ESLINT_IMPORT=eslint10 c8 mochatest:eslint10TEST_ESLINT_IMPORT=eslint10 mochatest:eslint9TEST_ESLINT_IMPORT=eslint9 mochatest:inspectnpm run test:eslint10 -- --inspect --inspect-brk
Dependencies1
@eslint/plugin-kit^0.5.1