# Herramientas

Las herramientas más utilizadas son:

* [Slither](https://github.com/crytic/slither)
  * Una herramienta de Trail of Bits para análisis estático.
* [Echidna](https://github.com/crytic/echidna)
  * Herramienta de Trail of Bits, para fuzzing.
* [Manticore](https://github.com/trailofbits/manticore)
  * Herramienta de Trail of Bits para ejecución simbólica.
* [MythX](https://mythx.io/)
  * Herramienta de seguridad para contratos inteligentes (pagada).
* [Mythrill](https://github.com/ConsenSys/mythril)
  * Versión gratuita de MythX.
* [ETH Security Toolbox](https://github.com/trailofbits/eth-security-toolbox)
  * Script to create docker containers configured with Trail of Bits security tools.
* [ethersplay](https://github.com/crytic/ethersplay)
  * ETH Disassembler
* [Consensys Security Tools](https://consensys.net/diligence/tools/)
  * Una listado de herramientas de Consensys.


---

# 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/herramientas.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.
