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

Function LabelTeam

pkg/ifc/ifc.go:369–371  ·  view source on GitHub ↗

LabelTeam returns the IFC label for organization team membership data (get_teams, get_team_members). Integrity is trusted: team membership is maintained by GitHub and cannot be forged by outside contributors, so it is not an attacker-controllable instruction source. Confidentiality is private. Org

()

Source from the content-addressed store, hash-verified

367// belongs to are visible only to members of the organization, not to the
368// public, so the reader set is restricted (the opaque "private" marker).
369func LabelTeam() SecurityLabel {
370 return PrivateTrusted()
371}
372
373// LabelNotificationDetails returns the IFC label for the subject of a single
374// notification.

Callers 3

GetTeamsFunction · 0.92
GetTeamMembersFunction · 0.92
TestLabelTeamFunction · 0.85

Calls 1

PrivateTrustedFunction · 0.85

Tested by 1

TestLabelTeamFunction · 0.68