From 6a2dd2120c8a02c132a21a588170b3c1fe3b3299 Mon Sep 17 00:00:00 2001 From: Francisco Angulo de Lafuente <166046035+Agnuxo1@users.noreply.github.com> Date: Sat, 25 Apr 2026 03:40:31 +0200 Subject: [PATCH 1/2] Add Agnuxo1/enigmagent-mcp to Security section (rebased) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d10b315a..b9ad4ad1 100644 --- a/README.md +++ b/README.md @@ -2062,6 +2062,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [dkvdm/onepassword-mcp-server](https://github.com/dkvdm/onepassword-mcp-server) - An MCP server that enables secure credential retrieval from 1Password to be used by Agentic AI. - [duriantaco/skylos](https://github.com/duriantaco/skylos) [![mcp-skylos MCP server](https://glama.ai/mcp/servers/@duriantaco/mcp-skylos/badges/score.svg)](https://glama.ai/mcp/servers/@duriantaco/mcp-skylos) 🐍 🏠 🍎 🪟 🐧 - Dead code detection, security scanning, and code quality analysis for Python, TypeScript, and Go. 98% recall with fewer false positives than Vulture. Includes AI-powered remediation. - [Erodenn/fetch-guard](https://github.com/Erodenn/fetch-guard) [![fetch-guard MCP server](https://glama.ai/mcp/servers/@Erodenn/fetch-guard/badges/score.svg)](https://glama.ai/mcp/servers/@Erodenn/fetch-guard) 🐍 🏠 🍎 🪟 🐧 - URL fetcher and HTML-to-markdown converter with three-layer prompt injection defense: pre-extraction sanitization of hidden/off-screen elements and non-printing Unicode, 15-pattern risk scanning (HIGH/MEDIUM/OK), and per-request session-salt content boundary wrapping. +- [Agnuxo1/enigmagent-mcp](https://github.com/Agnuxo1/enigmagent-mcp) 📇 🏠 🍎 🪟 🐧 - Encrypted local vault for AI agents. Resolve `{{SECRET}}` placeholders in prompts at runtime — the LLM never sees real API keys. AES-256-GCM + Argon2id, zero cloud, browser extension included. `npx enigmagent-mcp` - [firstorderai/authenticator_mcp](https://github.com/firstorderai/authenticator_mcp) 📇 🏠 🍎 🪟 🐧 – A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App. - [forest6511/secretctl](https://github.com/forest6511/secretctl) 🏎️ 🏠 🍎 🪟 🐧 - AI-safe secrets manager with MCP integration. Run commands with credentials injected as environment variables - AI agents never see plaintext secrets. Features output sanitization, AES-256-GCM encryption, and Argon2id key derivation. - [fosdickio/binary_ninja_mcp](https://github.com/fosdickio/binary_ninja_mcp) 🐍 🏠 🍎 🪟 🐧 - A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates [Binary Ninja](https://binary.ninja) with your favorite MCP client. It enables you to automate the process of performing binary analysis and reverse engineering. From 2047a0577aab8b81aefec56098a21e9d2c593549 Mon Sep 17 00:00:00 2001 From: Francisco Angulo de Lafuente Date: Sat, 25 Apr 2026 04:43:54 +0200 Subject: [PATCH 2/2] Add Glama quality/security badge for enigmagent-mcp Glama build test 019dc281 passed (status: success). Server starts in locked mode under mcp-proxy (no TTY), responds to initialize and tools/list. Release v0.1.0 published on Glama 2026-04-25. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9ad4ad1..f93dd418 100644 --- a/README.md +++ b/README.md @@ -2062,7 +2062,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [dkvdm/onepassword-mcp-server](https://github.com/dkvdm/onepassword-mcp-server) - An MCP server that enables secure credential retrieval from 1Password to be used by Agentic AI. - [duriantaco/skylos](https://github.com/duriantaco/skylos) [![mcp-skylos MCP server](https://glama.ai/mcp/servers/@duriantaco/mcp-skylos/badges/score.svg)](https://glama.ai/mcp/servers/@duriantaco/mcp-skylos) 🐍 🏠 🍎 🪟 🐧 - Dead code detection, security scanning, and code quality analysis for Python, TypeScript, and Go. 98% recall with fewer false positives than Vulture. Includes AI-powered remediation. - [Erodenn/fetch-guard](https://github.com/Erodenn/fetch-guard) [![fetch-guard MCP server](https://glama.ai/mcp/servers/@Erodenn/fetch-guard/badges/score.svg)](https://glama.ai/mcp/servers/@Erodenn/fetch-guard) 🐍 🏠 🍎 🪟 🐧 - URL fetcher and HTML-to-markdown converter with three-layer prompt injection defense: pre-extraction sanitization of hidden/off-screen elements and non-printing Unicode, 15-pattern risk scanning (HIGH/MEDIUM/OK), and per-request session-salt content boundary wrapping. -- [Agnuxo1/enigmagent-mcp](https://github.com/Agnuxo1/enigmagent-mcp) 📇 🏠 🍎 🪟 🐧 - Encrypted local vault for AI agents. Resolve `{{SECRET}}` placeholders in prompts at runtime — the LLM never sees real API keys. AES-256-GCM + Argon2id, zero cloud, browser extension included. `npx enigmagent-mcp` +- [Agnuxo1/enigmagent-mcp](https://github.com/Agnuxo1/enigmagent-mcp) [![enigmagent-mcp MCP server](https://glama.ai/mcp/servers/Agnuxo1/enigmagent-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Agnuxo1/enigmagent-mcp) 📇 🏠 🍎 🪟 🐧 - Encrypted local vault for AI agents. Resolve `{{SECRET}}` placeholders in prompts at runtime — the LLM never sees real API keys. AES-256-GCM + Argon2id, zero cloud, browser extension included. `npx enigmagent-mcp` - [firstorderai/authenticator_mcp](https://github.com/firstorderai/authenticator_mcp) 📇 🏠 🍎 🪟 🐧 – A secure MCP (Model Context Protocol) server that enables AI agents to interact with the Authenticator App. - [forest6511/secretctl](https://github.com/forest6511/secretctl) 🏎️ 🏠 🍎 🪟 🐧 - AI-safe secrets manager with MCP integration. Run commands with credentials injected as environment variables - AI agents never see plaintext secrets. Features output sanitization, AES-256-GCM encryption, and Argon2id key derivation. - [fosdickio/binary_ninja_mcp](https://github.com/fosdickio/binary_ninja_mcp) 🐍 🏠 🍎 🪟 🐧 - A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates [Binary Ninja](https://binary.ninja) with your favorite MCP client. It enables you to automate the process of performing binary analysis and reverse engineering.