# Overview of SolidityScan

SolidityScan is a cloud-based smart contract vulnerability scanner built to discover vulnerabilities and help publish audit reports after vulnerability mitigations.

SolidityScan scans all of your smart contract code to detect potential security vulnerabilities and anti-patterns. The product aims to sit in your development pipeline, run the scan on your contract's code, and flag known vulnerabilities. The end output from the product is an audit report of your code, which contains information on which parts of your code might lead to potential security vulnerabilities.

The application also outputs a security score, which helps developers understand the security posture of their contracts. They can then rescan their contracts after bug fixing to improve their score and publish the audit report to the community.

{% embed url="<https://youtu.be/dmpEbZuywvQ>" %}


---

# 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://apidoc.solidityscan.com/solidityscan-security-api/introduction/readme.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.
