operations:
execute_bash:
description: Execute shell commands
side_effects: potentially_destructive
requires_human_approval: true
To execute provided shell scripts while enforcing security constraints (chmod +x, non-root).
1. Verify file existence.
2. **Security Check:** Ensure the file has `chmod +x` (executable permission).
3. Run the script using `subprocess`.
4. Capture stdout/stderr.
JSON object with exit code and logs.
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/script-executor/raw