Back to Enderfga/openclaw-claude-code

openclaw-claude-code / claude-code-skill

clawhub.ai/SKILL.md/Scanned 1mo ago
https://skillshield.getunbound.ai/skill/25358
9/100Critical Risk
High Risk & Threats

Control Claude Code via MCP protocol. Execute commands, read/write files, search code, and use all Claude Code tools programmatically with agent team support.

Findings (9)

Findings Preview

DS-004

Autonomous execution without user approval

Skill is explicitly designed for autonomous agent execution. Lines 26, 50, 105-106, 120 document modes that auto-approve operations ('acceptEdits', 'bypassPermissions'). The skill enables Claude agents to execute complex multi-step tasks without user confirmation at each step. Line 120 explicitly documents 'bypassPermissions' mode that 'Skip all prompts (dangerous!)'.

criticalcritical
25
26Control Claude Code via MCP (Model Context Protocol). This skill unleashes the full power of Claude Code for openclaw agents, including persistent sessions, agent teams, and advanced tool control.
27
49- ✅ Long conversations needing full context
50- ✅ Agent needs to work autonomously
51- ✅ You want streaming real-time feedback
104claude-code-skill session-start advanced -d ~/project \
105 --permission-mode acceptEdits \
106 --allowed-tools "Bash,Read,Edit,Write" \
107 --disallowed-tools "Task" \
119| `default` | Ask for each operation |
120| `bypassPermissions` | Skip all prompts (dangerous!) |
121| `delegate` | Delegate decisions to parent |

Category Breakdown

Data Exfiltration
5
Malware & Persistence
0
Prompt Injection
100
Destructive Actions
5
Excessive Permissions
5
Supply Chain
25
Obfuscation
100