Skip to main content
Glama
wiserautomation

suprawall

🛡️ SupraWall 플러그인 모노레포

AI 에이전트를 위한 업계 표준 결정적 보안 레이어.

SupraWall은 LLM과 프로덕션 시스템 사이에 제로-지식, 결정적 보안 레이어를 제공하여 생성형 AI의 "신뢰" 문제를 해결합니다. 확률적 보안 모델과 달리 SupraWall은 에이전트 작업이 API에 도달하기 전에 엄격한 비즈니스 정책과 포렌식 수준의 위협 탐지를 강제합니다.

공식 웹사이트 | 메인 저장소 | 문서


🏛️ 프로젝트 비전

SupraWall(구 AgentGate)은 고속 AI 실험과 엔터프라이즈 보안 컴플라이언스 사이의 격차를 해소하기 위해 구축되었습니다. 우리의 목표는 프롬프트 인젝션, PII 데이터 유출, 또는 통제되지 않은 도구 실행의 위험 없이 개발자가 자율 에이전트 플릿을 출시할 수 있도록 지원하는 것입니다.

이 모노레포는 모든 SupraWall 플러그인 및 프레임워크 통합을 위한 공식 배포 허브 역할을 합니다.


Related MCP server: ZugaShield

📦 플러그인 디렉터리

🧱 프레임워크 보안 미들웨어

업계 최고의 AI 에이전트 프레임워크를 위한 원활한 "제로 트러스트" 래퍼:

  • AutoGen 통합: Microsoft AutoGen 멀티 에이전트 토폴로지에 대한 안전한 보호.

  • CrewAI 통합: CrewAI 프로세스 및 에이전트에 대한 결정적 정책 적용.

  • LangChain(Python 및 TS): LangChain 체인, 도구 및 실행기를 위한 보안 인터셉터.

  • LlamaIndex 통합: RAG 파이프라인 및 도구 기반 검색을 위한 안전한 가드레일.

  • Vercel AI SDK 통합: Vercel AI SDK 기반 프로젝트를 위한 한 줄 보안 추가.


🚦 빠른 시작

Dify Marketplace 사용자용

우리는 Dify Marketplace에서 가장 강력한 보안 옵션을 대표합니다. 초기 검토 단계에서 수동으로 설치하려면 suprawall-security 디렉터리에서 사전 패키징된 .difypkg를 사용하세요.

Claude Desktop 사용자용

claude_desktop_config.json에 SupraWall을 추가하세요:

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

🛡️ 보안 아키텍처

SupraWall은 세 가지 핵심 기둥 위에 구축되었습니다:

  1. 탐지: 적대적 의도(프롬프트 인젝션, SQLi, 탈옥)의 실시간 식별.

  2. 정화: 데이터가 환경을 떠나기 전에 PII(이름, 이메일, 키) 자동 제거.

  3. 강제: 엄격한 정책 기반 실행—도구 호출이 규칙과 일치하지 않으면 차단됩니다.


📄 라이선스

Apache License 2.0에 따라 라이선스가 부여됩니다.

© 2026 WiserAutomation. Agency. All rights reserved. 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