FindRequest: {
    description?: string;
    finding_id?: string;
    mode?: Mode;
    source_files?: FileContent[];
}

Request parameters specific to FIND sessions, used for discovering

Type declaration

  • Optionaldescription?: string

    Additional context or custom instructions provided by the user to guide

    the vulnerability analysis.

  • Optionalfinding_id?: string

    The identifier of a specific finding to verify. This is primarily used in

    VERIFY mode to focus the agent's execution-based validation on a single vulnerability.

  • Optionalmode?: Mode

    The mode of the find session.

  • Optionalsource_files?: FileContent[]

    A list of source files to provide as context for the scan.

vulnerabilities in a codebase.