PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.reviewable-configs="github:reviewable/reviewable-configs#master"

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
289
Versions published
8
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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes34,307
Previous version0.4.2
Published2026-06-11T06:17:25.900Z
SHA-256402c222fa081e948be1f8833593d80aa73fa1656c4f68e0620d74784525192ef

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.reviewable-configs="github:reviewable/reviewable-configs#master"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.reviewable-configs="github:reviewable/reviewable-configs#master"8

Manifest

Package metadata

Scripts12
  • buildtsup
  • check-typestsc --noEmit --skipLibCheck
  • install-allyarn install
  • latestyarn npm-check-updates -i -m --packageManager yarn --install never && yarn install
  • linteslint "src/**/*.ts" "test/**/*.ts" "scripts/**/*.mjs"
  • lint:fixeslint "src/**/*.ts" "test/**/*.ts" "scripts/**/*.mjs" --fix
  • prepackyarn build
  • startyarn build && node --enable-source-maps dist/reviewable.js
  • testnode scripts/run-tests.mjs
  • test:watchnode scripts/run-tests.mjs --watch
  • updateyarn up -R '*' && yarn dedupe --strategy highest
  • upgradereviewable-upgrade
Dependencies7
  • @modelcontextprotocol/sdk^1.29.0
  • @sentry/node^10.51.0
  • @types/semver^7.7.1
  • clipanion^4.0.0-rc.4
  • playwright-core^1.59.1
  • semver^7.8.1
  • zod^4.4.3