Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ProxyGuardResult

    interface ProxyGuardResult {
        allowed: boolean;
        findings: string[];
        headers: Record<string, string>;
        reason?: string;
        upstream: string;
    }
    Index
    allowed: boolean
    findings: string[]
    headers: Record<string, string>
    reason?: string
    upstream: string