PkgRadar

Package evidence

@qodo/[email protected]

Install-time lifecycle script: postinstall="node scripts/download-ripgrep.js"

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
21
First published
Jan 2026
Publisher
sagimedina

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":["@qodo/[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":["@qodo/[email protected]"],"fail_on":"review"}'
Publishersagimedina
Artifact bytes2,440,729
Previous version0.13.3
Published2026-04-19T07:02:04.680Z
SHA-256891b573d5a318b80a6a82adbbd40e9384c85d1e77830ebb56ef403c626cfe206

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/download-ripgrep.js"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.13.4Version
Status history (3 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 38 -> 5
  2. availableavailable · risk high · score 38 · status available -> available, risk high -> high, score 87 -> 38
  3. newavailable · risk high · score 87 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/download-ripgrep.js"5

Manifest

Package metadata

Scripts8
  • buildnpm run clean && tsc && chmod +x dist/bin/install-skill.js dist/bin/run.js
  • cleanrm -rf dist
  • devtsc --watch
  • postinstallnode scripts/download-ripgrep.js
  • prepublishOnlynpm run build && npm run test
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies14
  • @modelcontextprotocol/sdk^1.25.3
  • axios^1.12.2
  • diff^8.0.2
  • eventsource^4.0.0
  • fast-glob^3.3.3
  • ignore^7.0.5
  • jmespath^0.16.0
  • open^11.0.0
  • tar^7.4.3
  • toml^4.1.1
  • uuid^13.0.0
  • ws^8.18.3
  • yaml^2.8.1
  • zod-to-json-schema^3.25.1