PkgRadar

Package evidence

@grepture/[email protected]

no findings

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
186
Versions published
14
First published
Feb 2026
Publisher
b3nm4nn

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@grepture/[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":["@grepture/[email protected]"],"fail_on":"review"}'
Publisherb3nm4nn
Artifact bytes125,874
Previous version0.1.13
Published2026-06-10T20:26:40.560Z
SHA-256642a3b2bfc902903a548726f0161da39bd31324be77b4216ff599df455a724d4

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.1.14Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts11
  • build:ossbun run scripts/build-oss.ts
  • devbun run --watch src/index.ts
  • dev:cloudGREPTURE_MODE=cloud GREPTURE_PLUGINS=./plugins/pro-actions/src/index.ts bun run --watch src/index.ts
  • pm2pm2 start --interpreter bun src/index.ts --name grepture-proxy
  • pm2:logspm2 logs grepture-proxy
  • pm2:restartpm2 restart grepture-proxy
  • pm2:stoppm2 stop grepture-proxy
  • startbun run src/index.ts
  • start:cloudGREPTURE_MODE=cloud GREPTURE_PLUGINS=./plugins/pro-actions/src/index.ts bun run src/index.ts
  • testbun test
  • typechecktsc --noEmit
Dependencies3
  • @supabase/supabase-js^2.49.0
  • @upstash/redis^1.34.0
  • hono^4.7.0