← ClaudeAtlas

check-permissions-modelisted

Check whether the current Claude session was launched with --dangerously-skip-permissions. Run `ps aux`, find the claude process, and report yes/no.
HaroldHormaechea/project-builder · ★ 5 · Data & Documents · score 73
Install: claude install-skill HaroldHormaechea/project-builder
Run this shell command and report the result: ``` ps aux | grep "claude.*dangerously-skip-permissions" | grep -v grep ``` If the command produces output: the session **is** running with `--dangerously-skip-permissions` (bypass permissions ON). If the command produces no output: bypass permissions is **OFF**. Report the answer in one sentence. No other output.