diff --git a/_data/tools.json b/_data/tools.json index 5d7d071847..ffda0e4d30 100644 --- a/_data/tools.json +++ b/_data/tools.json @@ -1925,4 +1925,14 @@ "note": "Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes.", "type": "SAST" } + , + { + "title": "L3X", + "url": "https://github.com/VulnPlanet/l3x", + "owner": "VulnPlanet", + "license": "Open Source or Free", + "platforms": "GitHub", + "note": "L3X detects vulnerabilities in Rust and Solidity code based on patterns and AI code analysis. Various LLMs act as validators for vulnerabilities detected by patterns and validate each other's results in AI code analysis. Vulnerabilities are confirmed when they receive confirmation from a majority of validators.", + "type": "SAST" + } ]