# Proceso de Auditoría

Un proceso de auditoría consiste de los siguientes pasos:

1. Realizar pruebas.
2. Leer especificaciones y documentación.
3. Utilizar herramientas para pruebas (como slither, linters, análisis estático, etc).
4. Análisis manual.
5. Correr herramientas de pruebas más exhaustivas (como echidna, manticore, ejecución simbólica, MythX, etc.)
6. Discutir (y repetir los pasos anterior según se requiera)
7. Escribir un reporte de hallazgos ([Ejemplo](https://github.com/transmissions11/solmate/tree/main/audits))

Normalmente, el reporte se organiza clasificando los hallazgos según su probabilidad de ocurrencia y el tamaño del impacto que pueden tener, siendo los hallazgos críticos y de alta probabilidad/impacto los que deben corregirse con prioridad.

<figure><img src="/files/v3EhupZPBvcTOIAf4mHx" alt=""><figcaption></figcaption></figure>


---

# 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://edp.ethkipu.org/modulo-5/seguridad-pruebas-y-auditoria/auditoria-de-smart-contracts/proceso-de-auditoria.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.
