Skip to main content

godmode

Enables users to bypass safety filters on LLMs using advanced jailbreak techniques for enhanced model interaction.

Install this skill

or
0/100

Security score

The godmode skill was audited on May 25, 2026 and we found 17 security issues across 3 threat categories, including 2 critical. Review the findings below before installing.

Categories Tested

Security Issues

high line 62

Direct command execution function call

SourceSKILL.md
62exec(open(os.path.expanduser(
critical line 79

Direct command execution function call

SourceSKILL.md
79**Important:** Always use `load_godmode.py` instead of loading individual scripts directly. The individual scripts have `argparse` CLI entry points and `__name__` guards that break when loaded via `ex
high line 195

Direct command execution function call

SourceSKILL.md
195exec(open(os.path.join(os.environ.get("HERMES_HOME", os.path.expanduser("~/.hermes")), "skills/red-teaming/godmode/scripts/parseltongue.py")).read())
high line 232

Direct command execution function call

SourceSKILL.md
232exec(open(os.path.join(os.environ.get("HERMES_HOME", os.path.expanduser("~/.hermes")), "skills/red-teaming/godmode/scripts/godmode_race.py")).read())
critical line 400

Direct command execution function call

SourceSKILL.md
4009. **Always use `load_godmode.py` in execute_code** — The individual scripts (`parseltongue.py`, `godmode_race.py`, `auto_jailbreak.py`) have argparse CLI entry points with `if __name__ == '__main__'`
low line 63

Access to hidden dotfiles in home directory

SourceSKILL.md
63os.path.join(os.environ.get("HERMES_HOME", os.path.expanduser("~/.hermes")), "skills/red-teaming/godmode/scripts/load_godmode.py")
medium line 83

Access to hidden dotfiles in home directory

SourceSKILL.md
831. **Reads `~/.hermes/config.yaml`** to detect the current model
medium line 91

Access to hidden dotfiles in home directory

SourceSKILL.md
91- Writes prefill messages to `~/.hermes/prefill.json`
medium line 133

Access to hidden dotfiles in home directory

SourceSKILL.md
133Edit `~/.hermes/config.yaml`:
medium line 157

Access to hidden dotfiles in home directory

SourceSKILL.md
157Create `~/.hermes/prefill.json`:
medium line 171

Access to hidden dotfiles in home directory

SourceSKILL.md
171Then set in `~/.hermes/config.yaml`:
low line 195

Access to hidden dotfiles in home directory

SourceSKILL.md
195exec(open(os.path.join(os.environ.get("HERMES_HOME", os.path.expanduser("~/.hermes")), "skills/red-teaming/godmode/scripts/parseltongue.py")).read())
low line 232

Access to hidden dotfiles in home directory

SourceSKILL.md
232exec(open(os.path.join(os.environ.get("HERMES_HOME", os.path.expanduser("~/.hermes")), "skills/red-teaming/godmode/scripts/godmode_race.py")).read())
medium line 403

Access to hidden dotfiles in home directory

SourceSKILL.md
40312. **execute_code sandbox has no env vars** — When Hermes runs auto_jailbreak via execute_code, the sandbox doesn't inherit `~/.hermes/.env`. Load dotenv explicitly: `from dotenv import load_dotenv;
medium line 403

Access to .env file

SourceSKILL.md
40312. **execute_code sandbox has no env vars** — When Hermes runs auto_jailbreak via execute_code, the sandbox doesn't inherit `~/.hermes/.env`. Load dotenv explicitly: `from dotenv import load_dotenv;
low line 289

External URL reference

SourceSKILL.md
289base_url="https://openrouter.ai/api/v1"
low line 351

External URL reference

SourceSKILL.md
351- **Pliny the Prompter:** [@elder_plinius](https://x.com/elder_plinius)
Scanned on May 25, 2026
View Security Dashboard
Installation guide →