{ "@context": { "@version": 1.1, "lakera": "https://www.lakera.ai/ns/", "schema": "https://schema.org/", "owasp": "https://owasp.org/ns/", "Organization": "schema:Organization", "SoftwareApplication": "schema:SoftwareApplication", "name": "schema:name", "url": "schema:url", "description": "schema:description", "headquarters": "schema:address", "parentOrganization": "schema:parentOrganization", "Product": "schema:Product", "Guard": "lakera:Guard", "RedTeaming": "lakera:RedTeaming", "WorkforceAISecurity": "lakera:WorkforceAISecurity", "AIAgentSecurity": "lakera:AIAgentSecurity", "Policy": "lakera:Policy", "Project": "lakera:Project", "Detector": "lakera:Detector", "PromptAttackDetector": "lakera:PromptAttackDetector", "PIIDetector": "lakera:PIIDetector", "ContentModerationDetector": "lakera:ContentModerationDetector", "UnknownLinkDetector": "lakera:UnknownLinkDetector", "ConfidenceLevel": "lakera:ConfidenceLevel", "L1": "lakera:L1Confident", "L2": "lakera:L2VeryLikely", "L3": "lakera:L3Likely", "L4": "lakera:L4LessLikely", "L5": "lakera:L5Unlikely", "Message": "lakera:Message", "role": "lakera:role", "content": "lakera:content", "flagged": "lakera:flagged", "breakdown": "lakera:breakdown", "detector_type": "lakera:detectorType", "request_uuid": "lakera:requestUuid", "owaspLLM01": "owasp:LLM01-PromptInjection", "owaspLLM06": "owasp:LLM06-SensitiveInfoDisclosure" } }