awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

Awesome GitHub RepositoriesModel Context Protocol Security

Security controls for interactions between models and external tools.

Distinguishing note: Focuses on protocol-level security for context sharing.

Explore 10 awesome GitHub repositories matching security & cryptography · Model Context Protocol Security. Refine with filters or upvote what's useful.

Awesome Model Context Protocol Security GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • owasp/cheatsheetseriesAvatar von OWASP

    OWASP/CheatSheetSeries

    32,298Auf GitHub ansehen↗

    The OWASP Cheat Sheet Series is a comprehensive, community-driven repository of concise security best practices and defensive coding patterns. It serves as a centralized knowledge base for developers and security professionals, providing actionable guidance to secure applications across the entire software development lifecycle. The project covers a vast array of security domains, ranging from fundamental web application hardening and authentication protocols to specialized controls for modern infrastructure and artificial intelligence systems. What distinguishes this project is its decentral

    Ensures safe and authorized interaction between artificial intelligence models and external tools via context protocols.

    Pythonapplication-securityappsecbest-practices
    Auf GitHub ansehen↗32,298
  • modelcontextprotocol/modelcontextprotocolAvatar von modelcontextprotocol

    modelcontextprotocol/modelcontextprotocol

    8,458Auf GitHub ansehen↗

    Model Context Protocol is a standardized framework for connecting large language models to external data sources and executable tools. It enables the creation of a universal interface where servers expose tools, resources, and prompts that can be discovered and utilized by various AI clients. The protocol utilizes a JSON-RPC message system that is transport-agnostic, supporting both standard input/output for local processes and HTTP with server-sent events for remote connections. It emphasizes security and control by delegating model sampling to the client to keep API keys secure from servers

    Generates content via a client to ensure API keys remain secure and are not exposed to servers.

    TypeScript
    Auf GitHub ansehen↗8,458
  • superagent-ai/superagentAvatar von superagent-ai

    superagent-ai/superagent

    6,631Auf GitHub ansehen↗

    Superagent is an AI safety platform that protects applications from prompt injections, data leaks, and harmful outputs through built-in guardrails. It functions as a prompt injection detection system, data redaction tool, and red team testing tool, automatically removing personally identifiable information and protected health data from AI inputs and outputs while scanning image uploads with vision AI to detect visual prompt injection attacks before processing. The platform routes every prompt through a sequential pipeline of safety checks including injection detection, data redaction, and co

    Scans image uploads with vision AI to detect and block visual prompt injection attacks before processing.

    TypeScriptaianthropicguardrails
    Auf GitHub ansehen↗6,631
  • crytic/slitherAvatar von crytic

    crytic/slither

    6,141Auf GitHub ansehen↗

    Trail of Bits wraps Model Context Protocol apps to defend against prompt injection via tool descriptions and ANSI terminal escape codes.

    Pythonethereumsoliditystatic-analysis
    Auf GitHub ansehen↗6,141
  • microsoft/agent-governance-toolkitAvatar von microsoft

    microsoft/agent-governance-toolkit

    4,522Auf GitHub ansehen↗

    Das agent-governance-toolkit ist ein Framework zur Durchsetzung von Sicherheitsrichtlinien, zur Verwaltung von Zero-Trust-Identitäten und zum Sandboxing der Ausführung autonomer KI-Agenten. Es bietet eine Governance-Schicht, die darauf ausgelegt ist, das Verhalten von Agenten durch den Einsatz einer Sicherheitsrichtlinien-Engine, kryptografisches Identitätsmanagement und eine Laufzeit-Ausführungs-Sandbox zu kontrollieren. Das Projekt zeichnet sich durch ein mehrstufiges Privilege-Ring-System und ein kryptografisches Identitäts-Mesh aus, das die Kommunikation zwischen autonomen Entitäten sichert. Es implementiert einen Decay-basierten Trust-Scoring-Mechanismus zur Verfolgung der Entitätszuverlässigkeit und nutzt Hash-verkettete, manipulationssichere Audit-Logs, um eine verifizierbare Ausführungshistorie zu wahren. Das Toolkit deckt ein breites Spektrum an Funktionsbereichen ab, einschließlich Prompt-Sicherheit zur Abwehr von Injection-Angriffen, automatisierter Compliance-Abbildung gegen regulatorische Standards und autonomer Workflow-Orchestrierung unter Verwendung von Saga-Mustern. Es bietet zudem Flottenüberwachung zur Verfolgung von Gesundheits- und Ausgabenlimits sowie Tool-Execution-Sandboxing, um unbefugten Ressourcenzugriff zu beschränken. Ein Command-Line-Interface wird für die Ausführung von Steuersignalen, die Validierung von Governance-Richtlinien und die Verwaltung der Installation von Erweiterungen bereitgestellt.

    Provides a deterministic pattern scanner to verify that defensive language is present in system prompts before deployment.

    Python
    Auf GitHub ansehen↗4,522
  • opensquilla/opensquillaAvatar von opensquilla

    opensquilla/opensquilla

    4,211Auf GitHub ansehen↗

    OpenSquilla ist ein LLM-Agent-Orchestration-Framework zur Koordination mehrstufiger KI-Workflows und Tool-Ausführungen mittels gerichteter azyklischer Graphen. Es fungiert als zentrales System zur Verwaltung spezialisierter Skill-Pakete und zur Ausführung komplexer Reasoning-Sequenzen. Das Projekt zeichnet sich durch ein Routing-Gateway aus, das Aufgaben basierend auf Komplexität, Kosten und Performance an verschiedene KI-Anbieter weiterleitet. Es nutzt ein mehrstufiges KI-Gedächtnissystem, das Arbeits-, episodisches und semantisches Wissen mittels lokaler Embeddings und SQLite organisiert, sowie eine sichere Ausführungsumgebung (Sandbox), die Agent-generierten Code über risikobasierte Berechtigungsprofile isoliert. Die Plattform deckt ein breites Spektrum an Funktionen ab, einschließlich Multi-Channel-Deployment für Web- und Messaging-Plattformen, automatisierter Aufgabenplanung via Cron und einer Model Context Protocol-Bridge zur Anbindung externer Tools. Zudem bietet sie umfassende Monitoring- und Observability-Tools zur Verfolgung von Token-Kosten, zum Auditing von Laufzeitentscheidungen und zur Verwaltung eines Katalogs wiederverwendbarer Skills. Das System enthält CLI-Utilities für die Workspace-Initialisierung und das Skill-Lifecycle-Management.

    Deno AI Agent escapes metadata and tool results using XML to close common prompt injection attack vectors.

    Pythonagentaiai-agents
    Auf GitHub ansehen↗4,211
  • atmosphere/atmosphereAvatar von Atmosphere

    Atmosphere/atmosphere

    3,780Auf GitHub ansehen↗

    Atmosphere is a Java-based framework for building and coordinating AI agents. It provides a real-time transport layer for streaming data via WebSockets, SSE, gRPC, and WebTransport, alongside a multi-agent orchestration framework for managing agent fleets through sequential, parallel, and graph-based execution workflows. The project features a durable workflow engine that persists agent state as snapshots, allowing long-running tasks to survive system restarts and incorporate human-in-the-loop approvals. It also implements Model Context Protocol servers to expose tools, resources, and prompt

    Uses confinement blocks prepended to system prompts to ensure agents adhere to defined security boundaries.

    Javaacpagentic-aiembabel
    Auf GitHub ansehen↗3,780
  • cyberalbsecop/awesome_gpt_super_promptingAvatar von CyberAlbSecOP

    CyberAlbSecOP/Awesome_GPT_Super_Prompting

    3,654Auf GitHub ansehen↗

    This repository is a collection of specialized toolsets and libraries for large language model prompt engineering and security testing. It provides a library of advanced templates and frameworks designed to optimize the quality and specificity of model responses. The project includes resources for red teaming and security research, featuring a repository of prompts designed to bypass safety filters and operational constraints. It also provides techniques for system prompt extraction to reveal the internal instructions and configurations of AI personas. The collection covers a broader surface

    Provides security controls and prompt-based rules to defend against malicious prompt injection attacks.

    HTMLadversarial-machine-learningagentai
    Auf GitHub ansehen↗3,654
  • verazuo/jailbreak_llmsAvatar von verazuo

    verazuo/jailbreak_llms

    3,563Auf GitHub ansehen↗

    This project is a comprehensive ecosystem of frameworks, toolkits, and datasets designed to evaluate model vulnerabilities and analyze jailbreak patterns. It serves as an adversarial testing framework and research toolkit for measuring the effectiveness of safety guardrails in large language models. The system includes a library of real-world prompt injection datasets harvested from social media to study bypass strategies. It provides specialized tools for semantic attack analysis and prompt visualization, allowing for the mapping of relationships between adversarial prompts to discover commo

    Ships a library of real-world prompt injection datasets harvested from social media to study bypass strategies.

    Jupyter Notebookchatgptjailbreakjailbreaking
    Auf GitHub ansehen↗3,563
  • harishsg993010/damn-vulnerable-mcp-serverAvatar von harishsg993010

    harishsg993010/damn-vulnerable-MCP-server

    1,306Auf GitHub ansehen↗

    This project is an educational and research platform designed to simulate security vulnerabilities within AI-integrated systems and Model Context Protocol implementations. It provides a controlled environment where users can practice identifying and mitigating common attack vectors, such as prompt injection and unauthorized code execution, by interacting with intentionally insecure tools and protocol configurations. The platform distinguishes itself by offering a dedicated laboratory for auditing Model Context Protocol integrations. It exposes server-side functions as discoverable tools and p

    Provides a dedicated laboratory for auditing the security posture of Model Context Protocol implementations and tool interactions.

    Python
    Auf GitHub ansehen↗1,306
  1. Home
  2. Security & Cryptography
  3. Model Context Protocol Security

Unter-Tags erkunden

  • Prompt Injection Defenses3 Sub-TagsSecurity controls that protect LLM applications from prompt injection via tool descriptions and terminal escape codes. **Distinct from Model Context Protocol Security:** Distinct from Model Context Protocol Security: focuses on defending against prompt injection attacks specifically, not general protocol-level security.
  • Resource Access RestrictionsControls that limit interaction with sensitive endpoints or resources using specific authorization flows. **Distinct from Model Context Protocol Security:** Focuses on the granular restriction of specific endpoints within the protocol rather than general protocol security
  • Secure Generation FlowsGeneration of model content through a client to isolate API keys from the server. **Distinct from Model Context Protocol Security:** Focuses on the architectural flow of routing generation through a client for key security, not just protocol security.