ifc

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2026 License: MIT Imports: 0 Imported by: 0

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 Integrity

type Integrity string
const (
	IntegrityTrusted   Integrity = "trusted"
	IntegrityUntrusted Integrity = "untrusted"
)

type SecurityLabel

type SecurityLabel struct {
	Integrity       Integrity         `json:"integrity"`
	Confidentiality []Confidentiality `json:"confidentiality"`
}

func LabelGetMe

func LabelGetMe() SecurityLabel

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL