Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/agent / / TrustClass

Type Alias: TrustClass

ts
type TrustClass = "loopback" | "public-tls" | "public-mtls" | "untrusted-skill";

Defined in: packages/agent/src/lateral-leak/merge-guard.ts:18

Trust-class baseline used by the guard's sourceTrust computation. Mirrors the DEC-149 trust-class taxonomy from @graphorin/provider.

Stable