Cobra Claw - Strike First. Strike Hard
Analysis
This is a simple themed personality/lookup skill with small local shell scripts and no evidence of credential access, networking, persistence, or destructive behavior.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
if [ -x "$SCRIPT_DIR/katas/${kata}.sh" ]; then
"$SCRIPT_DIR/katas/${kata}.sh"The CLI can execute a local kata script selected by an argument. This is disclosed and central to the skill's purpose, and the included kata scripts only echo text.
git clone https://github.com/danieloleary/cobraclaw.git
The README points users to clone an external repository, while the registry source is listed as unknown. This is user-directed setup guidance, not automatic execution.
