Server data from the Official MCP Registry
Security scanning for AI coding tools. Detects secrets, threat models, and runs pre-commit checks.
Security scanning for AI coding tools. Detects secrets, threat models, and runs pre-commit checks.
Arcwall is a security scanning MCP server with reasonable authentication (API key required) and appropriate tool design. However, the codebase has several concerning patterns: the API key is transmitted in plaintext HTTP headers, workspace scanning functions use broad filesystem access with limited validation, the `preCommitHandler` executes git commands via shell, and there is no input validation on critical parameters like file paths. While the server's purpose (security scanning) justifies network and filesystem access, the implementation has vulnerabilities that could allow path traversal, command injection, or credential exposure. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 13 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.
Set these up before or after installing:
Environment variable: ARCWALL_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rom-baro-arcwall-security": {
"env": {
"ARCWALL_API_KEY": "your-arcwall-api-key-here"
},
"args": [
"-y",
"@arcwall/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
Security scanning for Claude Code, Cursor, Windsurf, and any MCP-compatible AI coding tool.
Get your free API key at https://arcwall.io
Add to your MCP config:
Claude Code (~/.claude/mcp.json):
{
"mcpServers": {
"arcwall": {
"command": "npx",
"args": ["@arcwall/mcp-server"],
"env": { "ARCWALL_API_KEY": "your-key-here" }
}
}
}
Cursor (.cursor/mcp.json): Same config. Windsurf: Add via MCP settings panel.
arcwall_scan_secrets — hardcoded credentialsarcwall_scan_mcp — MCP config vulnerabilitiesarcwall_scan_agent_instructions — CLAUDE.md, .cursorrules securityarcwall_threat_model — STRIDE analysisarcwall_check_prompt — prompt injection testingarcwall_pre_commit — pre-commit security checkarcwall_scan_dependencies — known CVEs in packagesAsk your AI assistant:
Be the first to review this server!
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.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption