PkgRadar

Package evidence

@grepture/[email protected]

Credential file access: matched "GITHUB_TOKEN"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":"high"}'

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":"high"}'
Publisherb3nm4nn
Artifact bytes114,609
Previous version0.1.9
Published2026-05-20T17:59:58.569Z
SHA-2565b53cdf05331da09b8109900ced54ba4f3cfcdfc0906b45abac423c9d6a5520d

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

high
Last checked
highRisk
45Score
0.1.10Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

b3nm4nn

2 members · evidence strength 53

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/release-proxy-oss.ymlmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/.github/workflows/deploy-proxy.ymlmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/release-proxy-oss.ymlmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/.github/workflows/deploy-proxy.ymlmatched "curl "12
lowObfuscationpackage/src/infra/encryption.tsmatched "Buffer.from(encoded, \"base64"3

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