# Quick Start

{% hint style="info" %}
**Sec3 X-ray scanner software is a security scanner specifically designed for Solana smart contracts.** &#x20;

**Sec3 X-ray can detect more than 50 types of security vulnerabilities and can be integrated into the GitHub CI development process.**

**Integrating Sec3 X-ray into your protocol's development process can shift security practices left, reduce costly security issues, and speed up time-to-market.**

**sec3 X-ray has been adopted at leading Solana Protocols; try it out today!**
{% endhint %}

**Sec3 X-ray offers a number of features:**

* It detects **50+ types of common security vulnerabilities** in Solana smart contracts, including both Rust-native and Anchor-based programs. See a partial list of the “[Sec3 Vulnerabilities and Exposures (SVE)](https://pro.sec3.dev/sves)”.
* It is **integrated into GitHub CI** and **code scanning alerts**.
* It issues a **certificate** when no vulnerabilities are found in the program
* It provides a **dashboard** to navigate the reported vulnerabilities
* It is **fast**: it generates a full report in a few minutes for complex programs.
* It is **available 24/7**

## Getting Started

### **1. Sign up:**&#x20;

Go to [https://pro.sec3.dev](https://pro.sec3.dev/)

### **2. Create and run tasks**

<div align="left"><img src="https://2586477326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMej1XIjZMe7uRcLdQG7n%2Fuploads%2Fzwb0DJMKU7gEO462bWtq%2Fsec3%20-%20Security%20Auditing%20for%20Solana%20Apps%20-%20Google%20Chrome%202022_10_3%2014_00_38.png?alt=media&#x26;token=5762e403-a8c5-404e-b596-c9bbba27e357" alt="Create a task"></div>

### **3. View reports**

<div align="left"><img src="https://2586477326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMej1XIjZMe7uRcLdQG7n%2Fuploads%2FlCXXLEmqcs1UQUvwPJVd%2Fsec3%20-%20Security%20Auditing%20for%20Solana%20Apps%20-%20Google%20Chrome%202022_10_3%2014_21_27.png?alt=media&#x26;token=ad116642-30c5-485f-a46c-905c62a07290" alt=""></div>

![](https://2586477326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMej1XIjZMe7uRcLdQG7n%2Fuploads%2F5byK2CkvD7vRM8bZ55uL%2Fsec3%20-%20Security%20Auditing%20for%20Solana%20Apps%20-%20Google%20Chrome%202022_10_3%2014_23_20.png?alt=media\&token=0f3860bf-be91-464a-82b5-03e349d6fb64)

### **4. Upgrade to a paid plan**

The free plan has limited features (e.g., it detects only a subset of the 50+ SVEs). To upgrade, choose a [Build or Scale plan](https://pro.sec3.dev/account#plan) and fill in payment info (either by card or US bank account)**.**

### **5. Download SARIF report**

Sec3 X-ray also generates a [SARIF](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html) report of the results, which can be downloaded from the dashboard.

![](https://2586477326-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMej1XIjZMe7uRcLdQG7n%2Fuploads%2FdfAUIEcnKO7Ybtenywzs%2Fsec3%20-%20Security%20Auditing%20for%20Solana%20Apps%20-%20Google%20Chrome%202022_10_3%2014_21_27.png?alt=media\&token=f2222a88-8b4e-44b1-a898-79f37c6799f2)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sec3.dev/sec3-x-ray/quick-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
