Documentation
¶
Overview ¶
Package ifc provides Information Flow Control labels for annotating MCP tool outputs. The actual IFC enforcement engine lives in a separate service; this package only defines the label schema used for annotations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Confidentiality ¶
type Confidentiality string
const (
ConfidentialityPublic Confidentiality = "public"
)
type SecurityLabel ¶
type SecurityLabel struct {
Integrity Integrity `json:"integrity"`
Confidentiality []Confidentiality `json:"confidentiality"`
}
func LabelGetMe ¶
func LabelGetMe() SecurityLabel
Click to show internal directories.
Click to hide internal directories.