@langwatch/scenario
    Preparing search index...

    Interface Technique

    A GOAT semantic attack technique.

    interface Technique {
        description: string;
        example: string;
        id: string;
        name: string;
    }
    Index

    Properties

    description: string

    One-sentence description of what the technique does.

    example: string

    Example phrasing the attacker can adapt, quoted.

    id: string

    Stable uppercase-snake-case identifier used in telemetry. Must be unique within a catalogue. Example: HYPOTHETICAL_FRAMING.

    name: string

    Display name the attacker LLM sees in the rendered catalogue. May contain spaces/punctuation for readability. Example: HYPOTHETICAL FRAMING.