Script Execution Blocked in Sandbox

SkillDocs & knowledge

Sandbox approval policy blocks execute_code and python3 -c; use read_file/write_file + manual transforms instead of retrying both runners.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Script Execution Blocked in Sandbox skill

What this skill tells your AI

The instructions your AI receives, as published by ashutoshsinghpr7/wikiskill in skills/script-exec-blocked/SKILL.md and read by ahel’s review.

Problem

execute_code and python3 -c fail with "BLOCKED … single-query mode (-q) runs without a user present to approve it". Plain terminal commands (grep, ls, file, xxd) and file tools (read_file, write_file) still work.

Fix

  • Do NOT retry both runners back-to-back: a real task burned two turns on python3 -c then execute_code before falling back.
  • Compute small transforms manually from the files you read; write the deliverable with write_file; verify by re-reading it.
  • Keep parsing/sorting simple enough to verify by hand.

Evidence

  • Hit in 3/4 analyzed traces; all three recovered this way; the one failure was a spec-interpretation bug, not a tooling problem.

Signals

GitHub stars
181
Forks
17
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
script-exec-blocked
Source
github.com/ashutoshsinghpr7/wikiskill