Tool Skill
Check Deceptive Patterns
check_deceptive_patternsCheck for code patterns that hide errors or create false confidence (empty catches, silent failures, etc.)
$0.01/call
Flat rate
Code Sentinel
When to Use
Use this tool when you need to check for code patterns that hide errors or create false confidence (empty catches, silent failures, etc.). This is part of the Code Sentinel provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 6+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
How to Execute
Use the xpay✦ meta-tools to run this tool:
xpay_details— Get full input schema:xpay_details("code-sentinel/check_deceptive_patterns")xpay_run— Execute:xpay_run("code-sentinel/check_deceptive_patterns", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
code | string | Yes | The source code to check |
filename | string | Yes | The filename |
Pricing
- Cost: $0.01/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Code Sentinel (all tools) — 7 tools
- Analyze Code — $0.01/call
- Generate Report — $0.01/call
- Check Security — $0.01/call
- Check Placeholders — $0.01/call
- Analyze Patterns — $0.01/call
Links
- Tool page: https://xpay.tools/code-sentinel/check-deceptive-patterns/
- Provider: https://xpay.tools/code-sentinel/
- All tools: https://xpay.tools/explore
How to Execute
// 1. Get full schema
xpay_details("code-sentinel/check_deceptive_patterns")// 2. Execute
xpay_run("code-sentinel/check_deceptive_patterns", { ...inputs })Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
code | string | Yes | The source code to check |
filename | string | Yes | The filename |
Install Skill
Claude Code
claude /install-skill https://xpay.tools/skills/code-sentinel/check-deceptive-patterns/SKILL.md
CLI
npx @xpaysh/cli install code-sentinel/check-deceptive-patterns
Manual
curl -o SKILL.md https://xpay.tools/skills/code-sentinel/check-deceptive-patterns/SKILL.md
Pricing
Cost
$0.01/call
Model
Flat rate
Provider
Code Sentinel

