github source

github.private_vulnerability_reporting

pass

Check if private vulnerability reporting is enabled for a repository

Requires owner and repo. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.

owner, repo captured 2026-08-31 07:41:10Zmedian 35317 ms
Verdict: TRUE

All variants returned rows on ≥2 trials, 0 errors.

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal234628 ms35942 ms37256 ms[1, 1]0
realistic230949 ms35317 ms39685 ms[1, 1]0
edge229870 ms31539 ms33208 ms[1, 1]0

Latency per trial

minimalmedian 35942ms
t134628mst237256ms
scale: 0–37256 ms
realisticmedian 35317ms
t139685mst230949ms
scale: 0–39685 ms
edgemedian 31539ms
t133208mst229870ms
scale: 0–33208 ms

Probe variants — every command + output

minimal2 trials
min 34628ms · median 35942ms · max 37256ms · rows 1,1

smallest valid query

Command
SELECT * FROM github.private_vulnerability_reporting WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 1
Trials + output
trial 1·34628ms·rows 1isError=false
First row (click to expand JSON)
{
  "enabled": "true",
  "owner": "anomalyco",
  "repo": "opencode"
}
columns (3)
enabledownerrepo
trial 2·37256ms·rows 1isError=false
First row (click to expand JSON)
{
  "enabled": "true",
  "owner": "anomalyco",
  "repo": "opencode"
}
columns (3)
enabledownerrepo
realistic2 trials
min 30949ms · median 35317ms · max 39685ms · rows 1,1

typical user query

Command
SELECT * FROM github.private_vulnerability_reporting WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 25
Trials + output
trial 1·39685ms·rows 1isError=false
First row (click to expand JSON)
{
  "enabled": "true",
  "owner": "anomalyco",
  "repo": "opencode"
}
columns (3)
enabledownerrepo
trial 2·30949ms·rows 1isError=false
First row (click to expand JSON)
{
  "enabled": "true",
  "owner": "anomalyco",
  "repo": "opencode"
}
columns (3)
enabledownerrepo
edge2 trials
min 29870ms · median 31539ms · max 33208ms · rows 1,1

edge: larger limit

Command
SELECT * FROM github.private_vulnerability_reporting WHERE owner = 'anomalyco' AND repo = 'opencode' LIMIT 200
Trials + output
trial 1·33208ms·rows 1isError=false
First row (click to expand JSON)
{
  "enabled": "true",
  "owner": "anomalyco",
  "repo": "opencode"
}
columns (3)
enabledownerrepo
trial 2·29870ms·rows 1isError=false
First row (click to expand JSON)
{
  "enabled": "true",
  "owner": "anomalyco",
  "repo": "opencode"
}
columns (3)
enabledownerrepo

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

6 rows stored · 6 returned · page 1/1
10trueanomalycoopencode
21trueanomalycoopencode
12trueanomalycoopencode
23trueanomalycoopencode
14trueanomalycoopencode
25trueanomalycoopencode

Column profile

3 columns actually returned by coral. Catalog claims "2 required filter(s)": "owner, repo". Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1enabledstring60"true"
2ownerstring60"anomalyco"
3repostring60"opencode"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt134628ms1okenabled, owner, repo
minimalt237256ms1okenabled, owner, repo
realistict139685ms1okenabled, owner, repo
realistict230949ms1okenabled, owner, repo
edget133208ms1okenabled, owner, repo
edget229870ms1okenabled, owner, repo

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
Requires owner and repo. Keep queries repository-scoped; fan out across repos client-side when you need broader coverage.
Columns coral returned (3)
enabledownerrepo
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-08-31T07:41:10Z
JSON record: reports/github/tables/private_vulnerability_reporting.json
first_run_at: 2026-08-31T07:41:10Z
last_retried_at: 2026-08-31T07:41:10Z
retry_count: 0
View version history →