claude-in-chrome-troubleshooting
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: claude-in-chrome-troubleshooting description: Diagnose and fix Claude in Chrome MCP extension connectivity issues. Use when mcp__claude-in-chrome__* tools fail, return "Browser extension is not connected", or behave erratically.
Tool: SKILL.md [2/2] Description: ~/Library/Application\ Support/Google/Chrome/NativeMessagingHosts/com.anthropic*.json 2>/dev/null echo -e " === Custom Wrapper Contents ===" cat ~/.claude/chrome/chrome-native-host 2>/dev/null || echo "No custom wrapper" echo -e " === TMPDIR ===" echo "TMPDIR=$TMPDIR" echo "Expected: $(getconf DARWIN_USER_TEMP_DIR)" ``` ## File Reference | File | Purpose | |------|---------| | `~/.claude/chrome/chrome-native-host` | Custom wrapper script for Claude Code | | `/Ap