Overview of Security Audit Records

Picture of Kalanithi Balasubramanian

Kalanithi Balasubramanian

Updated on December 16, 2024

Security audit records get created when a prompt runs and a response gets back from AI. These records help identify the data we send and receive.

Feedback after running a prompt also gets tagged to these records. These records will also host the error messages encountered when we run GPTfy.

Identifying Important Tabs and Fields in Security Audit Records

Understand the critical tabs and fields within these records to capture essential information.

Details Tab:

Context Tab

  • Data (PII Key): The encryption key to process Personally Identifiable Information (PII).
  • Data (Original): The raw data extracted from Salesforce.
  • Data (PII Removed): Review the data processed to remove PII and transmit it to the AI.
  •  
    • The context tab has the option to View in the JSON Viewer. The Data Original and the Data PII Removed are available in JSON format, which allows users to view and analyze the JSON (JavaScript Object Notation) data in a user-friendly manner.

Response Tab

  • Data (Decrypt PII Key): Decrypting key to reintroduce PII into the data.
  • AI Processed Data (No PII): Examine the response after data deidentification.
  • AI Processed Data (PII Added): Review the response received from the AI, now including PII.
  • The response from the Console will be populated at the top of the Response tab of the security Audit record.

Prompt Actions

When a prompt with actions is executed, corresponding security audit records are generated. These records document all details related to the specific action performed.

  • Prompt Action Detail: This tab displays information about the action based on the selected prompt action.
    • Completed: Indicates successful execution of the action.
    • Errored: Indicates an issue during execution.
    • Message: Displays error messages, if any, related to the execution of the action.
    • Prompt Action Details: It will show the Prompt action details according to the prompt action selected.

Polling Tab

The new Polling feature is designed to handle cases where the AI cannot initially process a user’s voice recording. This asynchronous process ensures multiple attempts to extract the transcript.

Feedbacks Tab:

  • Access a list of feedback related to a specific response.
  • Feedback is captured through the thumbs-down icon on the GPTfy console, allowing users to provide suggestions if they have any.
  • This feedback is associated with responses and linked to the respective audit record.

Feedback can be added via the GPTfy console, and here is the step-by-step procedure on how to provide feedback on a particular response. The feedback will be linked to the security audit record.

FilesWhen a user sends a huge amount of data to AI, that is more than 131072 characters (character limit of a Long text area field) files will be created for those fields. Example –

Data_PII_Removed__c
Data_Original__c

Step 1: Run a prompt

  • Run a prompt on a record.

  • Response gets pasted to the console and a Security audit record is created.

Step 2: Give a Feedback. For example – Thumbs-down

  • Click on the Thumbs-down icon in the console.

  • Add Comments and select any available options.

  • Click Save.

Step 3: Verify the feedback

  • Open the security audit record by clicking on the hyperlink on the console.

  • Click on the feedback tab.

  • A related record of feedback is added.