# Code Quality, Linting & Security Analysis

Security is foundational to trust in any decentralized system. InSoBlok AI enforces rigorous testing and quality assurance through automated frameworks, static analysis tools, and property-based testing designed to harden smart contract logic against vulnerabilities.CommentShare feedback on the editor

| **Tool**      | **Capability**                                                            |
| ------------- | ------------------------------------------------------------------------- |
| **Slither**   | Industry-leading static analysis and vulnerability detection for Solidity |
| **Echidna**   | Property-based fuzz testing for smart contract behavior                   |
| **Manticore** | Symbolic execution for deeper behavioral and security verification        |
| **Solhint**   | Linting for code style, documentation, and security best practices        |
| **Ethlint**   | Static analysis to enforce Solidity coding standards and secure patterns  |


---

# 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.insoblokai.io/development-tools-and-sdks/code-quality-linting-and-security-analysis.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.
