Install
openclaw skills install mcp-sentinelAudits MCP and AI agent config files for risky commands, broad filesystem access, inline secrets, and prompt-injection risks, reporting findings by severity.
openclaw skills install mcp-sentinelUse this skill when the user wants to audit MCP server, Cursor, Claude Desktop, Zed, VS Code, or AI agent configuration files for risky command execution, broad filesystem access, inline secrets, or prompt-injection language.
MCP Sentinel is an open-source TypeScript CLI:
https://github.com/fasjdas/mcp-sentinel
It scans common MCP and AI agent config files and reports:
bash, cmd, PowerShell, or sh.npx, pnpm, yarn, bun, and uvx.If the project does not already include MCP Sentinel, clone and build it:
git clone https://github.com/fasjdas/mcp-sentinel
cd mcp-sentinel
npm install
npm run build
Run an audit:
node dist/cli.js audit /path/to/project
Emit JSON:
node dist/cli.js audit /path/to/project --json
Emit GitHub Actions annotations and fail on high severity:
node dist/cli.js audit /path/to/project --github-annotations --fail-on high
.mcp.jsonmcp.jsonmcp.config.json.cursor/mcp.json.vscode/mcp.jsonclaude_desktop_config.jsonclaude_desktop_config.local.json.zed/settings.jsonMCP Sentinel is a static scanner. It provides best-effort risk signals, not a complete security review. Treat findings as prompts for human review and remediation.