Claw Shell Hardened

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

The skill provides shell execution capabilities within a tmux session, which is an inherently high-risk functionality. The implementation in `handler.js` contains a critical shell injection vulnerability because it passes user-supplied commands into a shell-executed template literal (`execSync`) with inadequate escaping. Although the bundle includes extensive safety documentation and prompt-based guardrails (`SKILL.md`, `SAFETY.md`) from 'Faberlens' that suggest a defensive and 'hardened' intent, the technical implementation is flawed and allows for the bypass of the stated safety checks.