Server data from the Official MCP Registry
MCP server for ai self audit. Features self audit, audit conversation, get certificate. From...
MCP server for ai self audit. Features self audit, audit conversation, get certificate. From...
This MCP server implements EU AI Act compliance auditing with authentication and rate limiting, but has several security and architectural concerns. The most significant issue is the reliance on a shared auth middleware file at a hardcoded path (~/clawd/meok-labs-engine/shared/auth_middleware.py) that is not version-controlled with the server, creating a supply chain risk and operational fragility. Additionally, the compliance checking logic uses simple keyword matching rather than substantive assessment, and there are concerns about local file storage of API keys and usage data without encryption. While the authentication layer exists and permissions are reasonable for the category, the implementation has notable weaknesses that require remediation. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
8 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-ai-self-audit-mcp": {
"args": [
"-y",
"ai-self-audit-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
AI agents audit their own EU AI Act compliance in real-time
Installation · Docs · Report Bug
pip install ai-self-audit-mcp
# or
npm install -g @meok-ai/ai-self-audit-mcp
See the project repository for full documentation and examples.
MIT © CSOAI
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.