Skip to main content
Glama
wiserautomation

suprawall

🛡️ SupraWall Plugins Monorepo

AIエージェントのための業界標準の決定的セキュリティレイヤー。

SupraWallは、LLMと本番システムの間にゼロナレッジで決定的なセキュリティレイヤーを提供することで、生成AIにおける「信頼」の問題を解決します。確率的なセキュリティモデルとは異なり、SupraWallはエージェントアクションがAPIに到達する前に、厳格なビジネスポリシーとフォレンジックレベルの脅威検出を強制します。

公式ウェブサイト | メインリポジトリ | ドキュメント


🏛️ プロジェクトビジョン

SupraWall(旧AgentGate)は、高速なAI実験とエンタープライズセキュリティコンプライアンスの間のギャップを埋めるために構築されました。私たちの目標は、プロンプトインジェクション、PIIデータ漏洩、または制御不能なツール実行のリスクなしに、開発者が自律型エージェント群をリリースできるようにすることです。

このモノレポは、すべてのSupraWallプラグインとフレームワーク統合の公式配布ハブとして機能します。


Related MCP server: ZugaShield

📦 プラグインディレクトリ

  • Dify Plugin: Difyワークフローのための明示的なセキュリティガードレール。

  • MCP Claude Server: Model Context Protocol(MCP)の公式実装。

  • AWS Marketplace Integration: AWSクラウド向けの事前認定ガードレールツール(SaaSおよびコンテナ)。

  • OpenClaw Extension: OpenClawエージェントランタイム向けのネイティブセキュリティミドルウェア。

🧱 フレームワークセキュリティミドルウェア

業界をリードするAIエージェントフレームワーク向けのシームレスな「ゼロトラスト」ラッパー:

  • AutoGen Integration: Microsoft AutoGenマルチエージェントトポロジー向けの安全な保護。

  • CrewAI Integration: CrewAIプロセスとエージェント向けの決定的ポリシー強制。

  • LangChain (Python & TS): LangChainチェーン、ツール、およびエグゼキュータ向けのセキュリティインターセプター。

  • LlamaIndex Integration: RAGパイプラインとツールベースの検索向けの安全なガードレール。

  • Vercel AI SDK Integration: Vercel AI SDKで構築されたプロジェクト向けのワンラインセキュリティ追加。


🚦 クイックスタート

Dify Marketplaceユーザー向け

私たちはDify Marketplaceで最も堅牢なセキュリティオプションを提供しています。初期レビュー段階で手動インストールするには、suprawall-securityディレクトリにあるプリパッケージ化された.difypkgを使用してください。

Claude Desktopユーザー向け

SupraWallをclaude_desktop_config.jsonに追加します:

{
  "mcpServers": {
    "suprawall": {
      "command": "npx",
      "args": ["-y", "@suprawall/mcp-plugin"]
    }
  }
}

🛡️ セキュリティアーキテクチャ

SupraWallは3つのコアピラーに基づいて構築されています:

  1. 検出:敵対的意図(プロンプトインジェクション、SQLi、ジェイルブレイク)のリアルタイム識別。

  2. スクラビング:データが環境から出る前にPII(氏名、メール、キー)を自動的に削除。

  3. 強制:厳格なポリシーベースの実行—ツール呼び出しがルールに一致しない場合、ブロックされます。


📄 ライセンス

Apache License 2.0の下でライセンスされています。

© 2026 WiserAutomation. Agency. 全著作権所有。DifyおよびAnthropic Marketplaceに登録されています。

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Protects AI agents from threats like prompt injection, jailbreaks, and SQL injection through a multi-layer scanning pipeline. It also enables PII redaction and rehydration to ensure data privacy during LLM interactions.
    12
    125
    1
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    A 7-layer security system for AI agents that detects and blocks prompt injection, data exfiltration, and malicious tool calls. It enables real-time scanning of inputs, outputs, and tool definitions to protect agentic workflows from emerging AI-specific threats.
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides AI ingress governance by masking prompts, classifying risk, and enforcing tool policies before agent calls reach model providers or sandboxes.
    6
    1
    AGPL 3.0

View all related MCP servers

Related MCP Connectors

  • The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...

  • Responsible-AI guardrails for agents: scoring with policy, injection & PII detection, DPDP.

  • Deterministic trust gate for AI output: leaked-secret, prompt-injection & PII in one call.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wiserautomation/suprawall-plugins'

If you have feedback or need assistance with the MCP directory API, please join our Discord server