Scan Results
How to view and take actions on scan results
Open Scan Results
You can open the scan results by clicking on the scan card in the chat interface, the public scan list or your own scan list.
The result will be opened in the popup view (dialog), you can open it as a non-dialog page by clicking on the "Open" button in the upper-right corner of the dialog.
Each public result (result that belongs to a public chat session) is accessible to everyone. The URL is sharable. When the result is opened via a direct URL link, it will be opened in the non-dialog page.
View Scan Results
The Scan Results view generally consists of the following sections:
- Scan Summary and Actions (top section)
- Source Code (left section)
- Results (right section), which consists of the following tabs:
- Findings
- Summary
- Protocol Diagram
Scan Summary and Actions
The scan summary section provides a high-level overview of the scan results. It includes the following information:
- Scan Status: The status of the scan, including the scan start time, scan end time, scan duration, and the number of findings.
- A summary of the findings severity distribution: A summary of the findings severity distribution.
- Scan Duration: The duration of the scan.
- Creator of the scan: The creator of the scan.
There are also a list of buttons for performing various actions on the scan results.
- Share: Copy the link to the scan result, good for quickly sharing the scan result with others
- Open: Open the scan result in a new page, available in dialog mode
- Export: Export the scan result (findings, summary, protocol diagram) in Markdown or JSON format
- Conversation: Open the chat session that the scan result belongs to
- Discloure Management: Management disclosure level of the scan result
- Rename: Rename the title of the scan result
Tags

Tags help you organize and categorize your scan results. You can add relevant tags to make your scans easier to find and filter later.
- Add Tags: Click the "Add tag" button to add tags to your scan. You can search for existing tags or create new ones
- Popular Tags: When you open the tag selector, you'll see popular tags that are commonly used by the community
- Search Tags: Start typing to search for specific tags that match your query
- Remove Tags: Click the × button on any tag to remove it from your scan
- Tag Visibility: Tags are visible to everyone on public scans, helping the community discover related content
Only the scan owner can add or remove tags from their scans.
Source Code

The source code section displays the source code of the smart contract that was scanned. If there are mulitple files, there will be a file selector to the upper-right corner of the source code view.
The source code will show a highlight segment when the corresponding finding is hovered.
Results

The results section displays the findings, summary and protocol diagram of the scan result as tabs.
- Findings: List of findings, each finding has a severity, a description, and a fix suggestion. Hovering on each of the issues in the findings list will also focus the corresponding code segment in the source code view.
- Summary: A summary of the source code, focusing on the architecture, quality and technical details.
- Protocol Diagram: A protocol diagram of the smart contract, showing the function calls and their relationships.
Disclosure Management
Public scan results are by default partialy disclosed, which means only the title and severity of each finding are viewable. Other details like the concrete description, precise location in the code are omitted to avoid the risk of leaking sensitive information that can be exploited by malicious actors.
You can manage the disclosure level of the scan result with the action buttons top of the scan results view.

The disclosure level can be set to one of the following levels:
- Full Disclosure: The scan result is fully disclosed, all details are visible to everyone.
- Partial Disclosure: The scan result is partially disclosed, only the title and severity of each finding are viewable.
- No Disclosure: The scan result is fully hidden, there is only a short summary of how many findings exists.
We encourage you to be responsible and take extra precautions to avoid exposing sensitive information, especially when you switch to full disclosure.