# MetaScan

## 简介

MetaScan采用了一种将开发者放在首位的革命性方法。它将多个尖端的安全扫描引擎整合到一个具有前所未有的速度和准确性的平台中，确保应用程序的每个层次都得到保护，而不仅仅是智能合约层。

* **MetaScan安全平台包括多个关键引擎：**
  * Security Analyzer：检测智能合约中的安全漏洞。
  * Security Prover：使用形式化方法证明智能合约无漏洞。
  * Open Source Analyzer：供应链分析工具。
  * IP Analyzer：检测由代码克隆引起的智能合约中的漏洞。
  * Code style: 检测合约代码质量

MetaScan能够在整个软件开发生命周期的早期发现开发者开源依赖中的漏洞。

**如何运行MetaScan：**\
MetaScan环境 MetaScan环境是您可以访问所选产品的方式： \
**WEB：**&#x4D;etaScan Web界面（app.metatrust.io）提供了基于浏览器的体验，以及诸如配置设置、过滤和修复发现的问题以及报告等功能。


---

# 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://docs.metatrust.io/docs-zh/introduction/metascan.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.
