From 22b16203143d459eaeabd9649fde662d4a996b98 Mon Sep 17 00:00:00 2001 From: OyaAI Date: Mon, 11 May 2026 22:06:20 -0400 Subject: [PATCH] Add SafeSkill security badge (88/100) Signed-off-by: SafeSkill Scanner --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b253879..342586a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # LAIN-mcp +[![SafeSkill 88/100](https://img.shields.io/badge/SafeSkill-88%2F100_Passes%20with%20Notes-yellow)](https://safeskill.dev/scan/spuentesp-lain) LAIN builds a map of how all the code in your project connects — what calls what, what depends on what, which files tend to change together. Then it lets your AI coding assistant ask questions about that map. So instead of the AI just looking at one file and guessing, it can ask "if I change this function, what else breaks?" and get a real answer. It plugs into any AI agent that supports MCP and runs in the background while you work. Screenshot 2026-04-29 at 9 18 15 PM