opencode source

opencode.credentials

pass

Stored provider credential rows (label, connector, method, active flag, timestamps). The underlying `value` is a live secret (API key / token) and is **not** exposed.

SELECT id, label, connector_id, method_id, active

no filters captured 2026-09-01 11:26:28Zmedian 11119 ms
Verdict: TRUE

Reachable and queryable: 0 errors across all trials, but the table is currently empty in the source (no data rows on scan variants). See analysis.json → data.empty_table.

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal311014 ms11119 ms11315 ms[0, 0, 0]0
order311007 ms11137 ms11239 ms[0, 0, 0]0
filter-active311415 ms12930 ms13564 ms[0, 0, 0]0
group-by311181 ms11303 ms11526 ms[0, 0, 0]0

Latency per trial

minimalmedian 11119ms
t111014mst211119mst311315ms
scale: 0–11315 ms
ordermedian 11137ms
t111007mst211239mst311137ms
scale: 0–11239 ms
filter-activemedian 12930ms
t112930mst213564mst311415ms
scale: 0–13564 ms
group-bymedian 11303ms
t111303mst211526mst311181ms
scale: 0–11526 ms

Probe variants — every command + output

minimal3 trials
min 11014ms · median 11119ms · max 11315ms · rows 0,0,0

smallest query

Command
SELECT id, integration_id, label, connector_id, method_id, active FROM opencode.credentials LIMIT 1
Trials + output
trial 1·11014ms·rows 0isError=false
trial 2·11119ms·rows 0isError=false
trial 3·11315ms·rows 0isError=false
order3 trials
min 11007ms · median 11137ms · max 11239ms · rows 0,0,0

most recently added credentials

Command
SELECT id, label, connector_id, method_id, active FROM opencode.credentials ORDER BY time_created DESC LIMIT 25
Trials + output
trial 1·11007ms·rows 0isError=false
trial 2·11239ms·rows 0isError=false
trial 3·11137ms·rows 0isError=false
filter-active3 trials
min 11415ms · median 12930ms · max 13564ms · rows 0,0,0

active credentials

Command
SELECT id, label, connector_id, method_id FROM opencode.credentials WHERE active = 1 LIMIT 25
Trials + output
trial 1·12930ms·rows 0isError=false
trial 2·13564ms·rows 0isError=false
trial 3·11415ms·rows 0isError=false
group-by3 trials
min 11181ms · median 11303ms · max 11526ms · rows 0,0,0

credentials by connector

Command
SELECT connector_id, COUNT(*) AS n FROM opencode.credentials GROUP BY connector_id ORDER BY n DESC
Trials + output
trial 1·11303ms·rows 0isError=false
trial 2·11526ms·rows 0isError=false
trial 3·11181ms·rows 0isError=false

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
minimalt111014ms0ok
minimalt211119ms0ok
minimalt311315ms0ok
ordert111007ms0ok
ordert211239ms0ok
ordert311137ms0ok
filter-activet112930ms0ok
filter-activet213564ms0ok
filter-activet311415ms0ok
group-byt111303ms0ok
group-byt211526ms0ok
group-byt311181ms0ok
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T11:26:28Z
JSON record: reports/opencode/tables/credentials.json
first_run_at: 2026-09-01T11:26:28Z
last_retried_at: 2026-09-01T11:26:28Z
retry_count: 1
View version history →