Send All Audit Reports
When you are ready to send all of your audit reports to the AI Vulnerability Database (AVID), please fill out the following information. Only your submitted reports will be stored in the database for further analysis. While you can submit reports anonymously, we encourage you to provide your email so that we can contact you if we have any questions.

Summary of Reports to Send (Reports that include evidence and are marked as complete)

    {#each all_reports as report} {#if report["complete_status"] && (report["evidence"].length > 0)}
  • {report["title"]}
    • Error Type: {report["error_type"]}
    • Evidence: Includes {report["evidence"].length} example{(report["evidence"].length > 1) ? 's' : ''}
    • Summary/Suggestions: {report["text_entry"]}
    {/if} {/each}