Ranked findings feed: high-fan-in repos with low bus factor (spec §8).
Return the ranked concentration-risk feed for a connected org.
Default mode (no overrides): returns repos where the stored
is_concentration_risk is true (fan-in >= org P75 with floor 5, AND
0 < bus_factor <= bus_factor_ceiling — defaults 5 and 2 per spec §2).
Override mode (either min_dependents or max_bus_factor given):
ignores the stored flag and uses the inline predicate
bus_factor > 0 AND bus_factor <= max_bus_factor AND dependents_count >= min_dependents
(each clause is no-op when its param is omitted). bus_factor = 0
(no human commits) is always excluded.
Ordered risk_score DESC, top_author_share DESC, repository_id ASC.
Paginated via limit / offset; X-Total-Count carries the full
matching set. Returns an empty list when no signal rows exist for the
org’s latest scan (OWNERSHIP_SIGNAL_ENABLED=false or pre-backfill).
Raw emails are never returned (PII).
Authorizations
Headers
Path Parameters
Query Parameters
Maximum items to return.
1 <= x <= 500Items to skip.
x >= 0Override: require dependents_count >= this. Activates override mode.
x >= 0Override: require 1 <= bus_factor <= this. Activates override mode.
x >= 1Cookies
Response
Successful Response
Name + share of the single top contributor (humans only).
