MCPcopy
hub / github.com/github/github-mcp-server / LabelGetMe

Function LabelGetMe

pkg/ifc/ifc.go:72–74  ·  view source on GitHub ↗

LabelGetMe returns the IFC label for the authenticated user's own profile (get_me). Integrity is trusted: this is GitHub-maintained data about the caller's own account, not attacker-authored content. Confidentiality is private. The result includes fields that are NOT part of the user's public prof

()

Source from the content-addressed store, hash-verified

70// owned_private_repos — which are visible only to the authenticated user. The
71// result therefore must not be treated as world-readable.
72func LabelGetMe() SecurityLabel {
73 return PrivateTrusted()
74}
75
76// LabelListIssues returns the IFC label for a list_issues result.
77// Public repositories are universally readable; private repositories are

Callers 2

GetMeFunction · 0.92
TestLabelGetMeFunction · 0.85

Calls 1

PrivateTrustedFunction · 0.85

Tested by 1

TestLabelGetMeFunction · 0.68