Recommended action
Block this updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 45 · status changed
Related candidates
Linked campaigns and clusters
b3nm4nn
2 members · evidence strength 53Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/.github/workflows/release-proxy-oss.yml | matched "GITHUB_TOKEN" | 30 |
| medium | Remote Payload | package/.github/workflows/deploy-proxy.yml | matched "curl " | 12 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/.github/workflows/release-proxy-oss.yml | matched "GITHUB_TOKEN" | 30 |
| medium | Remote Payload | package/.github/workflows/deploy-proxy.yml | matched "curl " | 12 |
| low | Obfuscation | package/src/infra/encryption.ts | matched "Buffer.from(encoded, \"base64" | 3 |
Manifest
Package metadata
Scripts11
build:ossbun run scripts/build-oss.tsdevbun run --watch src/index.tsdev:cloudGREPTURE_MODE=cloud GREPTURE_PLUGINS=./plugins/pro-actions/src/index.ts bun run --watch src/index.tspm2pm2 start --interpreter bun src/index.ts --name grepture-proxypm2:logspm2 logs grepture-proxypm2:restartpm2 restart grepture-proxypm2:stoppm2 stop grepture-proxystartbun run src/index.tsstart:cloudGREPTURE_MODE=cloud GREPTURE_PLUGINS=./plugins/pro-actions/src/index.ts bun run src/index.tstestbun testtypechecktsc --noEmit
Dependencies3
@supabase/supabase-js^2.49.0@upstash/redis^1.34.0hono^4.7.0