github source

github.repo_secret_scanning_alerts

fail

List secret scanning alerts for a repository

Requires owner and repo. Most useful optional filters: state, assignee, sort. Add alert_number to jump from the default list call to a specific record lookup.

owner, repo captured 2026-08-31 08:36:47Zmedian 38109 ms
Verdict: FALSE

All variants failed: 6 errors, 0 successful.

What to do

GitHub returned 429
upstream.rate_limit

Personal tokens get 60 req/hr unauthenticated and 5000/hr authenticated. App tokens get 5000/hr.

Wait the retry window (60–1300s) and re-run
GitHub returned 429
upstream.rate_limit

Personal tokens get 60 req/hr unauthenticated and 5000/hr authenticated. App tokens get 5000/hr.

Use a token with higher rate-limit budget (GH Apps get 5000/hr vs personal 60/hr)
GitHub returned 429
upstream.rate_limit

Personal tokens get 60 req/hr unauthenticated and 5000/hr authenticated. App tokens get 5000/hr.

Reduce --runs to 1 to lower total request volume
Retry with alternate repos
retry-strategy

If the failure is 404 on `anomalyco/opencode`, try `sst/opencode` or `octocat/Hello-World`. The retry script does this automatically.

python3 scripts/retry_batch.py --source github --only-category <category>
rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal241225 ms43403 ms45582 ms[0, 0]2
realistic237984 ms38109 ms38234 ms[0, 0]2
edge232469 ms33045 ms33621 ms[0, 0]2

Latency per trial

minimalmedian 43403ms
t141225mst245582ms
scale: 0–45582 ms
realisticmedian 38109ms
t138234mst237984ms
scale: 0–38234 ms
edgemedian 33045ms
t133621mst232469ms
scale: 0–33621 ms

Probe variants — every command + output

minimal2 trials
min 41225ms · median 43403ms · max 45582ms · rows 0,0

smallest valid query

Command
SELECT * FROM github.repo_secret_scanning_alerts WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1
Trials + output
trial 1·41225ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 663s [GET] https://api.github.com/repos/anomalyco/opencode/secret-scanning/alerts
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·45582ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 617s [GET] https://api.github.com/repos/anomalyco/opencode/secret-scanning/alerts
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
realistic2 trials
min 37984ms · median 38109ms · max 38234ms · rows 0,0

typical user query

Command
SELECT * FROM github.repo_secret_scanning_alerts WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25
Trials + output
trial 1·38234ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 579s [GET] https://api.github.com/repos/anomalyco/opencode/secret-scanning/alerts
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·37984ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 541s [GET] https://api.github.com/repos/anomalyco/opencode/secret-scanning/alerts
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
edge2 trials
min 32469ms · median 33045ms · max 33621ms · rows 0,0

edge: larger limit

Command
SELECT * FROM github.repo_secret_scanning_alerts WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200
Trials + output
trial 1·33621ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 507s [GET] https://api.github.com/repos/anomalyco/opencode/secret-scanning/alerts
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.
trial 2·32469ms·rows 0isError=true
Error
Error: Source rate limit exceeded (429)
Detail: rate limit exceeded; retry after 475s [GET] https://api.github.com/repos/anomalyco/opencode/secret-scanning/alerts
Hint: The upstream API is rate-limiting requests. Wait briefly and retry.

All returned rowsacross all non-errored trials · filterable · paginated

0 rows stored · 0 returned · page 1/1
No rows captured. Trials either returned isError=true (errors shown above) or the probe runner didn't capture full output rows.

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt141225ms0error
minimalt245582ms0error
realistict138234ms0error
realistict237984ms0error
edget133621ms0error
edget232469ms0error
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T08:36:47Z
JSON record: reports/github/tables/repo_secret_scanning_alerts.json
first_run_at: 2026-08-31T08:36:47Z
last_retried_at: 2026-08-31T08:36:47Z
retry_count: 0
View version history →